We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d900c25 commit bc658ddCopy full SHA for bc658dd
1 file changed
example/android/build.gradle
@@ -52,7 +52,7 @@ allprojects {
52
test {
53
keyAlias "androiddebugkey"
54
keyPassword "android"
55
- storeFile file("debug.keystore")
+ storeFile rootProject.file("debug.keystore")
56
storePassword "android"
57
}
58
0 commit comments