File tree 8 files changed +10
-10
lines changed
AdvancedStateAndSideEffectsCodelab/app
8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ android {
73
73
}
74
74
75
75
dependencies {
76
- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
76
+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
77
77
implementation(composeBom)
78
78
testImplementation(composeBom)
79
79
androidTestImplementation(composeBom)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ android {
65
65
dependencies {
66
66
67
67
68
- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
68
+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
69
69
implementation(composeBom)
70
70
androidTestImplementation(composeBom)
71
71
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ dependencies {
109
109
implementation " androidx.activity:activity-compose:1.8.2"
110
110
implementation " androidx.appcompat:appcompat:1.6.1"
111
111
112
- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
112
+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
113
113
implementation(composeBom)
114
114
androidTestImplementation(composeBom)
115
115
implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
63
63
}
64
64
65
65
dependencies {
66
- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
66
+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
67
67
implementation(composeBom)
68
68
androidTestImplementation(composeBom)
69
69
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
61
61
}
62
62
63
63
dependencies {
64
- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
64
+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
65
65
implementation(composeBom)
66
66
androidTestImplementation(composeBom)
67
67
@@ -102,9 +102,9 @@ dependencies {
102
102
androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1"
103
103
androidTestImplementation " androidx.test.espresso:espresso-intents:3.5.1"
104
104
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"
106
106
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 "
108
108
androidTestImplementation " androidx.compose.ui:ui-test-junit4"
109
109
testImplementation " junit:junit:4.13.2"
110
110
}
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ android {
80
80
}
81
81
82
82
dependencies {
83
- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
83
+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
84
84
implementation(composeBom)
85
85
androidTestImplementation(composeBom)
86
86
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ android {
87
87
}
88
88
89
89
dependencies {
90
- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
90
+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
91
91
implementation(composeBom)
92
92
androidTestImplementation(composeBom)
93
93
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ android {
90
90
}
91
91
92
92
dependencies {
93
- def composeBom = platform(' androidx.compose:compose-bom:2024.02.00 ' )
93
+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
94
94
implementation(composeBom)
95
95
testImplementation(composeBom)
96
96
androidTestImplementation(composeBom)
You can’t perform that action at this time.
0 commit comments