diff --git a/build.gradle b/build.gradle index 3c620d60..0a4b5f78 100644 --- a/build.gradle +++ b/build.gradle @@ -133,11 +133,11 @@ dependencies { implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.appcompat:appcompat-resources:1.4.1' - implementation 'androidx.fragment:fragment-ktx:1.4.0' + implementation 'androidx.fragment:fragment-ktx:1.4.1' implementation 'androidx.activity:activity-ktx:1.4.0' implementation "androidx.preference:preference-ktx:1.1.1" - implementation "androidx.navigation:navigation-fragment-ktx:2.4.0-rc01" - implementation "androidx.navigation:navigation-ui-ktx:2.4.0-rc01" + implementation "androidx.navigation:navigation-fragment-ktx:2.5.0-alpha01" + implementation "androidx.navigation:navigation-ui-ktx:2.5.0-alpha01" // Material3 implementation 'com.google.android.material:material:1.6.0-alpha02' @@ -182,13 +182,13 @@ dependencies { kapt 'androidx.room:room-compiler:2.4.1' // Compose - implementation "androidx.compose.runtime:runtime:1.2.0-alpha01" - implementation "androidx.compose.ui:ui:1.2.0-alpha01" - implementation "androidx.compose.ui:ui-tooling:1.2.0-alpha01" - implementation "androidx.compose.foundation:foundation:1.2.0-alpha01" - implementation "androidx.compose.foundation:foundation-layout:1.2.0-alpha01" - implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha01" - implementation "androidx.compose.material:material:1.2.0-alpha01" + implementation "androidx.compose.runtime:runtime:1.2.0-alpha02" + implementation "androidx.compose.ui:ui:1.2.0-alpha02" + implementation "androidx.compose.ui:ui-tooling:1.2.0-alpha02" + implementation "androidx.compose.foundation:foundation:1.2.0-alpha02" + implementation "androidx.compose.foundation:foundation-layout:1.2.0-alpha02" + implementation "androidx.compose.runtime:runtime-livedata:1.2.0-alpha02" + implementation "androidx.compose.material:material:1.2.0-alpha02" implementation "com.google.android.material:compose-theme-adapter:1.1.3" }