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 4a01f06 commit 9daac39Copy full SHA for 9daac39
app/build.gradle.kts
@@ -36,8 +36,8 @@ android {
36
applicationId = "de.maniac103.squeezeclient"
37
minSdk = 26
38
targetSdk = 35
39
- versionCode = 8
40
- versionName = "2.0"
+ versionCode = 9
+ versionName = "2.1"
41
42
vectorDrawables {
43
useSupportLibrary = true
fastlane/metadata/android/en-US/changelogs/9.txt
@@ -0,0 +1,3 @@
1
+- Fix local playback of FLAC files
2
+- Fix local playback if authentication is enabled server-side
3
+- Properly connect to new server when moving between different servers
0 commit comments