Ajay Dwivedi

Results 18 comments of Ajay Dwivedi

What is the android gradle version you are using? Also, this script is not meant to be applied on 'app' module.. only for library projects..

Do you publish MyLib to customers? If yes, then it should be applied on MyLib.

Then maybe you do not need this script. This is only for people who release android libraries for use by other people.

Hey @Vigi, This is great. I'll add the link to plugin to the Readme page. Unfortunately, I am no longer working with android development and hence not able to work...

What is the gradle version and android plugin version you are using?

What is the gradle version you are using? I use 2.14 and afair there are some problems with 3.1 which I haven't got time to work with yet. Also, you...

Hi, can you check if it works with Gradle 2.14.1? Which library defines the polygonStrokeWidth and other attributes? Is it embedded too? I tried but could not replicate the issue....

I too notices issue with 3.1. When I run the clean task, it gives me error about classes in compileReleaseJavaWithJavac. However building the APK works fine and gives no errors....

Are you embedding the scan library in the fat aar? Or just compiling it with it as dependency? If the latter, are you publishing that dependency along with the fat...

Just delete the build dir and run it again with 2.14. Maybe uptodate check is creating issue. I Can't test right now myself but if you can create a simple...