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
342 stars 44 forks source link

android.tools.build:gradle:3.1.0 issues #1

Closed NicoToast closed 6 years ago

NicoToast commented 6 years ago

This plugin can be packed normally in version 3.0.0. But It does not work properly in version 3.1.0.

This is the result of packaging in android.tools.build:gradle:3.1.0:

mylibrary-unspecified.aar ---libs     ---base.jar     ---gson-2.8.2.jar     ---gson-2.8.2-sources.jar ---AndroidManifest.xml

oscarcpozas commented 6 years ago

In the last version of Gradle plugin the folder hierarchy has changed and the plugin does not work, we will update the plugin in a few days. Stay tunned.