Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Jan 2, 2024
1 parent 238003a commit 0d4a5c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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_003_01
versionName '1.1.3'
versionCode 1_01_004_01
versionName '1.1.4'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kapt = "1.8.22"
kotlin = "1.9.22"
leakcanaryAndroid = "2.12"
lifecycleProcess = "2.6.2"
lottie = "6.2.0"
lottie = "6.3.0"
navigation = "2.7.6"
realmKotlin = "1.13.0"
sentryAndroidFragment = "7.1.0"
Expand Down

0 comments on commit 0d4a5c1

Please sign in to comment.