Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Sep 6, 2023
1 parent 68b53ce commit c395574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -19,8 +19,8 @@ android {
applicationId 'com.infomaniak.mail'
minSdk 25
targetSdk 34
versionCode 1_00_011_01
versionName '1.0.11'
versionCode 1_00_012_01
versionName '1.0.12'
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 @@ -14,7 +14,7 @@ kotlin = "1.8.22"
lifecycleProcess = "2.6.1"
lottie = "6.1.0"
navigation = "2.6.0"
realmKotlin = "1.10.2"
realmKotlin = "1.11.0"
sentryAndroidFragment = "6.28.0"
testRunner = "1.5.2"
webkit = "1.7.0"
Expand Down

0 comments on commit c395574

Please sign in to comment.