gradle-eclipse-aar-plugin icon indicating copy to clipboard operation
gradle-eclipse-aar-plugin copied to clipboard

Not extract project aar to aarDependenciesDir

Open foobnix opened this issue 8 years ago • 0 comments

Plugin not extract XXX aar library to AAR forlder, extract only google play serices

for example

dependencies {
    compile 'xxx:my-sdk-for-android-3.4.1@aar'
   compile 'com.android.support:appcompat-v7:26.0.1'
    compile 'com.android.support:recyclerview-v7:26.0.1'
   }
repositories {
      maven {
        url "https://xxxx/myrep/"
    }

foobnix avatar Nov 29 '17 10:11 foobnix