Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazeCodeDev committed Nov 25, 2023
2 parents bef5662 + 517a268 commit 18964a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "com.blazecode.eventtool"
minSdk = 33
targetSdk = 34
versionCode = 19
versionName = "1.4.0"
versionCode = 20
versionName = "1.4.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation("com.google.accompanist:accompanist-permissions:$accompanist_version")

// CALENDAR
implementation("com.kizitonwose.calendar:compose:2.4.0")
implementation("com.kizitonwose.calendar:compose:2.5.0-alpha01")

// NAVIGATION
implementation("androidx.navigation:navigation-compose:2.7.5")
Expand Down

0 comments on commit 18964a0

Please sign in to comment.