Update support library and kotlin

This commit is contained in:
inorichi 2017-11-28 00:21:38 +01:00
parent 4a9151e4aa
commit 604929d002
14 changed files with 29 additions and 31 deletions

View file

@ -12,7 +12,7 @@ if [ -z "$TRAVIS_TAG" ]; then
else
./gradlew clean assembleStandardRelease
TOOLS="${ANDROID_HOME}/build-tools/26.0.1"
TOOLS="$(ls -d ${ANDROID_HOME}/build-tools/* | tail -1)"
export ARTIFACT="tachiyomi-${TRAVIS_TAG}.apk"
${TOOLS}/zipalign -v -p 4 app/build/outputs/apk/standard/release/app-standard-release-unsigned.apk app-aligned.apk