Bump version and update changelog
This commit is contained in:
parent
4e78813c28
commit
36f15ffe9e
3 changed files with 15 additions and 3 deletions
|
@ -15,8 +15,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId namespace
|
applicationId namespace
|
||||||
versionCode 10600
|
versionCode 10601
|
||||||
versionName '6.0.4'
|
versionName '6.0.5'
|
||||||
|
|
||||||
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')}\"")
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,6 +71,19 @@
|
||||||
The app heavily relies on Kotlin.
|
The app heavily relies on Kotlin.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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>
|
<div>
|
||||||
<h5>March 13, 2023</h5>
|
<h5>March 13, 2023</h5>
|
||||||
<h2>v6.0.4</h2>
|
<h2>v6.0.4</h2>
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
android:descendantFocusability="beforeDescendants"
|
android:descendantFocusability="beforeDescendants"
|
||||||
android:focusableInTouchMode="true"
|
android:focusableInTouchMode="true"
|
||||||
android:overScrollMode="@integer/overScrollMode"
|
android:overScrollMode="@integer/overScrollMode"
|
||||||
android:transitionGroup="true"
|
|
||||||
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
|
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue