Fix
This commit is contained in:
parent
f58c17eb66
commit
2a49b0ad61
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ android {
|
|||
|
||||
signingConfigs {
|
||||
development {
|
||||
storeFile file("../../../keystores/debug.keystore")
|
||||
storeFile file("../../keystores/debug.keystore")
|
||||
storePassword "android"
|
||||
keyAlias "androiddebugkey"
|
||||
keyPassword "android"
|
||||
|
|
|
@ -6,7 +6,7 @@ android {
|
|||
|
||||
signingConfigs {
|
||||
development {
|
||||
storeFile file("../../../keystores/debug.keystore")
|
||||
storeFile file("../../keystores/debug.keystore")
|
||||
storePassword "android"
|
||||
keyAlias "androiddebugkey"
|
||||
keyPassword "android"
|
||||
|
|
|
@ -6,7 +6,7 @@ android {
|
|||
|
||||
signingConfigs {
|
||||
development {
|
||||
storeFile file("../../../keystores/debug.keystore")
|
||||
storeFile file("../../keystores/debug.keystore")
|
||||
storePassword "android"
|
||||
keyAlias "androiddebugkey"
|
||||
keyPassword "android"
|
||||
|
|
|
@ -6,7 +6,7 @@ android {
|
|||
|
||||
signingConfigs {
|
||||
development {
|
||||
storeFile file("../../../keystores/debug.keystore")
|
||||
storeFile file("../../keystores/debug.keystore")
|
||||
storePassword "android"
|
||||
keyAlias "androiddebugkey"
|
||||
keyPassword "android"
|
||||
|
|
Loading…
Reference in a new issue