File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ android {
7373}
7474
7575dependencies {
76- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
76+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
7777 implementation(composeBom)
7878 testImplementation(composeBom)
7979 androidTestImplementation(composeBom)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ android {
6565dependencies {
6666
6767
68- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
68+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
6969 implementation(composeBom)
7070 androidTestImplementation(composeBom)
7171
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ dependencies {
109109 implementation " androidx.activity:activity-compose:1.8.2"
110110 implementation " androidx.appcompat:appcompat:1.6.1"
111111
112- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
112+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
113113 implementation(composeBom)
114114 androidTestImplementation(composeBom)
115115 implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
6363}
6464
6565dependencies {
66- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
66+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
6767 implementation(composeBom)
6868 androidTestImplementation(composeBom)
6969
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
6161}
6262
6363dependencies {
64- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
64+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
6565 implementation(composeBom)
6666 androidTestImplementation(composeBom)
6767
@@ -102,9 +102,9 @@ dependencies {
102102 androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1"
103103 androidTestImplementation " androidx.test.espresso:espresso-intents:3.5.1"
104104 androidTestImplementation " androidx.test.ext:junit:1.1.5"
105- androidTestImplementation " androidx.test.uiautomator:uiautomator:2.2 .0"
105+ androidTestImplementation " androidx.test.uiautomator:uiautomator:2.3 .0"
106106 androidTestImplementation " androidx.work:work-testing:2.9.0"
107- androidTestImplementation " com.google.truth:truth:1.4.0 "
107+ androidTestImplementation " com.google.truth:truth:1.4.1 "
108108 androidTestImplementation " androidx.compose.ui:ui-test-junit4"
109109 testImplementation " junit:junit:4.13.2"
110110}
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ android {
8080}
8181
8282dependencies {
83- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
83+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
8484 implementation(composeBom)
8585 androidTestImplementation(composeBom)
8686
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ android {
8787}
8888
8989dependencies {
90- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
90+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
9191 implementation(composeBom)
9292 androidTestImplementation(composeBom)
9393
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ android {
9090}
9191
9292dependencies {
93- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
93+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
9494 implementation(composeBom)
9595 testImplementation(composeBom)
9696 androidTestImplementation(composeBom)
You can’t perform that action at this time.
0 commit comments