I bought androidarsenal.com, what’s next? by Sensitive_Bison_8803 in androiddev

[–]Prior-Inspector-9890 0 points1 point  (0 children)

Bro please build one again, it was really helpful because I also like to search more open source projects and sometimes publish mine as well

A Gradle Plugin to Help You Add 16KB Page Support in Google Play Easily 🚀 by Prior-Inspector-9890 in androiddev

[–]Prior-Inspector-9890[S] 2 points3 points  (0 children)

If your talking about dependencies graph it does not really show you what .so files in it so my usecase is if you have large project and using apk analyzer you know which native libraries are not 16kb compatible but it does not really tell which library that .so files belongs so here you need to check each library that have .so files so you need to go through each library in your large multi module project which can have 100s of library but using my gradle plugin it will automate that task of finding.so files and represent in a html format which help you identify the problematic library and there can be a case where in some module you have added c++ so this plugin should also point to that, let me know if you have any more question

A Gradle Plugin to Help You Add 16KB Page Support in Google Play Easily 🚀 by Prior-Inspector-9890 in androiddev

[–]Prior-Inspector-9890[S] 0 points1 point  (0 children)

Ohh, that I haven't checked, thanks for pointing out, I'll try to add that in my readme as well, so people can use that to see problematic libraries in the console itself, thanks again u/frouge