Android Proguard Options

This is the optional information that you need to set when you apply the Proguard in your game.
If the option below does not apply, the Kakao authorization will not run properly.

 

Proguard-project.txt

-keep class com.kakao.** { *; } -keep class com.kakaogame.idp.** { *; }   -keepattributes Signature -keepclassmembers class * {   public static <fields>;   public *; } -dontwarn android.support.v4.**,com.ning.http.client.**,org.jboss.netty.**, org.slf4j.**, com.fasterxml.jackson.databind.**, com.google.android.gms.**