Mario Danic 8 years ago
parent
commit
e68420002c
2 changed files with 5 additions and 5 deletions
  1. 3 3
      build.gradle
  2. 2 2
      gradle/wrapper/gradle-wrapper.properties

+ 3 - 3
build.gradle

@@ -24,7 +24,7 @@ apply plugin: 'pmd'
 apply plugin: 'findbugs'
 
 ext {
-    supportLibraryVersion = '25.0.0'
+    supportLibraryVersion = '25.2.0'
 
     travisBuild = System.getenv("TRAVIS") == "true"
 
@@ -53,8 +53,8 @@ android {
         javaMaxHeapSize "4g"
     }
 
-    compileSdkVersion 24
-    buildToolsVersion "24.0.2"
+    compileSdkVersion 25
+    buildToolsVersion "25.0.1"
 
     defaultConfig {
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

+ 2 - 2
gradle/wrapper/gradle-wrapper.properties

@@ -1,6 +1,6 @@
-#Tue Aug 16 10:44:46 CEST 2016
+#Sun Mar 05 21:13:56 CET 2017
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip