Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Dec 29, 2023
1 parent 027e4b7 commit e472e33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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_01_002_02
versionName '1.1.2'
versionCode 1_01_003_01
versionName '1.1.3'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ dragdropswipeRecyclerview = "1.2.0"
firebaseMessagingKtx = "23.4.0"
flexbox = "3.0.0"
googleServices = "4.4.0"
hiltAndroid = "2.49"
hiltAndroid = "2.50"
hiltAndroidx = "1.1.0"
jsoup = "1.17.1"
jsoup = "1.17.2"
junitJupiterEngine = "5.10.1"
kapt = "1.8.22"
kotlin = "1.9.21"
kotlin = "1.9.22"
leakcanaryAndroid = "2.12"
lifecycleProcess = "2.6.2"
lottie = "6.2.0"
navigation = "2.7.5"
navigation = "2.7.6"
realmKotlin = "1.13.0"
sentryAndroidFragment = "7.0.0"
sentryAndroidFragment = "7.1.0"
testRunner = "1.5.2"
webkit = "1.9.0"
workConcurrentFutures = "1.1.0"
Expand Down

0 comments on commit e472e33

Please sign in to comment.