기술 자료

지원

Proguard

Ensure compatibility with ProGuard by reviewing Tapjoy’s obfuscation guidance to avoid issues when minifying your code.
읽는 시간 1분최근 업데이트: 한 달 전

If you’re using Proguard, add these lines to your configuration file:
-keep class com.tapjoy.** { *; }-keep class com.moat.** { *; }-keepattributes JavascriptInterface-keepattributes *Annotation*-keep class * extends java.util.ListResourceBundle {protected Object[][] getContents();}-keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {public static final *** NULL;}-keepnames @com.google.android.gms.common.annotation.KeepName class *-keepclassmembernames class * {@com.google.android.gms.common.annotation.KeepName *;}-keepnames class * implements android.os.Parcelable {public static final ** CREATOR;}-keep class com.google.android.gms.ads.identifier.** { *; }-dontwarn com.tapjoy.**