Set target SDK version to 26, upgrade support library.

This commit is contained in:
akwizgran
2017-10-11 18:21:25 +01:00
parent 92748ac872
commit b56724dee5
5 changed files with 31 additions and 26 deletions

View File

@@ -10,9 +10,6 @@ before_script:
- export GRADLE_USER_HOME=$PWD/.gradle
# Accept the license for the Android build tools
- echo y | /opt/android-sdk/tools/bin/sdkmanager "build-tools;26.0.2"
# Install the Android support repository
# TODO: Remove this when we upgrade the support library
- echo y | /opt/android-sdk/tools/bin/sdkmanager 'extras;android;m2repository'
# Download OpenJDK 6 so we can compile against its standard library
- JDK_FILE=openjdk-6-jre-headless_6b38-1.13.10-1~deb7u1_amd64.deb
- if [ ! -d openjdk ]