Update dependencies

This commit is contained in:
Mygod
2018-06-16 00:18:58 +08:00
parent 6aabf9d978
commit 9409127e25
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript {
ext {
androidPluginVersion = '3.1.3'
kotlinVersion = '1.2.41'
kotlinVersion = '1.2.50'
supportLibraryVersion = '28.0.0-alpha3'
takisoftFixVersion = '27.1.1.1'
}
@@ -18,7 +18,7 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:$androidPluginVersion"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.18.0'
classpath 'com.google.gms:google-services:4.0.1'
classpath 'io.fabric.tools:gradle:1.25.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"