Home > Net >  I can't connect the android library
I can't connect the android library

Time:03-07

how do I connect this library correctly? enter image description here

CodePudding user response:

in your build.gradle in poject level put this

repositories {
        maven { url 'https://github.com/FireZenk/maven-repo/raw/master/'}
}
  • Related