mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 17:28:57 +07:00
Move debug keystore to android folder
This commit is contained in:
@ -47,7 +47,7 @@ android {
|
|||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
getByName("debug") {
|
getByName("debug") {
|
||||||
storeFile = rootProject.file("debug.keystore")
|
storeFile = rootProject.file("android/debug.keystore")
|
||||||
keyAlias = "androiddebugkey"
|
keyAlias = "androiddebugkey"
|
||||||
keyPassword = "android"
|
keyPassword = "android"
|
||||||
storePassword = "android"
|
storePassword = "android"
|
||||||
|
Reference in New Issue
Block a user