Bump version

This commit is contained in:
Prathamesh More 2022-05-14 13:55:58 +05:30
parent 0fd8ab0ade
commit bd2d5068d7
2 changed files with 10 additions and 2 deletions

View file

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