-
Notifications
You must be signed in to change notification settings - Fork 0
Proguard
Federico Marin edited this page Nov 20, 2023
·
1 revision
In case you are using Proguard you will need to define the following exception rules as shown here
# Kaleyra proprietary SDK
-keep class com.bandyer.** { *; }
-keep interface com.bandyer.** { *; }
-keep enum com.bandyer.** { *; }
-keep class com.kaleyra.** { *; }
-keep interface com.kaleyra.** { *; }
-keep enum com.kaleyra.** { *; }