Revert to build-tools 23 until we can have 64-bit

As long as we're stuck with 32-bit on the buildserver, avoid both target
and build-tools 24. Necessary to do an alpha.
This commit is contained in:
Daniel Martí 2016-07-06 11:37:38 +01:00
parent e38624626c
commit 6d52bc1022
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
image: mvdan/fdroid-ci:client-20160621
image: mvdan/fdroid-ci:client-20160706
cache:
paths:

View File

@ -11,7 +11,7 @@ dependencies {
android {
compileSdkVersion 23
buildToolsVersion '24'
buildToolsVersion '23.0.3'
defaultConfig {
minSdkVersion 8

View File

@ -140,7 +140,7 @@ if (!hasProperty('sourceDeps')) {
android {
compileSdkVersion 23
buildToolsVersion '24'
buildToolsVersion '23.0.3'
useLibrary 'org.apache.http.legacy'
buildTypes {

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion '24'
buildToolsVersion '23.0.3'
defaultConfig {
minSdkVersion 8