واجهتنئ هده المشكلة في
Failed to resolve: androidx.navigation:navigation-ui:2.4.0-rc01
<a href="open.dependency.in.project.structure">
الاعتماديات
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation 'com.google.android.gms:play-services-maps:17.0.1'
implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation 'androidx.recyclerview:recyclerview:1.2.1' test
Implementation 'junit:junit:4.12' androidTest
Implementation 'androidx.test:runner:1.4.0' androidTest
Implementation 'androidx.test.espresso:espresso-core:3.4.0'
//ui
implementation 'de.hdodenhof:circleimageview:2.2.0'
implementation 'me.relex:circleindicator:1.2.1
@aar'
implementation 'com.github.mukeshsolanki:android-otpview-pinview:2.0.3'
implementation "roidx.navigation:navigation-fragment:2.4.0-rc01"
implementation 'com.github.joielechong:countrycodepicker:2.4.1'
implementation "androidx.navigation:navigation-ui:2.4.0-rc01"
//maps
implementation 'com.github.aarsy.googlemapsanimations:googlemapsanimations:1.0.5'
implementation 'com.google.android.gms:play-services-location:18.0.0'
implementation 'com.github.MrBin99:LaravelEchoAndroid:1.0.2'
implementation 'com.google.maps.android:android-maps-utils:0.5+'
//extensions
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
//room database
implementation 'androidx.room:room-runtime:2.3.0' annotationProcessor 'androidx.room:room-compiler:2.3.0'
//retrofit
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
//gson
implementation 'com.google.code.gson:gson:2.8.5'
//SectionedRecyclerViewAdapter
implementation 'io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.2.0'
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
implementation platform('com.google.firebase:firebase-bom:28.3.1')
}