Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Minification ProGuard

Benjamin Diolez edited this page May 5, 2026 · 1 revision

Data collection / Android / Getting started / 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

Wiki contents

Clone this wiki locally