Skip to content

Commit

Permalink
Merge branch 'release/3.1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitletondor committed Feb 10, 2024
2 parents e6036ba + 0efb03b commit e8fa974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Android/EasyBudget/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
compileSdk = 34
minSdk = 21
targetSdk = 34
versionCode = 126
versionName = "3.1.7"
versionCode = 127
versionName = "3.1.8"
vectorDrawables.useSupportLibrary = true
}

Expand Down Expand Up @@ -183,7 +183,7 @@ dependencies {

implementation("io.realm.kotlin:library-sync:$realmVersion")

implementation("com.kizitonwose.calendar:compose:2.4.1")
implementation("com.kizitonwose.calendar:compose:2.5.0-beta01")
implementation("net.sf.biweekly:biweekly:0.6.8")

implementation("net.lingala.zip4j:zip4j:2.11.5")
Expand Down

0 comments on commit e8fa974

Please sign in to comment.