We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673f988 commit 53c3912Copy full SHA for 53c3912
app/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
apply(plugin = "realm-android")
6
7
-val KEYSTORE_FILE = rootProject.file("scripts/key.jks")
+val KEYSTORE_FILE = rootProject.file("scripts/pslab.jks")
8
val GITHUB_BUILD = System.getenv("GITHUB_ACTIONS") == "true" && KEYSTORE_FILE.exists()
9
10
android {
0 commit comments