Update build.gradle

main
Hemanth S 2020-09-25 02:47:51 +05:30
parent 76389c45f9
commit a8933cf079
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')