File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ android {
73
73
74
74
75
75
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" )
78
78
implementation(composeBom )
79
79
androidTestImplementation(composeBom)
80
80
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ kotlin {
70
70
71
71
72
72
dependencies {
73
- val composeBom = platform(" androidx.compose:compose-bom:2022.11 .00" )
73
+ val composeBom = platform(" androidx.compose:compose-bom:2022.12 .00" )
74
74
implementation(composeBom)
75
75
androidTestImplementation(composeBom)
76
76
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ kotlin {
68
68
69
69
dependencies {
70
70
71
- val composeBom = platform(" androidx.compose:compose-bom:2022.11 .00" )
71
+ val composeBom = platform(" androidx.compose:compose-bom:2022.12 .00" )
72
72
implementation(composeBom )
73
73
androidTestImplementation(composeBom)
74
74
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
71
71
72
72
val coroutineVersion = " 1.6.4"
73
73
74
- val composeBom = platform(" androidx.compose:compose-bom:2022.11 .00" )
74
+ val composeBom = platform(" androidx.compose:compose-bom:2022.12 .00" )
75
75
implementation(composeBom )
76
76
androidTestImplementation(composeBom)
77
77
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ dependencies {
73
73
api(project(" :core" ))
74
74
api(project(" :messaging" ))
75
75
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" )
77
77
implementation(composeBom )
78
78
androidTestImplementation(composeBom)
79
79
You can’t perform that action at this time.
0 commit comments