Hemanth S 2020-09-25 01:51:37 +05:30
commit a4bbc9ce5a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ android {
}
signingConfigs {
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'))
keyAlias getProperty(properties, 'keyAlias')
storePassword getProperty(properties, 'storePassword')