Details removed extra space
This commit is contained in:
parent
a8933cf079
commit
46c65a7ebc
3 changed files with 5 additions and 25 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue