We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b91dd5 commit 9194cacCopy full SHA for 9194cac
cmake/platforms/android/app/build.gradle.kts.in
@@ -33,10 +33,10 @@ android {
33
34
/*signingConfigs {
35
create("release") {
36
- storeFile = file("certs/kstl-tests.keystore")
37
- storePassword = "kstl-tests"
38
- keyAlias = "kstl-tests"
39
- keyPassword = "kstl-tests"
+ storeFile = file("certs/app.keystore")
+ storePassword = "app"
+ keyAlias = "app"
+ keyPassword = "app"
40
}
41
}*/
42
0 commit comments