Skip to content

Commit

Permalink
version bump to 2.16.4 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Jun 4, 2024
1 parent a1746a8 commit 6275d0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### Version 2.16.4

* Fix minor regression introduced in 2.16.4

### Version 2.16.3

* exclude older Oppo devices from call integration
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 42114
versionName "2.16.3"
versionCode 42115
versionName "2.16.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
Expand Down

0 comments on commit 6275d0c

Please sign in to comment.