My Library Not Detecting External Dependencies Mentioned In Its Gradle File
I have created a library ,when I am importing it , the external dependencies mentioned in the gradle file are not getting detected like recyclerview ,cameraview etc. The library is
Solution 1:
It is the bug of the maven plugin version 1.5 make it 2.0 it will work fine
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
Post a Comment for "My Library Not Detecting External Dependencies Mentioned In Its Gradle File"