Skip to content

Commit 8a23c73

Browse files
committed
Bump version
1 parent f6f048c commit 8a23c73

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
applicationId = "de.maniac103.squeezeclient"
3737
minSdk = 26
3838
targetSdk = 36
39-
versionCode = 9
40-
versionName = "2.1"
39+
versionCode = 10
40+
versionName = "2.2"
4141

4242
vectorDrawables {
4343
useSupportLibrary = true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Improve local player synchronization handling (#23)
2+
- Fix local player radio station streaming sometimes stopping after intro/ad
3+
- Fix local player startup on Android 11 and older (#22)
4+
- Revert to using AGP 8.11.1 for now for F-Droid compatibility (#21)

0 commit comments

Comments
 (0)