Custom Labels, User archive, Versioning, String and UI cleanup

This commit is contained in:
2026-07-01 22:10:08 +02:00
parent 11c72a0e51
commit ed8b99985f
43 changed files with 1646 additions and 850 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ jobs:
- name: Build APK
run: |
VERSION_CODE=$(git rev-list --count HEAD)
./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE
VERSION_NAME=$(git describe --tags --always)
./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
- name: Release
uses: softprops/action-gh-release@v3