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