bump version

main
h4h13 2018-07-29 22:47:52 +05:30
parent b9112137f9
commit 8533eaad99
1 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 203
versionName 'R - 1.6.400'
versionCode 205
versionName 'R - 1.7.00'
multiDexEnabled true
@ -76,7 +76,7 @@ android {
}
def getProperties(String fileName) {
final def Properties properties = new Properties()
final Properties properties = new Properties()
def file = file(fileName)
if (file.exists()) {
file.withInputStream { stream -> properties.load(stream) }