Bump versionCode, versionName & Updated change-log

This commit is contained in:
Prathamesh More 2022-03-11 15:38:20 +05:30
parent c14a5854c7
commit c4e141d3d7
2 changed files with 16 additions and 2 deletions

View file

@ -14,8 +14,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
versionCode 10567
versionName '5.7.2'
versionCode 10568
versionName '5.7.3'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}