Hot fix for Album cover and Volume icons tint

This commit is contained in:
h4h13 2019-07-31 10:49:28 +05:30
parent b7ed2488f2
commit 1cbfa3da13
7 changed files with 13 additions and 18 deletions

View file

@ -31,8 +31,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 343
versionName '3.2.200'
versionCode 344
versionName '3.2.203'
multiDexEnabled true
@ -52,14 +52,11 @@ android {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
resValue "string", "cast_app_id", "BA9C3F5E"
signingConfig signingConfigs.release
}
debug {
applicationIdSuffix '.debug'
versionNameSuffix ' DEBUG (' + gitBranch() + ')'
resValue "string", "cast_app_id", "BA9C3F5E"
}
}