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

small fixes #15

Closed TomTasche closed 5 years ago

TomTasche commented 5 years ago

hey there,

thanks a lot for this plugin! it is the only option that worked for me to fix https://issuetracker.google.com/issues/62121508

unfortunately i lost half a day debugging your plugin because it was not copying all my classes properly. turns out it assumed the wrong gradle version because i had a classpath-dependency called "io.fabric.tools:gradle:1.26.1". ouch!

moreover, i fixed your sample project to work with latest NDK (16+)

oscarcpozas commented 5 years ago

Hey @TomTasche thanks so much for your contribution and I'm glad you find this plugin helpful.