浏览代码

bump to 2.2.2 and v25

AndyScherzinger 8 年之前
父节点
当前提交
aeba303cce
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      build.gradle

+ 4 - 4
build.gradle

@@ -10,7 +10,7 @@ buildscript {
         jcenter()
         jcenter()
     }
     }
     dependencies {
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.2.1'
+        classpath 'com.android.tools.build:gradle:2.2.2'
     }
     }
 }
 }
 
 
@@ -20,7 +20,7 @@ apply plugin: 'pmd'
 apply plugin: 'findbugs'
 apply plugin: 'findbugs'
 
 
 ext {
 ext {
-    supportLibraryVersion = '24.2.1'
+    supportLibraryVersion = '25.0.0'
 
 
     travisBuild = System.getenv("TRAVIS") == "true"
     travisBuild = System.getenv("TRAVIS") == "true"
 
 
@@ -88,8 +88,8 @@ android {
         htmlReport true
         htmlReport true
         htmlOutput file("$project.buildDir/reports/lint/lint.html")
         htmlOutput file("$project.buildDir/reports/lint/lint.html")
     }
     }
-    compileSdkVersion 24
-    buildToolsVersion "24.0.2"
+    compileSdkVersion 25
+    buildToolsVersion "25.0.0"
 
 
     defaultConfig {
     defaultConfig {
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"