moved this shit to properties too
This commit is contained in:
parent
74df76e9b0
commit
35d927f09e
@ -70,9 +70,9 @@ android {
|
||||
signingConfigs {
|
||||
debug {
|
||||
keyAlias "androiddebugkey"
|
||||
keyPassword "android"
|
||||
keyPassword debugKeystoreProperties['keyPassword']
|
||||
storeFile file(debugKeystoreProperties['storeFile'])
|
||||
storePassword "android"
|
||||
storePassword debugKeystoreProperties['storePassword']
|
||||
}
|
||||
|
||||
release {
|
||||
|
Loading…
x
Reference in New Issue
Block a user