Skip to content

Commit

Permalink
Closed version 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Apr 27, 2024
1 parent dd40db2 commit 123068f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Version history

## Version 1.7.4 (2024-04-27)

Bug fixes:

- Added icons to multiselection menu items
- Fixed add contact icon
- Fixed call duration (removed seconds decimals)
- Updated translations (German, Russian)

## Version 1.7.3 (2024-04-02)

New features:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
// version parts: M = Major, m = minor, b = build
// -------- MMMmmmbbb
versionCode 001007003
versionName "1.7.3"
versionCode 001007004
versionName "1.7.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down

0 comments on commit 123068f

Please sign in to comment.