Skip to content

Commit

Permalink
version bump to 2.17.2 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Oct 23, 2024
1 parent b45a3ee commit 26d5290
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### Version 2.17.2

* Fix calls on Android 15
* Fix rare crash / regression introduced with 2.17.0

### Version 2.17.1

* Fix UI glitch when showing multiple reactions
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 42122
versionName "2.17.1"
versionCode 42123
versionName "2.17.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4212304.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fix calls on Android 15
* Fix rare crash / regression introduced with 2.17.0

0 comments on commit 26d5290

Please sign in to comment.