dialogflow-android-client icon indicating copy to clipboard operation
dialogflow-android-client copied to clipboard

ProGuard

Open thzero opened this issue 8 years ago • 1 comments

Lack of ProGuard guidance in readme.

thzero avatar Mar 27 '17 20:03 thzero

This should be enough:

-dontwarn org.apache.logging.log4j.**
-keep class org.apache.logging.log4j.simple.**

-keep class ai.api.model.** { *; }

Vandalko avatar Jun 26 '17 16:06 Vandalko