Skip to content

Commit bc658dd

Browse files
committed
chore: update Android build.gradle to use rootProject for debug keystore location
1 parent d900c25 commit bc658dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ allprojects {
5252
test {
5353
keyAlias "androiddebugkey"
5454
keyPassword "android"
55-
storeFile file("debug.keystore")
55+
storeFile rootProject.file("debug.keystore")
5656
storePassword "android"
5757
}
5858
}

0 commit comments

Comments
 (0)