0

Actually, I'm trying to create a dependency in android and I'm receiving like No build artifacts found and this is my gradle screenshot:

This is my gradle and this is log receiving from jitpack.io This is log error

enter image description here

Help me to create dependency. I'm using android studio 4.1

zinonX
  • 330
  • 2
  • 20

2 Answers2

0

Did you try adding jcenter() as well in your repositories?

allprojects {
  repositories {
     jcenter()
     maven { url "https://jitpack.io" }
    }
}
Tejas
  • 433
  • 1
  • 4
  • 17
0
  1. ./gradlew install
  2. update gradle version
Edwin
  • 101
  • 1
  • 6