mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
bump to 2.2.2 and v25
This commit is contained in:
parent
9579e0626d
commit
aeba303cce
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue