Details removed extra space

This commit is contained in:
Hemanth S 2020-09-25 03:11:34 +05:30
parent a8933cf079
commit 46c65a7ebc
3 changed files with 5 additions and 25 deletions

View file

@ -16,8 +16,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10443
versionName '3.6.000' + "_" + getDate()
versionCode 10445
versionName '3.6.100' + "_" + getDate()
multiDexEnabled true
@ -34,7 +34,7 @@ android {
}
buildTypes {
release {
debuggable true
//debuggable true
minifyEnabled true
//shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'