diff --git a/build.gradle b/build.gradle index 0d4c31575..ac275da1b 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import si.kamino.gradle.extensions.version.code.IncreaseVersionCode buildscript { ext { - kotlinVersion = '1.2.60' + kotlinVersion = '1.3.10' } repositories { @@ -12,7 +12,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.3.0-alpha08' + classpath 'com.android.tools.build:gradle:3.5.1' classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1' classpath 'com.github.dcendents:android-maven-plugin:1.2' classpath "gradle.plugin.si.kamino.gradle:android-version:1.5.3" @@ -29,7 +29,7 @@ ext { compileSdk = 28 minSdk = 19 minSdkTV = 21 - butterknifeVersion = "9.0.0-SNAPSHOT" + butterknifeVersion = "10.0.0" okHttpVersion = "3.10.0" daggerVersion = "2.16" javaxAnnotationVersion = "1.2" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6ebba4ab8..e0fd30eae 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat Aug 25 14:36:02 CEST 2018 +#Thu Nov 07 18:33:47 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip