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 e12dece commit 9083502Copy full SHA for 9083502
app/build.gradle.kts
@@ -36,8 +36,8 @@ android {
36
applicationId = "de.maniac103.squeezeclient"
37
minSdk = 26
38
targetSdk = 35
39
- versionCode = 7
40
- versionName = "1.6"
+ versionCode = 8
+ versionName = "2.0"
41
42
vectorDrawables {
43
useSupportLibrary = true
fastlane/metadata/android/en-US/changelogs/8.txt
@@ -0,0 +1 @@
1
+- Implement local playback (device as Squeezebox)
0 commit comments