diff --git a/build.gradle b/build.gradle index e779ba2..cb6bf1f 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.1.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong @@ -22,15 +22,15 @@ allprojects { } ext { - compileSdkVersion = 26 - buildToolsVersion = '26.0.2' + compileSdkVersion = 27 + buildToolsVersion = '27.0.3' minSdkVersion = 14 targetSdkVersion = compileSdkVersion - supportLibVersion = '27.0.2' + supportLibVersion = '27.1.1' - versionCode = 128 - versionName = '1.2.8' + versionCode = 130 + versionName = '1.3.0' } task clean(type: Delete) { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2612d20..bfa0b00 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Dec 11 14:53:19 CET 2017 +#Sun Apr 22 02:21:46 CEST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip