Skip to content

Improve SDK size (R8) #9

Description

@JJSarrasin

Can you have a look if you could improve your SDK regarding the impact on the final APK size. The Didomi library is huge.
Maybe you can have a look at the R8 optimization (https://developer.android.com/topic/performance/app-optimization/enable-app-optimization). It's the worth part of our app by far in the new report "R8 Configuration Analyzer".

The main restriction are done by your proguard rules:
-keep class io.didomi.sdk.** { ; }
-keep class io.didomi.iabtcf.
* { *; }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions