diff --git a/build.gradle b/build.gradle index 59b6f9a..3aa3ed7 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ repositories { dependencies { implementation 'androidx.annotation:annotation:1.5.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4' - implementation 'androidx.compose.runtime:runtime-android:1.8.3' + implementation 'androidx.compose.runtime:runtime-android:1.9.0' api 'com.rokt:roktsdk:4.11.0' testImplementation files('libs/java-json.jar')