Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Feb 5, 2024
1 parent 508ab76 commit 45af186
Show file tree
Hide file tree
Showing 2 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_02_000_01
versionName '1.2.0'
versionCode 1_02_001_01
versionName '1.2.1'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "8.2.1"
androidGradlePlugin = "8.2.2"
dotsindicator = "5.0"
dragdropswipeRecyclerview = "1.2.0"
firebaseMessagingKtx = "23.4.0"
Expand All @@ -14,13 +14,13 @@ kapt = "1.8.22"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.16"
leakcanaryAndroid = "2.12"
lifecycleProcess = "2.6.2"
lifecycleProcess = "2.7.0"
lottie = "6.3.0"
navigation = "2.7.6"
realmKotlin = "1.13.0"
sentryAndroidFragment = "7.1.0"
sentryAndroidFragment = "7.3.0"
slidingPaneLayout = "1.2.0"
webkit = "1.9.0"
webkit = "1.10.0"
workConcurrentFutures = "1.1.0"
workRuntimeKtx = "2.9.0"

Expand Down

0 comments on commit 45af186

Please sign in to comment.