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

This commit is contained in:
soraefir
2026-07-01 22:10:08 +02:00
parent 678a90ead9
commit 810ca20201
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