Skip to content

Commit

Permalink
Fix signed apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Aug 13, 2018
1 parent df1beca commit 6e0b13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ if [ $? -ne 0 ]; then
fi

echo "----------Zipaligning APK"
${ANDROID_HOME}/build-tools/27.0.3/zipalign 4 LottieSample/build/outputs/apk/release/LottieSample-release-unsigned.apk LottieSample/build/outputs/apk/release/LottieSample-release-aligned.apk
${ANDROID_HOME}/build-tools/27.0.3/zipalign 4 LottieSample/build/outputs/apk/release/LottieSample-release-signed.apk LottieSample/build/outputs/apk/release/LottieSample-release-aligned.apk

0 comments on commit 6e0b13a

Please sign in to comment.