Bump version and update changelog

This commit is contained in:
Prathamesh More 2023-03-18 20:32:28 +05:30
parent 4e78813c28
commit 36f15ffe9e
3 changed files with 15 additions and 3 deletions

View file

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