Skip to content

Commit cb4fd65

Browse files
committed
fix dependencies
1 parent 467dec0 commit cb4fd65

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Reply App - Solution Code
1+
Reply App - Starter Code
22
=================================
33
Starter code for the Android Basics with Compose: Reply app.
44

app/build.gradle.kts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,19 @@ android {
6767
}
6868

6969
dependencies {
70-
7170
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")
7273
implementation("androidx.compose.material3:material3")
7374
implementation("androidx.compose.material3:material3-window-size-class")
74-
implementation("androidx.compose.material:material-icons-extended")
7575
implementation("androidx.compose.ui:ui")
7676
implementation("androidx.compose.ui:ui-graphics")
7777
implementation("androidx.compose.ui:ui-tooling-preview")
78-
79-
implementation("androidx.activity:activity-compose:1.7.2")
8078
implementation("androidx.core:core-ktx:1.10.1")
8179
implementation("androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra["lifecycle_version"]}")
8280
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra["lifecycle_version"]}")
8381

84-
androidTestImplementation(platform("androidx.compose:compose-bom:2022.10.00"))
82+
androidTestImplementation(platform("androidx.compose:compose-bom:2022.06.00"))
8583
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
8684
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
8785
androidTestImplementation("androidx.test.ext:junit:1.1.5")

0 commit comments

Comments
 (0)