Mobbeel / fataar-gradle-plugin

Gradle plugin to help embed dependencies in generated AAR artifact
https://plugins.gradle.org/plugin/com.mobbeel.plugin
Apache License 2.0
340 stars 44 forks source link

Won't the AAR files that libraries depend on be packaged in? #5

Closed lgengsy closed 6 years ago

lgengsy commented 6 years ago

There is my dependencies those aar file not found

dependencies { api fileTree(include: ['*.jar'], dir: 'libs') api 'tv.danmaku.ijk.media:ijkplayer-java:0.8.8' api 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.8'

api(name: 'alisdk-feedback-2.5.0', ext: 'aar')
api(name: 'securityguardaar3-5.1.81', ext: 'aar')
api(name: 'doutu_sdk_v1.03', ext: 'aar')

}

oscarcpozas commented 6 years ago

This issue is not exposing either an error or a problem, so I close the issue.