Move debug keystore to android folder

This commit is contained in:
Yair Morgenstern 2024-07-01 23:24:25 +03:00
parent 1155aec310
commit 519939adc2
2 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ android {
signingConfigs {
getByName("debug") {
storeFile = rootProject.file("debug.keystore")
storeFile = rootProject.file("android/debug.keystore")
keyAlias = "androiddebugkey"
keyPassword = "android"
storePassword = "android"