Bump version

This commit is contained in:
Prathamesh More 2022-07-06 18:34:15 +05:30
parent 1de4bbcdec
commit f30578d5fc
7 changed files with 22 additions and 19 deletions

View file

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