updated code
This commit is contained in:
parent
85d8d5cba9
commit
66618824e2
3 changed files with 5 additions and 4 deletions
|
@ -25,7 +25,7 @@ android {
|
|||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
Properties properties = getProperties('E:/Documents/GitHub/retro.properties')
|
||||
Properties properties = getProperties('/Users/apple/Documents/Github/music.jks')
|
||||
storeFile file(getProperty(properties, 'storeFile'))
|
||||
keyAlias getProperty(properties, 'keyAlias')
|
||||
storePassword getProperty(properties, 'storePassword')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue