Skip to content

Commit 8dd2444

Browse files
committed
Bump version and add changelog
1 parent fd37b19 commit 8dd2444

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
applicationId = "de.maniac103.squeezeclient"
3636
minSdk = 26
3737
targetSdk = 35
38-
versionCode = 4
39-
versionName = "1.3"
38+
versionCode = 5
39+
versionName = "1.4"
4040

4141
vectorDrawables {
4242
useSupportLibrary = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fix server connection with authentication enabled
2+
- Remove dependency info blob from FOSS build

0 commit comments

Comments
 (0)