Skip to content

Commit

Permalink
Merge branch 'main' into renovate/com.android.application-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rafsanjani authored Oct 21, 2023
2 parents 19eb557 + 5751712 commit 507e030
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 507e030

Please sign in to comment.