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')}\"")
}

View file

@ -71,6 +71,19 @@
The app heavily relies on Kotlin.
</p>
</div>
<div>
<h5>March 19, 2023</h5>
<h2>v6.0.5</h2>
<h3>What's New</h3>
<ul>
<li>App now targets Android 13, support for Granular media permissions, Photo picker, Per-app language preferences & Predictive back gesture</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed playlist reordering crash</li>
<li>Other minor bugs fixes and improvements</li>
</ul>
</div>
<div>
<h5>March 13, 2023</h5>
<h2>v6.0.4</h2>

View file

@ -31,7 +31,6 @@
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true"
android:overScrollMode="@integer/overScrollMode"
android:transitionGroup="true"
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
<androidx.constraintlayout.widget.ConstraintLayout