|
@@ -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"
|