updated code

This commit is contained in:
Hemanth S 2020-12-04 23:41:49 +05:30
parent 85d8d5cba9
commit 66618824e2
3 changed files with 5 additions and 4 deletions

View file

@ -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')