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 fd37b19 commit 8dd2444Copy full SHA for 8dd2444
app/build.gradle.kts
@@ -35,8 +35,8 @@ android {
35
applicationId = "de.maniac103.squeezeclient"
36
minSdk = 26
37
targetSdk = 35
38
- versionCode = 4
39
- versionName = "1.3"
+ versionCode = 5
+ versionName = "1.4"
40
41
vectorDrawables {
42
useSupportLibrary = true
fastlane/metadata/android/en-US/changelogs/5.txt
@@ -0,0 +1,2 @@
1
+- Fix server connection with authentication enabled
2
+- Remove dependency info blob from FOSS build
0 commit comments