Skip to content

Commit

Permalink
Merge pull request #88 from rafsanjani/renovate/composebom
Browse files Browse the repository at this point in the history
Update dependency androidx.compose:compose-bom to v2023.10.01
  • Loading branch information
rafsanjani authored Oct 21, 2023
2 parents a64f20c + fb22123 commit 5751712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
}
val composeBOM = "2023.09.01"
val composeBOM = "2023.10.01"

android {
compileSdk = 34
Expand Down
2 changes: 1 addition & 1 deletion datepickertimeline/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("kotlin-android")
}

val composeBOM = "2023.09.01"
val composeBOM = "2023.10.01"

android {
compileSdk = 34
Expand Down

0 comments on commit 5751712

Please sign in to comment.