zlacker

[return to "FreeDroidWarn"]
1. zx8080+k7[view] [source] 2025-09-02 04:34:37
>>joseph+(OP)
> Add the JitPack repository to your root build.gradle

How much MB (kb?) does this dependency add to apk?

◧◩
2. nulld3+i8[view] [source] 2025-09-02 04:46:34
>>zx8080+k7
Given that it's just a couple lines of code and has no other dependencies other than AppCompat (which nearly all apps already use), the increase in size would be negligible (<4KB).

EDIT: The AAR file is 26KB: https://jitpack.io/com/github/woheller69/FreeDroidWarn/V1.3/... But most of it looks to be from R.txt and I think that file gets deduped/compressed during app packaging?

[go to top]