Update: Navigation Dependencies to 2.4.0-rc01

This commit is contained in:
LooKeR 2021-12-16 21:24:21 +05:30
parent 8c7d1d65d9
commit be46cf2b8a

View File

@ -124,8 +124,8 @@ dependencies {
implementation 'androidx.fragment:fragment-ktx:1.4.0'
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-beta02"
implementation "androidx.navigation:navigation-ui-ktx:2.4.0-beta02"
implementation "androidx.navigation:navigation-fragment-ktx:2.4.0-rc01"
implementation "androidx.navigation:navigation-ui-ktx:2.4.0-rc01"
// Material3
implementation 'com.google.android.material:material:1.6.0-alpha01'