Bump version and update change-log

This commit is contained in:
Prathamesh More 2023-03-09 18:03:14 +05:30
parent 35c54829a8
commit ec6220a97d
2 changed files with 18 additions and 2 deletions

View file

@ -15,8 +15,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId namespace
versionCode 10597
versionName '6.0.2-beta'
versionCode 10599
versionName '6.0.4-beta'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}