Dynamic navigation

This commit is contained in:
Hemanth S 2020-09-25 02:33:56 +05:30
parent a4bbc9ce5a
commit 76389c45f9
7 changed files with 20 additions and 24 deletions

View file

@ -25,7 +25,7 @@ android {
}
signingConfigs {
release {
Properties properties = getProperties('/Users/apple/Documents/Github/retro.properties ')
Properties properties = getProperties('C:/Users/h4h13/Documents/GitHub/retro.properties ')
storeFile file(getProperty(properties, 'storeFile'))
keyAlias getProperty(properties, 'keyAlias')
storePassword getProperty(properties, 'storePassword')