https://kotlinlang.org logo
#android
Title
# android
a

ahmad

05/22/2020, 9:54 AM
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

Alejandro Rios

05/22/2020, 12:10 PM
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

Gonçalo Palaio

05/22/2020, 12:25 PM
j

jw

05/22/2020, 12:58 PM
There will be binaries of diffuse soon
🎉 2
a

ahmad

05/22/2020, 1:01 PM
@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

Alejandro Rios

05/22/2020, 1:08 PM
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

jw

05/22/2020, 1:16 PM
Probably on the order of weeks, but it's not hard to build your own binary for now
a

ahmad

05/22/2020, 1:38 PM
Thank you @Alejandro Rios @jw just a question, why should we pick diffuse over APK Analyzer?
j

jw

05/22/2020, 4:08 PM
I don't recall apkanalyzer going anywhere near into the same level of depth as diffuse
👍 1
a

ahmad

05/25/2020, 12:36 PM
@jw one more question please, does it matter if my builds are debug or release ones? I mean w/o proguard enabled
j

jw

05/25/2020, 1:10 PM
No
a

ahmad

05/25/2020, 1:26 PM
Thank you so much.
6 Views