diff --git a/app/build.gradle b/app/build.gradle index b8ab3ba..e9317a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.7.0' implementation "androidx.compose.ui:ui:$compose_version" - implementation "androidx.compose.material:material:1.3.1" + implementation "androidx.compose.material:material:1.4.0" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' implementation 'androidx.activity:activity-compose:1.6.1' diff --git a/build.gradle b/build.gradle index 820537b..2f6d41d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - compose_compiler_version = '1.3.2' - kotlin_version = '1.7.20' + compose_compiler_version = '1.4.2' + kotlin_version = '1.8.10' compose_version = '1.3.2' dagger_version = "2.43.2" } diff --git a/library/build.gradle b/library/build.gradle index a5c6926..b8a5689 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -55,14 +55,14 @@ dependencies { enabledImplementation 'androidx.core:core-ktx:1.9.0' enabledImplementation 'androidx.appcompat:appcompat:1.5.1' enabledImplementation 'com.google.android.material:material:1.7.0' - enabledImplementation "androidx.compose.material:material:1.3.1" + enabledImplementation "androidx.compose.material:material:1.4.0" enabledImplementation "androidx.compose.ui:ui-tooling-preview:$compose_version" enabledImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1' enabledImplementation 'androidx.activity:activity-compose:1.6.1' enabledImplementation 'com.squareup:seismic:1.0.3' enabledImplementation "androidx.datastore:datastore-preferences:1.0.0" implementation "androidx.compose.ui:ui:$compose_version" - implementation "androidx.navigation:navigation-compose:2.6.0-alpha04" + implementation "androidx.navigation:navigation-compose:2.6.0" //Dagger enabledImplementation "com.google.dagger:dagger-android-support:$dagger_version"