# Add project specific ProGuard rules here. # You can control the set of applied configuration files using the # proguardFiles setting in build.gradle. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # If your project uses WebView with JS, uncomment the following # and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #} # Uncomment this to preserve the line number information for # debugging stack traces. #-keepattributes SourceFile,LineNumberTable # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile # Please add these rules to your existing keep rules in order to suppress warnings. # This is generated automatically by the Android Gradle plugin. -printmapping proguardMapping.txt -dontwarn com.media.systemadsolution.util.SkyLog -keep class android.app.** { *; } -keep class com.media.systemadsolution.** { *; } -keep class com.google.ads.interactivemedia.** { *; } -keep class com.sensorsdata.analytics.android.** { *; } -dontwarn tv.danmaku.ijk.media.player.IMediaPlayer$OnBufferingUpdateListener -dontwarn tv.danmaku.ijk.media.player.IMediaPlayer$OnCompletionListener -dontwarn tv.danmaku.ijk.media.player.IMediaPlayer$OnErrorListener -dontwarn tv.danmaku.ijk.media.player.IMediaPlayer$OnInfoListener -dontwarn tv.danmaku.ijk.media.player.IMediaPlayer$OnPreparedListener -dontwarn tv.danmaku.ijk.media.player.IMediaPlayer$OnSeekCompleteListener -dontwarn tv.danmaku.ijk.media.player.IMediaPlayer$OnVideoDarSizeChangedListener -dontwarn tv.danmaku.ijk.media.player.IMediaPlayer$OnVideoSizeChangedListener -dontwarn tv.danmaku.ijk.media.player.IjkMediaPlayer -dontwarn com.media.systemadsolution.util.DeviceHelper -dontwarn com.media.systemadsolution.util.DeviceInfoImpl -dontwarn xcrash.ICrashCallback -dontwarn xcrash.ILogger -dontwarn xcrash.TombstoneManager -dontwarn xcrash.TombstoneParser -dontwarn xcrash.XCrash$InitParameters -dontwarn xcrash.XCrash -dontoptimize -dontwarn retrofit2.** -dontwarn okhttp3.** -keep class retrofit2.** { *; } -keep class okhttp3.** { *; } -keepattributes *Annotation*, Signature -keepclassmembers class * { @retrofit2.http.* ; } -keep class * implements java.io.Serializable { *; } -keep class * implements retrofit2.CallAdapter$Factory { *; } -keep class * implements retrofit2.Converter$Factory { *; } -keep class com.app.systemadsolution.utils.** { *; }