Code refactor

This commit is contained in:
Hemanth S 2020-07-15 01:49:12 +05:30
parent 0e81e3cb48
commit 768ab295b0
3 changed files with 7 additions and 23 deletions

View file

@ -24,8 +24,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 438
versionName '3.5.650'
versionCode 10438
versionName '3.5.650' + "_" + getDate()
multiDexEnabled true
@ -53,17 +53,6 @@ android {
}
}
flavorDimensions "default"
productFlavors {
normal {
versionCode defaultConfig.versionCode + 10000
versionName defaultConfig.versionName + "_" + getDate()
dimension "default"
}
}
packagingOptions {
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'