Provided Gradle Dependency Is AAR not JAR

后端 未结 7 1413
温柔的废话
温柔的废话 2021-02-18 16:07

I have an issue where I\'m trying to include a library in my project called the ParseLoginUI.

The issue is it uses the provided tag instead of compile. I b

7条回答
  •  你的背包
    2021-02-18 16:42

    You can try this syntax:

    provided (name:"", ext:'aar')

    Be sure your main build.gradle has the path or maven repo to the aar package you want provided.

提交回复
热议问题