Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Nov 14, 2023
1 parent 26fd99b commit 27fd698
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Core
Submodule Core updated 1 files
+4 −5 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_00_020_01
versionName '1.0.20'
versionCode 1_01_000_01
versionName '1.1.0'
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
@@ -1,21 +1,21 @@
[versions]
androidGradlePlugin = "8.1.2"
androidGradlePlugin = "8.1.3"
dotsindicator = "5.0"
dragdropswipeRecyclerview = "1.2.0"
firebaseMessagingKtx = "23.3.0"
firebaseMessagingKtx = "23.3.1"
flexbox = "3.0.0"
googleServices = "4.3.15"
hiltAndroid = "2.48.1"
hiltAndroidx = "1.0.0"
hiltAndroidx = "1.1.0"
jsoup = "1.16.2"
junitJupiterEngine = "5.10.0"
junitJupiterEngine = "5.10.1"
kapt = "1.8.22"
kotlin = "1.8.22"
leakcanaryAndroid = "2.12"
lifecycleProcess = "2.6.2"
lottie = "6.1.0"
navigation = "2.6.0"
realmKotlin = "1.11.1"
realmKotlin = "1.12.0"
sentryAndroidFragment = "6.29.0"
testRunner = "1.5.2"
webkit = "1.8.0"
Expand Down

0 comments on commit 27fd698

Please sign in to comment.