Skip to content

Commit 1f4d750

Browse files
committed
Update sample dependencies
1 parent 18358c3 commit 1f4d750

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ android = "7.4.2"
55
androidx-lifecycle = "2.6.2"
66

77
# Sample versions
8-
androidx-compose = "2023.06.01"
9-
androidx-compose-compiler = "1.5.5-dev-k1.9.21-163bb051fe5"
10-
androidx-fragment = "1.6.1"
8+
androidx-compose = "2023.10.01"
9+
androidx-compose-compiler = "1.5.8-dev-k1.9.22-42b6ec2b037"
10+
androidx-fragment = "1.6.2"
1111
ksp = "1.9.22-1.0.16"
1212
nativecoroutines = "1.0.0-ALPHA-24"
1313

sample/androidApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
android {
99
namespace = "com.rickclephas.kmm.viewmodel.sample"
10-
compileSdk = 33
10+
compileSdk = 34
1111
defaultConfig {
1212
applicationId = "com.rickclephas.kmm.viewmodel.sample"
1313
minSdk = 28

0 commit comments

Comments
 (0)