2016-01-07 00:21:27 +01:00
|
|
|
# This is a configuration file for ProGuard.
|
|
|
|
# http://proguard.sourceforge.net/index.html#manual/usage.html
|
2015-06-23 22:44:24 +02:00
|
|
|
|
2016-07-20 00:42:02 +02:00
|
|
|
# MainActivity accesses the following methods through reflection, so make sure they
|
|
|
|
# are kept
|
|
|
|
-keep class com.affectiva.android.affdex.sdk.detector.Face$Expressions { float get*(); }
|
|
|
|
-keep class com.affectiva.android.affdex.sdk.detector.Face$Emotions { float get*(); }
|
|
|
|
-keep class com.affectiva.android.affdex.sdk.detector.Face$Emojis { float get*(); }
|
|
|
|
-keep class com.affectiva.android.affdex.sdk.detector.Detector { void setDetect*(boolean); }
|