Skip to content

Commit

Permalink
Bump version to v0.29.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Nov 24, 2024
1 parent 5631b7c commit 0c38632
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Snapcast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "de.badaix.snapcast"
minSdkVersion 21
targetSdkVersion 34
versionCode 2900
versionName '0.29.0.0'
versionCode 2901
versionName '0.29.0.1'
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
externalNativeBuild {
Expand Down
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 0.29.0.1

## Bugfix

- Change Target SDK version to 34 to workaround rendering issues

_Johannes Pohl <[email protected]> Sun, 24 Nov 2024 00:13:37 +0200_

# Version 0.29.0.0

## Features
Expand All @@ -11,7 +19,7 @@
- CI: switch to new android-release-signer action (PR #66)
- Snapclient: Update external libraries

_Johannes Pohl <[email protected]> Sun, 24 Nov 2024 00:13:37 +0200_
_Johannes Pohl <[email protected]> Sat, 23 Nov 2024 00:13:37 +0200_

# Version 0.28.0.2

Expand Down

0 comments on commit 0c38632

Please sign in to comment.