Bump version code

This commit is contained in:
Prathamesh More 2022-01-22 22:39:58 +05:30
parent 1036b79a24
commit 2557b6950b
2 changed files with 9 additions and 4 deletions

View file

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