Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Oct 13, 2023
1 parent 7bb2b41 commit 721dede
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_00_015_01
versionName '1.0.15'
versionCode 1_00_016_01
versionName '1.0.16'
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 @@ -5,7 +5,7 @@ dragdropswipeRecyclerview = "1.2.0"
firebaseMessagingKtx = "23.2.1"
flexbox = "3.0.0"
googleServices = "4.3.15"
hiltAndroid = "2.48"
hiltAndroid = "2.48.1"
hiltAndroidx = "1.0.0"
jsoup = "1.16.1"
junitJupiterEngine = "5.10.0"
Expand Down

0 comments on commit 721dede

Please sign in to comment.