🛠️ProGuard Rules

adjump ProGuard Rules

To ensure that adjump functionalities work smoothly with ProGuard enabled, add the following ProGuard rule:

proguard-rules.pro
-keep class io.adjump** { *; }

This rule preserves all classes within the io.adjump.model package and its subpackages from being obfuscated by ProGuard.

Make sure to include this rule in your ProGuard configuration file to prevent any issues with adjump integration.

Last updated