Compare commits

..
Author SHA1 Message Date
sora 978cc062d2 Update .github/workflows/build.yml 2026-09-18 23:27:11 +02:00
sora 5b5a204bf4 Update .github/workflows/build.yml 2026-09-18 22:39:09 +02:00
sora 5ccb4aa900 Update .github/workflows/build.yml 2026-09-18 22:37:16 +02:00
sora fa658c525c Update .github/workflows/build.yml 2026-09-18 22:30:28 +02:00
sora 8596906ef1 Update .github/workflows/build.yml 2026-09-18 22:19:11 +02:00
sora 7ab553e85c Add app/src/main/assets/adi-registration.properties 2026-09-18 11:57:18 +02:00
3 changed files with 14 additions and 2 deletions
+12 -1
View File
@@ -69,7 +69,9 @@ jobs:
else
VERSION_NAME="${VERSION_BASE}"
fi
./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
./gradlew bundleSignedRelease assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
# ./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
# ./gradlew bundleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME
- name: Upload APK
uses: actions/upload-artifact@v7
@@ -90,3 +92,12 @@ jobs:
else
echo "true"
fi
- name: Upload to Google Play
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: net.helcel.fidelity
releaseFiles: app/build/outputs/bundle/signedRelease/app-signedRelease.aab
tracks: 'internal' # ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'beta' }}
status: completed
@@ -0,0 +1 @@
CUE6FCSBR6JIAAAAAAAAAAAAAA
+1 -1
View File
@@ -10,5 +10,5 @@ plugins {
id 'com.android.application' version '9.3.2' apply false
id 'com.android.library' version '9.3.2' apply false
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
id 'com.autonomousapps.dependency-analysis' version '3.19.2' apply true
id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true
}