We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18358c3 commit 1f4d750Copy full SHA for 1f4d750
gradle/libs.versions.toml
@@ -5,9 +5,9 @@ android = "7.4.2"
5
androidx-lifecycle = "2.6.2"
6
7
# 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"
+androidx-compose = "2023.10.01"
+androidx-compose-compiler = "1.5.8-dev-k1.9.22-42b6ec2b037"
+androidx-fragment = "1.6.2"
11
ksp = "1.9.22-1.0.16"
12
nativecoroutines = "1.0.0-ALPHA-24"
13
sample/androidApp/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
android {
namespace = "com.rickclephas.kmm.viewmodel.sample"
- compileSdk = 33
+ compileSdk = 34
defaultConfig {
applicationId = "com.rickclephas.kmm.viewmodel.sample"
minSdk = 28
0 commit comments