Release 6.0.2

This commit is contained in:
Prathamesh More 2022-06-19 19:33:35 +05:30
parent b0f866c889
commit 5ac1b2bcc6
4 changed files with 28 additions and 10 deletions

View file

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