Skip to content

Commit 53c3912

Browse files
authored
chore(fix): keystore file name (#2408)
1 parent 673f988 commit 53c3912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
apply(plugin = "realm-android")
66

7-
val KEYSTORE_FILE = rootProject.file("scripts/key.jks")
7+
val KEYSTORE_FILE = rootProject.file("scripts/pslab.jks")
88
val GITHUB_BUILD = System.getenv("GITHUB_ACTIONS") == "true" && KEYSTORE_FILE.exists()
99

1010
android {

0 commit comments

Comments
 (0)