Update build.gradle
This commit is contained in:
parent
870cf4ce2e
commit
697da8a8f4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ android {
|
||||||
}
|
}
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
Properties properties = getProperties('C:/Users/h4h13/Documents/GitHub/retro.properties ')
|
Properties properties = getProperties('/Users/apple/Documents/Github/retro.properties ')
|
||||||
storeFile file(getProperty(properties, 'storeFile'))
|
storeFile file(getProperty(properties, 'storeFile'))
|
||||||
keyAlias getProperty(properties, 'keyAlias')
|
keyAlias getProperty(properties, 'keyAlias')
|
||||||
storePassword getProperty(properties, 'storePassword')
|
storePassword getProperty(properties, 'storePassword')
|
||||||
|
|
Loading…
Reference in a new issue