We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f048c commit 8a23c73Copy full SHA for 8a23c73
app/build.gradle.kts
@@ -36,8 +36,8 @@ android {
36
applicationId = "de.maniac103.squeezeclient"
37
minSdk = 26
38
targetSdk = 36
39
- versionCode = 9
40
- versionName = "2.1"
+ versionCode = 10
+ versionName = "2.2"
41
42
vectorDrawables {
43
useSupportLibrary = true
fastlane/metadata/android/en-US/changelogs/10.txt
@@ -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