Skip to content

Commit aa8c4d4

Browse files
committed
Fix signing config: specify PKCS12 keystore format
1 parent 60ed644 commit aa8c4d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ android {
6868
storePassword myKeystorePassword
6969
keyAlias myKeyAlias
7070
keyPassword myKeyPassword
71+
storeType "PKCS12"
7172
}
7273
}
7374
compileSdk 35

0 commit comments

Comments
 (0)