File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- Reply App - Solution Code
1
+ Reply App - Starter Code
2
2
=================================
3
3
Starter code for the Android Basics with Compose: Reply app.
4
4
Original file line number Diff line number Diff line change @@ -67,21 +67,19 @@ android {
67
67
}
68
68
69
69
dependencies {
70
-
71
70
implementation(platform(" androidx.compose:compose-bom:2023.06.00" ))
71
+ implementation(" androidx.activity:activity-compose:1.7.2" )
72
+ implementation(" androidx.compose.material:material-icons-extended" )
72
73
implementation(" androidx.compose.material3:material3" )
73
74
implementation(" androidx.compose.material3:material3-window-size-class" )
74
- implementation(" androidx.compose.material:material-icons-extended" )
75
75
implementation(" androidx.compose.ui:ui" )
76
76
implementation(" androidx.compose.ui:ui-graphics" )
77
77
implementation(" androidx.compose.ui:ui-tooling-preview" )
78
-
79
- implementation(" androidx.activity:activity-compose:1.7.2" )
80
78
implementation(" androidx.core:core-ktx:1.10.1" )
81
79
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" lifecycle_version" ]} " )
82
80
implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" lifecycle_version" ]} " )
83
81
84
- androidTestImplementation(platform(" androidx.compose:compose-bom:2022.10 .00" ))
82
+ androidTestImplementation(platform(" androidx.compose:compose-bom:2022.06 .00" ))
85
83
androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
86
84
androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
87
85
androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
You can’t perform that action at this time.
0 commit comments