This commit is contained in:
h4h13 2018-08-08 13:33:38 +05:30
parent 3d2adc1ca2
commit c648dcb378
84 changed files with 6018 additions and 5405 deletions

View file

@ -11,8 +11,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 207
versionName '1.7.10'
versionCode 209
versionName '1.7.100'
multiDexEnabled true
@ -86,7 +86,7 @@ static def getProperty(Properties properties, String name) {
}
static def getDate() {
new Date().format('yyyyMMdd')
new Date().format('MMdd')
}
ext {