Bump versionCode

This commit is contained in:
Prathamesh More 2022-03-25 14:39:54 +05:30
parent fe1a5c8ab0
commit 88b28e4c46
2 changed files with 15 additions and 2 deletions

View file

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