bump to 2.2.2 and v25

This commit is contained in:
AndyScherzinger 2016-10-24 19:12:16 +02:00
parent 9579e0626d
commit aeba303cce
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -10,7 +10,7 @@ buildscript {
jcenter()
}
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'
ext {
supportLibraryVersion = '24.2.1'
supportLibraryVersion = '25.0.0'
travisBuild = System.getenv("TRAVIS") == "true"
@ -88,8 +88,8 @@ android {
htmlReport true
htmlOutput file("$project.buildDir/reports/lint/lint.html")
}
compileSdkVersion 24
buildToolsVersion "24.0.2"
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"