add maven repository to build.gradle

后端 未结 5 1875
独厮守ぢ
独厮守ぢ 2020-11-30 19:30

I added a custom maven repository to build.gradle in Android Studio but the dependency is not being found

Maven repository and dependency



        
5条回答
  •  Happy的楠姐
    2020-11-30 19:42

    Android Studio Users:

    If you want to use grade, go to http://search.maven.org/ and search for your maven repo. Then, click on the "latest version" and in the details page on the bottom left you will see "Gradle" where you can then copy/paste that link into your app's build.gradle.

提交回复
热议问题