dialogflow / dialogflow-android-client

Android SDK for Dialogflow
https://dialogflow.com
Apache License 2.0
575 stars 270 forks source link

ProGuard #33

Open thzero opened 7 years ago

thzero commented 7 years ago

Lack of ProGuard guidance in readme.

Vandalko commented 7 years ago

This should be enough:

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

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