Hello :wave: Do you have a good example on how can...
# android
a
Hello 👋 Do you have a good example on how can I make Jenkins calculate the APK size and methods count changes for each build? I checked diffuse, but was looking if someone tried to integrate it before with Jenkins or have another options
a
One way could be clonning the
diffuse
repo and build it in your jenkins machine, then add the related commands to your task pipeline
👍 1
g
j
There will be binaries of diffuse soon
🎉 2
a
@jw Soon as in few days or weeks? 🙈
@Gonçalo Palaio I think APK Analyzer will be a great option, I will check it. Have you seen anyone using it in their CI before?
a
Searching a little on google show me this plugin for fastlane https://github.com/icyleaf/fastlane-plugin-app_info
i guess you can use it on your CI
j
Probably on the order of weeks, but it's not hard to build your own binary for now
a
Thank you @Alejandro Rios @jw just a question, why should we pick diffuse over APK Analyzer?
j
I don't recall apkanalyzer going anywhere near into the same level of depth as diffuse
👍 1
a
@jw one more question please, does it matter if my builds are debug or release ones? I mean w/o proguard enabled
j
No
a
Thank you so much.