Minification (ProGuard)

 

Guidelines

In case you want to use Proguard to minify the code of your application, it is necessary to add the following line in your ProGuard rules file:

-keep class com.atinternet.*** { *; }
-dontwarn com.atinternet.***

This line allows to exclude SDK AT Internet classes of minification procedure to avoid any problem or conflict.

Last update: 29/09/2017