Skip to content

Commit 9194cac

Browse files
committed
Fix leak
1 parent 7b91dd5 commit 9194cac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmake/platforms/android/app/build.gradle.kts.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ android {
3333

3434
/*signingConfigs {
3535
create("release") {
36-
storeFile = file("certs/kstl-tests.keystore")
37-
storePassword = "kstl-tests"
38-
keyAlias = "kstl-tests"
39-
keyPassword = "kstl-tests"
36+
storeFile = file("certs/app.keystore")
37+
storePassword = "app"
38+
keyAlias = "app"
39+
keyPassword = "app"
4040
}
4141
}*/
4242

0 commit comments

Comments
 (0)