Skip to content

Commit dae53af

Browse files
committed
New version
1 parent 69fb9a0 commit dae53af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Core

Submodule Core updated 1 file

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId 'com.infomaniak.mail'
2323
minSdk 25
2424
targetSdk 34
25-
versionCode 1_02_001_01
26-
versionName '1.2.1'
25+
versionCode 1_02_002_01
26+
versionName '1.2.2'
2727
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2828

2929
setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
androidGradlePlugin = "8.2.2"
33
dotsindicator = "5.0"
44
dragdropswipeRecyclerview = "1.2.0"
5-
firebaseMessagingKtx = "23.4.0"
5+
firebaseMessagingKtx = "23.4.1"
66
flexbox = "3.0.0"
77
googleServices = "4.4.0"
88
hiltAndroid = "2.50"
9-
hiltAndroidx = "1.1.0"
9+
hiltAndroidx = "1.2.0"
1010
jsoup = "1.17.2"
1111
junit = "4.13.2"
1212
junitVersion = "1.1.5"
@@ -18,7 +18,7 @@ lifecycleProcess = "2.7.0"
1818
lottie = "6.3.0"
1919
navigation = "2.7.6"
2020
realmKotlin = "1.13.0"
21-
sentryAndroidFragment = "7.3.0"
21+
sentryAndroidFragment = "7.4.0"
2222
webkit = "1.10.0"
2323
workConcurrentFutures = "1.1.0"
2424
workRuntimeKtx = "2.9.0"

0 commit comments

Comments
 (0)