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.* { *; }
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.* { *; }