Skip to content

Commit 02b0153

Browse files
dependabot[bot]warting
authored andcommitted
Bump compose-bom from 2022.11.00 to 2022.12.00
Bumps compose-bom from 2022.11.00 to 2022.12.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a1cf63 commit 02b0153

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ android {
7373

7474

7575
dependencies {
76-
implementation(platform("androidx.compose:compose-bom:2022.11.00"))
77-
val composeBom = platform("androidx.compose:compose-bom:2022.10.00")
76+
implementation(platform("androidx.compose:compose-bom:2022.12.00"))
77+
val composeBom = platform("androidx.compose:compose-bom:2022.12.00")
7878
implementation(composeBom )
7979
androidTestImplementation(composeBom)
8080
implementation("androidx.constraintlayout:constraintlayout:2.1.4")

core/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ kotlin {
7070

7171

7272
dependencies {
73-
val composeBom = platform("androidx.compose:compose-bom:2022.11.00")
73+
val composeBom = platform("androidx.compose:compose-bom:2022.12.00")
7474
implementation(composeBom)
7575
androidTestImplementation(composeBom)
7676

dynamiclinks/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kotlin {
6868

6969
dependencies {
7070

71-
val composeBom = platform("androidx.compose:compose-bom:2022.11.00")
71+
val composeBom = platform("androidx.compose:compose-bom:2022.12.00")
7272
implementation(composeBom )
7373
androidTestImplementation(composeBom)
7474

messaging/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171

7272
val coroutineVersion = "1.6.4"
7373

74-
val composeBom = platform("androidx.compose:compose-bom:2022.11.00")
74+
val composeBom = platform("androidx.compose:compose-bom:2022.12.00")
7575
implementation(composeBom )
7676
androidTestImplementation(composeBom)
7777

messagingfirestore/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
api(project(":core"))
7474
api(project(":messaging"))
7575
api(platform("com.google.firebase:firebase-bom:31.1.0"))
76-
val composeBom = platform("androidx.compose:compose-bom:2022.11.00")
76+
val composeBom = platform("androidx.compose:compose-bom:2022.12.00")
7777
implementation(composeBom )
7878
androidTestImplementation(composeBom)
7979

0 commit comments

Comments
 (0)