Fix scaning and updateing error
This commit is contained in:
parent
9dc2da66e1
commit
52dc1d9f22
11 changed files with 215 additions and 260 deletions
|
@ -25,7 +25,7 @@ android {
|
|||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
Properties properties = getProperties('/Users/apple/Documents/Github/retro.properties ')
|
||||
Properties properties = getProperties('E:/Documents/GitHub/retro.properties')
|
||||
storeFile file(getProperty(properties, 'storeFile'))
|
||||
keyAlias getProperty(properties, 'keyAlias')
|
||||
storePassword getProperty(properties, 'storePassword')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue