Update to april 5th docker image

* Debian 8.4
* Now includes curl
* No longer has android-10
* build-tools 23.0.3
This commit is contained in:
Daniel Martí 2016-04-05 10:43:48 +01:00
parent 09324bbb78
commit 53c8752444
4 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
image: mvdan/fdroid-ci:client-20160329
image: mvdan/fdroid-ci:client-20160405
cache:
paths:
@ -11,8 +11,6 @@ variables:
gradle:
script:
- apt-get -y update
- apt-get -y install curl
- echo y | android update sdk --no-ui --filter android-$AVD_SDK
- echo y | android update sdk --no-ui --all --filter sys-img-armeabi-v7a-android-$AVD_SDK
- export GRADLE_USER_HOME=$PWD/.gradle

View File

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

View File

@ -122,7 +122,7 @@ if (!hasProperty('sourceDeps')) {
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
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 '23.0.2'
buildToolsVersion '23.0.3'
defaultConfig {
minSdkVersion 8