Merge branch 'tools-23' into 'master'

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.

See merge request !349
This commit is contained in:
Daniel Martí 2016-07-06 10:59:03 +00:00
commit f3fffd9f2e
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