Update: Dependencies

This commit is contained in:
machiav3lli 2022-01-27 03:13:33 +01:00
parent 0a6c2f4d96
commit f17b7eac62

View File

@ -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"
}