Update dependencies

This commit is contained in:
Mygod
2018-07-11 11:29:39 +08:00
parent 6264e1fea4
commit 4d62d27b5c
4 changed files with 9 additions and 12 deletions

View File

@@ -4,10 +4,10 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript {
ext {
androidPluginVersion = '3.1.3'
kotlinVersion = '1.2.50'
androidPluginVersion = '3.2.0-beta03'
kotlinVersion = '1.2.51'
supportLibraryVersion = '28.0.0-alpha3'
takisoftFixVersion = '27.1.1.1'
takisoftFixVersion = '27.1.1.2'
}
repositories {
google()