Closed ThreeMinutesFix closed 1 year ago
You need to migrate to
implementation "com.github.tonyofrancis.Fetch:xfetch2:3.1.6"
Thanks but still http shows error Failed to resolve: androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.6 Add Google Maven repository and sync project Show in Project Structure dialog Affected Modules: app
Did you see this? https://github.com/tonyofrancis/Fetch/issues/586#issuecomment-997966318
yes friend i have implemented soln error gone for first dependency and error 2 is still there
https://ibb.co/cJq3J3M
and i read that recommended to use on my own project with that two classes
but i dont get the line-->
you also need to implement okhttp dependency separately in your build.gradle and maybe other dependencies.
@ThreeMinutesFix @RamProg Did you find any solution?
@ThreeMinutesFix @RamProg Did you find any solution?
no As mentioned by repo owner and in #152 we need to add those 2 classes inside our module
You should use
implementation "com.github.tonyofrancis.Fetch:xfetch2:3.1.6"
Insted of
implementation "androidx.tonyodev.fetch2:xfetch2:3.1.6"
yeah thanks now its fixed 👍
Failed to resolve: androidx.tonyodev.fetch2:xfetch2:3.1.6 Add Google Maven repository and sync project Show in Project Structure dialog Affected Modules: app
Failed to resolve: androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.6 Add Google Maven repository and sync project Show in Project Structure dialog Affected Modules: app
ss: https://ibb.co/vHz8q08 Dont know whats wrong because it was working fine till today noon