Update version and changelog

This commit is contained in:
Prathamesh More 2023-03-29 21:50:44 +05:30
parent 803c74c513
commit d0b0a03bd9
2 changed files with 4 additions and 4 deletions

View file

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