Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Nov 30, 2023
1 parent 378b218 commit 3ba3683
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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_000_01
versionName '1.1.0'
versionCode 1_01_001_01
versionName '1.1.1'
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
@@ -1,19 +1,19 @@
[versions]
androidGradlePlugin = "8.1.3"
androidGradlePlugin = "8.1.4"
dotsindicator = "5.0"
dragdropswipeRecyclerview = "1.2.0"
firebaseMessagingKtx = "23.3.1"
flexbox = "3.0.0"
googleServices = "4.3.15"
hiltAndroid = "2.48.1"
hiltAndroidx = "1.1.0"
jsoup = "1.16.2"
jsoup = "1.17.1"
junitJupiterEngine = "5.10.1"
kapt = "1.8.22"
kotlin = "1.8.22"
leakcanaryAndroid = "2.12"
lifecycleProcess = "2.6.2"
lottie = "6.1.0"
lottie = "6.2.0"
navigation = "2.6.0"
realmKotlin = "1.12.0"
sentryAndroidFragment = "6.29.0"
Expand Down

0 comments on commit 3ba3683

Please sign in to comment.