Skip to content

Commit f36e57b

Browse files
authored
Merge pull request #640 from Adamant-im/fix/object-group-by-not-a-function
`Object.groupBy` is not a function in older browsers
2 parents f39b38f + 4da6e55 commit f36e57b

File tree

4 files changed

+600
-632
lines changed

4 files changed

+600
-632
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "im.adamant.adamantmessengerpwa"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 470
11-
versionName "4.7.0"
10+
versionCode 471
11+
versionName "4.7.1"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

0 commit comments

Comments
 (0)