Bump build-tools to 22.0.1
This commit is contained in:
parent
bd4cd81f50
commit
ebacde9631
@ -127,7 +127,7 @@ task binaryDeps(type: Copy, dependsOn: ':F-Droid:prepareReleaseDependencies') {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion '22.0.0'
|
buildToolsVersion '22.0.1'
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_7
|
sourceCompatibility JavaVersion.VERSION_1_7
|
||||||
|
@ -39,7 +39,7 @@ project(':extern:UniversalImageLoader:library') {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 16
|
compileSdkVersion 16
|
||||||
buildToolsVersion '22.0.0'
|
buildToolsVersion '22.0.1'
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
@ -82,8 +82,8 @@ subprojects {
|
|||||||
// android plugin will re-use the existing value I set.
|
// android plugin will re-use the existing value I set.
|
||||||
// https://android.googlesource.com/platform/tools/build/+/master/gradle/src/main/groovy/com/android/build/gradle/BaseExtension.groovy
|
// https://android.googlesource.com/platform/tools/build/+/master/gradle/src/main/groovy/com/android/build/gradle/BaseExtension.groovy
|
||||||
try {
|
try {
|
||||||
buildToolsVersion '22.0.0'
|
buildToolsVersion '22.0.1'
|
||||||
logger.info("Set buildToolsVersion to '22.0.0'")
|
logger.info("Set buildToolsVersion to '22.0.1'")
|
||||||
} catch (GradleException e) {
|
} catch (GradleException e) {
|
||||||
logger.info("Tried to set the buildToolsVersion, however we were not allowed to: $e.message")
|
logger.info("Tried to set the buildToolsVersion, however we were not allowed to: $e.message")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user