Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 941054d

Browse files
Update 08_Creating_the_Android_application.md
1 parent ffd6240 commit 941054d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Networking and Data Storage with Kotlin Multiplatfrom Mobile/08_Creating_the_Android_application.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ The configuration we need was configured by the KMM Android Studio plugin, so we
66
// ...
77

88
dependencies {
9-
implementation(project(":shared"))
10-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9")
11-
implementation("androidx.core:core-ktx:1.3.1")
12-
implementation("com.google.android.material:material:1.2.0")
9+
implementation(project(":shared"))
10+
implementation("com.google.android.material:material:1.3.0")
1311
implementation("androidx.appcompat:appcompat:1.2.0")
14-
implementation("androidx.constraintlayout:constraintlayout:2.0.0")
12+
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
13+
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
14+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0-native-mt")
15+
implementation("androidx.core:core-ktx:1.3.1")
1516
implementation("androidx.recyclerview:recyclerview:1.1.0")
1617
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
1718
implementation("androidx.cardview:cardview:1.0.0")

0 commit comments

Comments
 (0)