Skip to content

- name: Decode Keystore run: echo "${{ secrets.KEYSTORE }}" | base64 -d > my-release-key.jks - name: Build Release APK run: ./gradlew assembleRelease - name: Sign APK run: | jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 \ -keystore my-release-key.jks \ -storepass "${{ secrets.KEYSTORE_PASSWORD }}" \ -keypass "${{ secrets.KEY_PASSWORD }}" \ app/build/outputs/apk/release/app-release-unsigned.apk \ "${{ secrets.KEY_ALIAS }}" - name: Align APK run: | $ANDROID_SDK_ROOT/build-tools/34.0.0/zipalign -v -p 4 \ app/build/outputs/apk/release/app-release-unsigned.apk \ app/build/outputs/apk/release/app-release.apk#39

Open
gertur2013-star wants to merge 1 commit intotech2wiki:mainfrom
gertur2013-star:main

Conversation

@gertur2013-star
Copy link
Copy Markdown

Tech2wiki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant