File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dist: trusty
6
6
env :
7
7
global :
8
8
- ANDROID_API_LEVEL=22
9
- - ANDROID_BUILD_TOOLS_VERSION=25 .0.3
9
+ - ANDROID_BUILD_TOOLS_VERSION=28 .0.3
10
10
- ANDROID_ABI=armeabi-v7a arm64-v8a x86 x86_64
11
11
- ANDROID_TAG=google_apis
12
12
- ANDROID_TARGET=android-25
Original file line number Diff line number Diff line change 29
29
if [ " $TRAVIS_BRANCH " == " $PUBLISH_BRANCH " ]; then
30
30
echo " Push to master branch detected, signing the app..."
31
31
cp app-release-unsigned.apk app-release-unaligned.apk
32
- jarsigner -verbose - tsa http://timestamp.comodoca.com/rfc3161 -sigalg SHA1withRSA -digestalg SHA1 -keystore ../scripts/key.jks -storepass $STORE_PASS -keypass $KEY_PASS app-release-unaligned.apk $ALIAS
33
- ${ANDROID_HOME} /build-tools/26.0.3 /zipalign -v -p 4 app-release-unaligned.apk app-release.apk
32
+ jarsigner -tsa http://timestamp.comodoca.com/rfc3161 -sigalg SHA1withRSA -digestalg SHA1 -keystore ../scripts/key.jks -storepass $STORE_PASS -keypass $KEY_PASS app-release-unaligned.apk $ALIAS
33
+ ${ANDROID_HOME} /build-tools/${ANDROID_BUILD_TOOLS_VERSION} /zipalign -p 4 app-release-unaligned.apk app-release.apk
34
34
fi
35
35
36
36
if [ " $TRAVIS_BRANCH " == " $PUBLISH_BRANCH " ]; then
You can’t perform that action at this time.
0 commit comments