Skip to content

Proguard

Kristiyan Petrov edited this page May 26, 2022 · 4 revisions

In case you are using Proguard you will need to define the following exception rules as shown here

# Bandyer now 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.** { *; }
Clone this wiki locally