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 vectorDrawables.useSupportLibrary = true
applicationId namespace applicationId namespace
versionCode 10601 versionCode 10602
versionName '6.0.5' versionName '6.1.0'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"") buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
} }

View file

@ -72,8 +72,8 @@
</p> </p>
</div> </div>
<div> <div>
<h5>March 19, 2023</h5> <h5>March 30, 2023</h5>
<h2>v6.0.5</h2> <h2>v6.1.0</h2>
<h3>What's New</h3> <h3>What's New</h3>
<ul> <ul>
<li>App now targets Android 13, support for Granular media permissions, Photo picker, Per-app language preferences & Predictive back gesture</li> <li>App now targets Android 13, support for Granular media permissions, Photo picker, Per-app language preferences & Predictive back gesture</li>