Skip to content

Commit 340cf01

Browse files
authored
Merge pull request #641 from Adamant-im/dev
Release 4.7.2
2 parents f36e57b + 0a59d48 commit 340cf01

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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 471
11-
versionName "4.7.1"
10+
versionCode 472
11+
versionName "4.7.2"
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.

android/variables.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
minSdkVersion = 24
2+
minSdkVersion = 22
33
compileSdkVersion = 34
44
targetSdkVersion = 34
55
androidxActivityVersion = '1.8.0'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adamant-im",
3-
"version": "4.7.1",
3+
"version": "4.7.2",
44
"author": "ADAMANT Foundation <devs@adamant.im>",
55
"license": "GPLv3",
66
"description": "Decentralized Messenger",

0 commit comments

Comments
 (0)