mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 22:14:46 +07:00
Move debug keystore to android folder
This commit is contained in:
parent
1155aec310
commit
519939adc2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user