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:
parent
09324bbb78
commit
53c8752444
@ -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
|
||||
|
@ -11,7 +11,7 @@ dependencies {
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion '23.0.2'
|
||||
buildToolsVersion '23.0.3'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
|
@ -122,7 +122,7 @@ if (!hasProperty('sourceDeps')) {
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion '23.0.2'
|
||||
buildToolsVersion '23.0.3'
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
buildTypes {
|
||||
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion '23.0.2'
|
||||
buildToolsVersion '23.0.3'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user