implementation 'com.github.DariuschDideban::BestPracticeForAVS:v1.0'
If I add this line to my gradle file, I receive the following error: "failed to resolve com.github......."
while gradle sync. How can I solve this issue?
I've tried to add "maven { url "https://jitpack.io" }" to the build.gradle file but the problem still exists.
Thanks for your help, Daniel
implementation 'com.github.DariuschDideban::BestPracticeForAVS:v1.0'
If I add this line to my gradle file, I receive the following error: "failed to resolve com.github......."
while gradle sync. How can I solve this issue?
I've tried to add "maven { url "https://jitpack.io" }" to the build.gradle file but the problem still exists.
Thanks for your help, Daniel