diff --git a/app/build.gradle b/app/build.gradle index 2f7127a6..6a900e09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ android { compose true } composeOptions { - kotlinCompilerExtensionVersion '1.2.0' + kotlinCompilerExtensionVersion '1.3.0' } signingConfigs { release { @@ -110,16 +110,19 @@ dependencies { implementation 'io.coil-kt:coil-compose:2.1.0' - def compose_version = '1.2.0' + def compose_version = '1.2.1' implementation "androidx.compose.ui:ui:$compose_version" + implementation "androidx.compose.ui:ui-tooling:$compose_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version" - implementation 'androidx.activity:activity-compose:1.5.1' + implementation "androidx.compose.foundation:foundation:$compose_version" implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.animation:animation:$compose_version" - implementation "androidx.compose.ui:ui-tooling:$compose_version" + + implementation 'androidx.activity:activity-compose:1.5.1' implementation "com.google.android.material:compose-theme-adapter:1.1.15" + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1' implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1" implementation 'com.google.protobuf:protobuf-java:3.21.1'