Skip to content

Commit

Permalink
Merge pull request #640 from Adamant-im/fix/object-group-by-not-a-fun…
Browse files Browse the repository at this point in the history
…ction

`Object.groupBy` is not a function in older browsers
  • Loading branch information
bludnic authored Jun 30, 2024
2 parents f39b38f + 4da6e55 commit f36e57b
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 632 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "im.adamant.adamantmessengerpwa"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 470
versionName "4.7.0"
versionCode 471
versionName "4.7.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
Loading

0 comments on commit f36e57b

Please sign in to comment.