Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Feb 22, 2024
1 parent 69fb9a0 commit dae53af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Core
Submodule Core updated 1 files
+1 −1 build.gradle
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId 'com.infomaniak.mail'
minSdk 25
targetSdk 34
versionCode 1_02_001_01
versionName '1.2.1'
versionCode 1_02_002_01
versionName '1.2.2'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
androidGradlePlugin = "8.2.2"
dotsindicator = "5.0"
dragdropswipeRecyclerview = "1.2.0"
firebaseMessagingKtx = "23.4.0"
firebaseMessagingKtx = "23.4.1"
flexbox = "3.0.0"
googleServices = "4.4.0"
hiltAndroid = "2.50"
hiltAndroidx = "1.1.0"
hiltAndroidx = "1.2.0"
jsoup = "1.17.2"
junit = "4.13.2"
junitVersion = "1.1.5"
Expand All @@ -18,7 +18,7 @@ lifecycleProcess = "2.7.0"
lottie = "6.3.0"
navigation = "2.7.6"
realmKotlin = "1.13.0"
sentryAndroidFragment = "7.3.0"
sentryAndroidFragment = "7.4.0"
webkit = "1.10.0"
workConcurrentFutures = "1.1.0"
workRuntimeKtx = "2.9.0"
Expand Down

0 comments on commit dae53af

Please sign in to comment.