Skip to content

Commit 7999283

Browse files
committed
Remove legacy keystore option from release workflow
- Remove JAVA_TOOL_OPTIONS: "-Dkeystore.pkcs12.legacy" from APK and AAB build steps
1 parent 5e2e0ae commit 7999283

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
103103
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
104104
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
105-
JAVA_TOOL_OPTIONS: "-Dkeystore.pkcs12.legacy"
106105

107106
# ── 8. Build & sign release AAB ──────────────────────────
108107
# Same env vars — Gradle signs the AAB the same way.
@@ -114,7 +113,6 @@ jobs:
114113
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
115114
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
116115
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
117-
JAVA_TOOL_OPTIONS: "-Dkeystore.pkcs12.legacy"
118116

119117
# ── 9. Locate built artifacts ────────────────────────────
120118
- name: Locate APK and AAB

0 commit comments

Comments
 (0)