mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Update support library and kotlin
This commit is contained in:
parent
4a9151e4aa
commit
604929d002
14 changed files with 29 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue