mirror of
https://github.com/jahruz67/Bible-Daily.git
synced 2026-08-08 18:14:05 +00:00
Refactor Android build process to support update-compatible APKs and add shared debug keystore configuration
This commit is contained in:
@@ -26,16 +26,10 @@ jobs:
|
||||
- name: Set up Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
|
||||
- name: Cache Android debug keystore
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.android/debug.keystore
|
||||
key: android-debug-keystore-${{ runner.os }}
|
||||
|
||||
- name: Make Gradle wrapper executable
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build debug APK
|
||||
- name: Build update-compatible APK
|
||||
run: ./gradlew assembleDebug -PciVersionCode=${{ github.run_number }} -PciVersionName=1.0.${{ github.run_number }}
|
||||
|
||||
- name: Prepare release assets
|
||||
|
||||
Reference in New Issue
Block a user