-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to resolve: com.yarolegovich:sliding-root-nav:1.1.1 #93
Comments
@yarolegovich If you could resolve this? |
I have the same problem. I added the dependency but my app doesn't load any class of this library. |
same issue here |
I solve my problem by adding jcenter beneath the maven over in setting file. |
Oww I see. I'll try
|
I also have the same issue after adding this dependency. |
pluginManagement { |
it worked for me too after adding jcenter() |
It worked! Thanks |
thats good
…On Tue, 26 Apr 2022 at 13:25, Adil Hussain Gujjar ***@***.***> wrote:
pluginManagement { repositories { gradlePluginPortal() google()
mavenCentral() // i did this it works by just adding jcenter() jcenter() }
} dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories {
google() mavenCentral() // i did this it works by just adding jcenter()
jcenter() } }
It worked! Thanks
—
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMQXLO7CAMVHKSDROM5WYBLVG6R7HANCNFSM5MTDSGBA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
in settings gradle add jcenter() |
Thanks a lot |
Thanks alot it worked for me after adding jcenter().. |
Now its not working by adding Jcenter also |
|
just change implementation or i need makr something else |
For anyone still wondering,
change it to
|
… On Sun, 3 Nov 2024, 11:43 am Ailton Baúque, ***@***.***> wrote:
For anyone still wondering,
I'm trying to setup this dependency from last 24hrs but still no clue. A
little help would be much appreciated. Attaching my build.gradle files.
(project)
(module)
.....
dependencies {
...
implementation 'com.yarolegovich:sliding-root-nav:1.1.1'
}
change it to
implementation 'com.github.yarolegovich:SlidingRootNav:v1.1.1'
—
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4ZEKYSNP4I3DDLV3MQMECTZ6W5H5AVCNFSM6AAAAABLKGD3MCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGMYTCNBRHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
maven { url = uri("https://jitpack.io") } use this instead of jcenter() and it will work jcenter is already deprecated |
I'm trying to setup this dependency from last 24hrs but still no clue. A little help would be much appreciated.
Attaching my build.gradle files.
(project)
(module)
The text was updated successfully, but these errors were encountered: