Skip to content

Commit 45af186

Browse files
committed
New version
1 parent 508ab76 commit 45af186

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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_000_01
26-
versionName '1.2.0'
25+
versionCode 1_02_001_01
26+
versionName '1.2.1'
2727
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2828

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

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
androidGradlePlugin = "8.2.1"
2+
androidGradlePlugin = "8.2.2"
33
dotsindicator = "5.0"
44
dragdropswipeRecyclerview = "1.2.0"
55
firebaseMessagingKtx = "23.4.0"
@@ -14,13 +14,13 @@ kapt = "1.8.22"
1414
kotlin = "1.9.22"
1515
ksp = "1.9.22-1.0.16"
1616
leakcanaryAndroid = "2.12"
17-
lifecycleProcess = "2.6.2"
17+
lifecycleProcess = "2.7.0"
1818
lottie = "6.3.0"
1919
navigation = "2.7.6"
2020
realmKotlin = "1.13.0"
21-
sentryAndroidFragment = "7.1.0"
21+
sentryAndroidFragment = "7.3.0"
2222
slidingPaneLayout = "1.2.0"
23-
webkit = "1.9.0"
23+
webkit = "1.10.0"
2424
workConcurrentFutures = "1.1.0"
2525
workRuntimeKtx = "2.9.0"
2626

0 commit comments

Comments
 (0)