Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

Commit 4965d46

Browse files
committed
Bump to 2.0.14
1 parent b32d145 commit 4965d46

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

app/src/main/assets/web/info.html

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.14</h4>
12+
<ul>
13+
<li>Fixed an issue where the list of playlists was not updated on Android 10</li>
14+
<li>Fixed playlist related crashes on Android 10</li>
15+
</ul>
1116
<h4>2.0.13</h4>
1217
<ul>
1318
<li>Crash fixes</li>

app/src/main/assets/web/info_dark.html

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.14</h4>
12+
<ul>
13+
<li>Fixed an issue where the list of playlists was not updated on Android 10</li>
14+
<li>Fixed playlist related crashes on Android 10</li>
15+
</ul>
1116
<h4>2.0.13</h4>
1217
<ul>
1318
<li>Crash fixes</li>

buildSrc/src/main/kotlin/Config.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Config {
22

3-
const val versionName = "2.0.13"
3+
const val versionName = "2.0.14"
44

55
}

0 commit comments

Comments
 (0)