mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 09:18:43 +07:00
Move debug keystore to android folder
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user