# The proguard configuration file for the following section is F:\Work_Space\Wechat_workSpace\duoduan_reader_test\chajian\android\app\build\intermediates\proguard-files\proguard-android.txt-4.1.3 # This is a configuration file for ProGuard. # http://proguard.sourceforge.net/index.html#manual/usage.html # # Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with # the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and # will be ignored by new version of the Android plugin for Gradle. # Optimization is turned off by default. Dex does not like code run # through the ProGuard optimize steps (and performs some # of these optimizations on its own). # Note that if you want to enable optimization, you cannot just # include optimization flags in your own project configuration file; # instead you will need to point to the # "proguard-android-optimize.txt" file instead of this one from your # project.properties file. -dontoptimize -dontusemixedcaseclassnames -dontskipnonpubliclibraryclasses -verbose # Preserve some attributes that may be required for reflection. -keepattributes *Annotation*,Signature,InnerClasses,EnclosingMethod -keep public class com.google.vending.licensing.ILicensingService -keep public class com.android.vending.licensing.ILicensingService -keep public class com.google.android.vending.licensing.ILicensingService -dontnote com.android.vending.licensing.ILicensingService -dontnote com.google.vending.licensing.ILicensingService -dontnote com.google.android.vending.licensing.ILicensingService # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native -keepclasseswithmembernames,includedescriptorclasses class * { native ; } # Keep setters in Views so that animations can still work. -keepclassmembers public class * extends android.view.View { void set*(***); *** get*(); } # We want to keep methods in Activity that could be used in the XML attribute onClick. -keepclassmembers class * extends android.app.Activity { public void *(android.view.View); } # For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations -keepclassmembers enum * { public static **[] values(); public static ** valueOf(java.lang.String); } -keepclassmembers class * implements android.os.Parcelable { public static final ** CREATOR; } # Preserve annotated Javascript interface methods. -keepclassmembers class * { @android.webkit.JavascriptInterface ; } # The support libraries contains references to newer platform versions. # Don't warn about those in case this app is linking against an older # platform version. We know about them, and they are safe. -dontnote android.support.** -dontnote androidx.** -dontwarn android.support.** -dontwarn androidx.** # This class is deprecated, but remains for backward compatibility. -dontwarn android.util.FloatMath # Understand the @Keep support annotation. -keep class android.support.annotation.Keep -keep class androidx.annotation.Keep -keep @android.support.annotation.Keep class * {*;} -keep @androidx.annotation.Keep class * {*;} -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.annotation.Keep (...); } -keepclasseswithmembers class * { @androidx.annotation.Keep (...); } # These classes are duplicated between android.jar and org.apache.http.legacy.jar. -dontnote org.apache.http.** -dontnote android.net.http.** # These classes are duplicated between android.jar and core-lambda-stubs.jar. -dontnote java.lang.invoke.** # End of content from F:\Work_Space\Wechat_workSpace\duoduan_reader_test\chajian\android\app\build\intermediates\proguard-files\proguard-android.txt-4.1.3 # The proguard configuration file for the following section is F:\Work_Space\Wechat_workSpace\duoduan_reader_test\chajian\android\app\proguard-rules.pro -keep class com.tencent.bugly.** { *; } -dontwarn com.tencent.bugly.** -keep class com.tencent.tinker.** { *; } -keep class sun.** { *;} -dontwarn sun.** -keep class saaa.xweb.** {*;} -dontwarn saaa.xweb.** -dontwarn com.tencent.rtmp.** -dontwarn com.tencent.luggage.** -dontwarn com.tencent.mm.** -dontwarn com.google.android.material.snackbar.** -dontwarn com.tencent.neattextview.textview.view.** -dontwarn junit.framework.** -dontwarn com.jeremyliao.liveeventbus.** -keep class com.jeremyliao.liveeventbus.** { *; } -keep class androidx.lifecycle.** { *; } -keep class androidx.arch.core.** { *; } # 保留枚举类不被混淆 -keepclassmembers enum * { public static **[] values(); public static ** valueOf(java.lang.String); } -keep class com.lenovo.lsf.lenovoid.ui.widget.**{*;} -keep class com.lenovo.intermodal.**{*;} -keep class com.lenovo.intermodal.bean.**{*;} -keep class com.lenovo.intermodal.api.**{*;} -keep class com.lenovo.intermodal.request.**{*;} -keep public class android.net.http.SslError -keep public class android.webkit.WebViewClient -dontwarn android.webkit.WebView -dontwarn android.net.http.SslEr -dontwarn android.webkit.WebViewClient -dontwarn com.alipay.** -keep class com.alipay.**{*;} -dontwarn com.google.zxing.** -keep class com.google.zxing.**{*;} -keep public class * extends android.app.Activity -keep public class * extends android.app.Application -keep public class * extends android.app.Service -keep public class * extends android.content.BroadcastReceiver -keep public class * extends android.content.ContentProvider -keepclassmembers public class * extends android.view.View -keepclassmembers public class * extends android.view.ViewGroup # End of content from F:\Work_Space\Wechat_workSpace\duoduan_reader_test\chajian\android\app\proguard-rules.pro # The proguard configuration file for the following section is F:\Work_Space\Wechat_workSpace\duoduan_reader_test\chajian\android\app\build\intermediates\aapt_proguard_file\arm32Release\aapt_rules.txt -keep class androidx.core.app.CoreComponentFactory { (); } -keep class androidx.lifecycle.ProcessLifecycleOwnerInitializer { (); } -keep class com.alipay.sdk.app.H5AuthActivity { (); } -keep class com.alipay.sdk.app.H5PayActivity { (); } -keep class com.donut.plugin.activity.AliPayActivity { (); } -keep class com.donut.plugin.activity.LoginActivity { (); } -keep class com.edufound.reader.DemoApplication { (); } -keep class com.edufound.reader.ui.MainActivity { (); } -keep class com.edufound.reader.wxapi.WXEntryActivity { (); } -keep class com.edufound.reader.wxapi.WXPayEntryActivity { (); } -keep class com.lenovo.intermodal.ui.PayActionActivity { (); } -keep class com.lenovo.lsf.account.PsUserSettingActivity { (); } -keep class com.lenovo.lsf.account.qrcode.ui.CaptureActivity { (); } -keep class com.lenovo.lsf.account.qrcode.ui.WebLoginConfirmActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.AccountBindingActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.AccountBindingRegistActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.AccountBindingRegistFinalActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.AccountH5InfoActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.AccountInfoActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.ActivationbyMailActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.ActivationbyPhoneActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.ChangePasswordCompleteActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.ChangePasswordFirstActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.CountryCodeH5Activity { (); } -keep class com.lenovo.lsf.lenovoid.ui.EmailRegistedDoneActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.FindPasswordActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.FindPasswordConfirmActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.FindPasswordFinalActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.IdAuthActivty { (); } -keep class com.lenovo.lsf.lenovoid.ui.IdAuthActivtySecond { (); } -keep class com.lenovo.lsf.lenovoid.ui.IncludeAreaCodeActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.MyselfInformationActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.PreAccountBindingActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.PsLoginActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.PsLoginCommonActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.PsLoginPhoneCodeActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.PwdGuideActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.RealnameAuthActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.RealnameAuthSecondActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.RegistByEmailActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.RegistByEmailSecondActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.RegistByEmailThirdActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivitySecondStep { (); } -keep class com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivityThirdStep { (); } -keep class com.lenovo.lsf.lenovoid.ui.SafeQuestionActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.ServiceProtocolActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.SetSafemailOrBindPhoneNumActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.SetSafemailOrBindPhoneNumConfirmActivity { (); } -keep class com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepForth { (); } -keep class com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepSecond { (); } -keep class com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepThird { (); } -keep class com.luck.picture.lib.basic.PictureFileProvider { (); } -keep class com.luck.picture.lib.basic.PictureSelectorSupporterActivity { (); } -keep class com.luck.picture.lib.basic.PictureSelectorTransparentActivity { (); } -keep class com.luck.picture.lib.service.ForegroundService { (); } -keep class com.tencent.luggage.crash.WxaCrashUploaderService { (); } -keep class com.tencent.luggage.jsapi.file.LuggageOpenDocFileProvider { (); } -keep class com.tencent.luggage.opensdk.OpenSDKApiContentProvider { (); } -keep class com.tencent.luggage.sdk.customize.impl.FullSdkExternalToolsHelper$SimpleWebViewActivity { (); } -keep class com.tencent.luggage.storage.StandaloneCriticalDataProvider { (); } -keep class com.tencent.luggage.ui.BlankActivity { (); } -keep class com.tencent.luggage.ui.OpenSDKBridgedActivity { (); } -keep class com.tencent.luggage.ui.WxaAlertActivity { (); } -keep class com.tencent.luggage.ui.WxaMusicActivity { (); } -keep class com.tencent.luggage.ui.WxaPreviewImageUI { (); } -keep class com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity0 { (); } -keep class com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity1 { (); } -keep class com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity2 { (); } -keep class com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity3 { (); } -keep class com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity4 { (); } -keep class com.tencent.luggage.wxa.WxaFileExportContentProvider { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService0 { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService1 { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService2 { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService3 { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService4 { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCMainService { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.container.WxaContainerToFrontProxyActivity { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.ui.WxaProfileActivity { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaAuthorizeDetailActivity { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaLaunchProxyActivity { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaScanCodeActivity { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaSettingActivity { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaSubscribeMsgManageActivity { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaUserInfoAuthorizeActivity { (); } -keep class com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaWebViewActivity { (); } -keep class com.tencent.luggage.wxaapi.internal.ui.WxaScanResultDelegateActivity { (); } -keep class com.tencent.mm.plugin.appbrand.jsapi.lbs.LbsProxyActivity { (); } -keep class com.tencent.mm.plugin.appbrand.jsapi.nfc.hce.HCEService { (); } -keep class com.tencent.mm.ui.AlertActivity { (); } -keep class android.widget.Space { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.app.AlertController$RecycleListView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ActionMenuItemView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ExpandedMenuView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ListMenuItemView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarContainer { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarContextView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarOverlayLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionMenuView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActivityChooserView$InnerLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.AlertDialogLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.AppCompatTextView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ButtonBarLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ContentFrameLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.DialogTitle { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.FitWindowsFrameLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.FitWindowsLinearLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.SearchView$SearchAutoComplete { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.Toolbar { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ViewStubCompat { (android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.widget.ConstraintLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.coordinatorlayout.widget.CoordinatorLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.core.widget.NestedScrollView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.recyclerview.widget.RecyclerView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.BaselineLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.CheckableImageButton { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.NavigationMenuItemView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.NavigationMenuView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.snackbar.Snackbar$SnackbarLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.snackbar.SnackbarContentLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.lenovo.intermodal.ui.CheckView { (android.content.Context, android.util.AttributeSet); } -keep class com.lenovo.lsf.account.qrcode.view.ViewfinderView { (android.content.Context, android.util.AttributeSet); } -keep class com.lenovo.lsf.lenovoid.ui.widget.LenovoIDVerificationView { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.magical.MagicalView { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.photoview.PhotoView { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.BottomNavBar { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.CompleteSelectView { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.MarqueeTextView { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.MediumBoldTextView { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.PreviewBottomNavBar { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.PreviewTitleBar { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.RecyclerPreloadView { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.RoundCornerRelativeLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.SquareRelativeLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.luck.picture.lib.widget.TitleBar { (android.content.Context, android.util.AttributeSet); } -keep class com.makeramen.roundedimageview.RoundedImageView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.luggage.jsapi.login.face.FaceView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.luggage.opensdk.ui.QRCodeTransferQRDisplayWidget { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.luggage.scanner.ui.ViewfinderView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.luggage.setting.ui.TouchableLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.luggage.ui.WMPFQRLoginWidget { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.luggage.widget.SafeViewPager { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.msgsubscription.ui.MaxRecyclerView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.picker.base.view.WheelView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.debugger.RemoteDebugMoveView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.keylogger.stepview.VerticalStepView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.keylogger.stepview.VerticalStepViewIndicator { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.page.AppBrandActionMultipleHeaderView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.page.AppBrandActionSingleHeaderView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.page.capsulebar.AppBrandCapsuleBarPlaceHolderView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.phonenumber.widget.MMFormVerifyCodeInputView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.ui.AppBrandCircleProgressView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.ui.MaxHeightRecyclerView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.widget.AppBrandActionBarCustomImageView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.widget.actionbar.AppBrandCapsuleHomeButton { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.widget.actionbar.AppBrandOptionButton { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.widget.dialog.AppBrandDialogContentView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.widget.music.MusicSeekBar { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.widget.sms.EditVerifyCodeView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.plugin.appbrand.widget.sms.VerifyCodeEditText { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.base.AuthorizeItemListView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.base.CustomScrollView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.base.MMClearEditText { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.base.MMFormInputView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.AlbumChooserView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.EllipsizeLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.MMSwitchBtn { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.ThreeDotsLoadingView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.imageview.WeImageView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.listview.PullDownListView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.loading.MMProgressLoading { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.picker.WheelView { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.snackbar.SnackContainer { (android.content.Context, android.util.AttributeSet); } -keep class com.tencent.mm.ui.widget.textview.MMAutoAdjustTextView { (android.content.Context, android.util.AttributeSet); } -keep class com.tenpay.android.wechat.MyKeyboardWindow { (android.content.Context, android.util.AttributeSet); } -keep class com.tenpay.android.wechat.TenPayRelativeLayout { (android.content.Context, android.util.AttributeSet); } # End of content from F:\Work_Space\Wechat_workSpace\duoduan_reader_test\chajian\android\app\build\intermediates\aapt_proguard_file\arm32Release\aapt_rules.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\77758c8b4e784e142144d7d34461d5fd\wxa-standalone-open-runtime-SaaA-plugin-sdk-1.0.0\proguard.txt # wmpf-sdk -keep class h.h.h.h.** {*;} -keep class i.h.h.** {*;} -keep class j.h.** {*;} -keep class com.eclipsesource.** {*;} -keep class com.esafirm.imagepicker.** {*;} -keep class com.github.henryye.nativeiv.** {*;} -keep class com.google.h.** {*;} -keep class com.ilink.interfaces.** {*;} -keep class com.tencent.ilink.interfaces.** {*;} -keepattributes JgClassChecked -keepattributes JgMethodChecked -keep class com.jg.** {*;} -keep class com.tencent.h.** {*;} -keep class com.tencent.i.h.** {*;} -keep class com.tencent.ilink.interfaces.**{*;} -keep class com.tencent.ilink.dev.** {*;} -keep class com.tencent.ilink.network.**{*;} -keep class com.tencent.ilink.tdi.**{*;} -keep class com.tencent.ilinknetwork.** {*;} -keep class com.tencent.ilinkservice.** {*;} -keep class com.tencent.j.** {*;} -keep class com.tencent.k.h.h.** {*;} -keep class com.tencent.liteav.** {*;} -keep class com.tencent.luggage.** {*;} -keep class com.tencent.magicbrush.** {*;} -keep class com.tencent.mars.** {*;} -keep class com.tencent.mm.** {*;} -keep class com.tencent.qbar.** {*;} -keep class com.tencent.qqmusic.mediaplayer.** {*;} -keep class com.tencent.rtmp.** {*;} # for ad & oaid -keep class com.tencent.tfd.sdk.wxa.**{*;} -keep class com.tencent.trtc.** {*;} -keep class com.tencent.ugc.** {*;} -keep class com.tencent.wechat.tdi.** {*;} -keep class com.tencent.weui.base.preference.** {*;} -keep class com.tencent.xweb.** {*;} -keep class com.tencent.neattextview.**{*;} # TdiReportService embed包未调用 -dontwarn com.tencent.luggage.o.** # 外界无需使用 -dontwarn com.jg.** -dontwarn com.tencent.luggage.login.device.WxaILinkManager** -dontwarn com.tencent.xweb.pinus.sdk.library_loader.LegacyLinker -dontwarn com.tencent.mars.ilink.comm.NetStatusUtil # R文件资源 -dontwarn **.R$** # x5 com.tencent.smtt.export.external.DexLoader: can't find referenced class dalvik.system.VMStack -dontwarn com.tencent.smtt.** # reduce compile log -dontnote com.tencent.smtt.** -dontnote com.tencent.wechat.** -dontnote com.tencent.mm.** -dontnote com.tencent.luggage.** -dontnote com.tencent.magicbrush.** -dontnote com.tencent.ilinkservice.** -dontnote com.tencent.ilinknetwork.** -dontnote org.xwalk.core.** -dontnote com.tencent.xweb.** -dontnote com.tencent.ilink.dev.** -dontnote com.google.protobuf.** -dontnote com.tencent.h.** -dontnote com.tencent.i.** -dontnote com.tencent.j.** -dontnote com.tencent.k.** # for tencent map sdk aar -dontwarn com.tencent.tencentmap.** -dontwarn com.tencent.map.** -dontwarn c.t.m.g.** # # soso location sdk # -keep class com.tencent.map.geolocation.** { *; } -keep class c.t.** { *; } -keep class com.tencent.tencentmap.lbssdk.sapp.service.**{ *; } -keep class navsns.** { *; } -dontwarn com.tencent.map.** -dontwarn c.t.** # # p_location support # -dontwarn com.google.android.maps.** -dontwarn com.nokia.android.maps.** -keep class com.google.android.maps.** { *; } -keep class com.tencent.mapsdk.** { *; } -keep class com.tencent.tencentmap.** { *; } -keep class com.tencent.map.** { *; } -keep class com.nokia.android.maps.** { *; } -keep class com.here.android.mapping.** { *; } -keep class com.nokia.maps.** { *; } -keep class com.tencent.live2.** { *; } -keep class com.h.h.h.h.h.** { *; } # rules for library consumer -keepclassmembers class android.support.media.ExifInterface { *** TAG_*; } -keep class androidx.lifecycle.** -keepclassmembers class androidx.lifecycle.Lifecycle$State { *; } -keepclassmembers class androidx.lifecycle.Lifecycle$Event { *; } -keep class com.tencent.nativecrash.** { *; } -dontwarn com.tencent.magicbrush.** -dontwarn com.github.henryye.nativeiv.** -keep class org.xwalk.core.** { *; } # tbs SDK内部proguard,微信不对其进行proguard -keep class com.tencent.smtt.** {*;} -keep class kotlin.reflect.** { *; } -keep class kotlin.Metadata #RxJava -dontwarn sun.misc.** -keep class rx.schedulers.Schedulers { public static ; } -keep class rx.schedulers.ImmediateScheduler { public ; } -keep class rx.schedulers.TestScheduler { public ; } -keep class rx.schedulers.Schedulers { public static ** test(); } -keep class rx.internal.util.unsafe.** { *; } -keep class com.tencent.wxcloud.* {*;} # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\77758c8b4e784e142144d7d34461d5fd\wxa-standalone-open-runtime-SaaA-plugin-sdk-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\3cdffa81e271a8c6759ae5e5d6a1b638\wxf1a06dafa3350688-1.0.47\proguard.txt -keepclassmembers class * { @com.tencent.luggage.wxa.SaaA.plugin.SyncJsApi *; @com.tencent.luggage.wxa.SaaA.plugin.AsyncJsApi *; } -keep class com.donut.plugin.* {*;} # 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 # 屏蔽警告 -ignorewarnings # 指定混淆是采用的算法,后面的参数是一个过滤器 # 这个过滤器是谷歌推荐的算法,一般不做更改 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/* # 保护代码中的Annotation不被混淆 -keepattributes *Annotation* # 避免混淆泛型, 这在JSON实体映射时非常重要 -keepattributes Signature # 抛出异常时保留代码行号 -keepattributes SourceFile,LineNumberTable #优化时允许访问并修改有修饰符的类和类的成员,这可以提高优化步骤的结果。 # 比如,当内联一个公共的getter方法时,这也可能需要外地公共访问。 # 虽然java二进制规范不需要这个,要不然有的虚拟机处理这些代码会有问题。当有优化和使用-repackageclasses时才适用。 #指示语:不能用这个指令处理库中的代码,因为有的类和类成员没有设计成public ,而在api中可能变成public -allowaccessmodification #当有优化和使用-repackageclasses时才适用。 #-repackageclasses com.test # 混淆时记录日志(打印混淆的详细信息) # 这句话能够使我们的项目混淆后产生映射文件 # 包含有类名->混淆后类名的映射关系filename.txt ##-classobfuscationdictionary filename.txt ##-packageobfuscationdictionary f #-obfuscationdictionary ilename.txt -verbose -keep class .R -keepclasseswithmembers class *.R$* { public static ;} # 保留枚举类不被混淆 -keepclassmembers enum * { public static **[] values(); public static ** valueOf(java.lang.String); } -keep public class android.net.http.SslError -keep public class android.webkit.WebViewClient -dontwarn android.webkit.WebView -dontwarn android.net.http.SslEr -dontwarn android.webkit.WebViewClient #--------------ludp和oaid资源混淆忽略-------start# -keep class com.lenovo.lps.reaper.**{*;} -keep class com.lenovo.lps.reaper.*$* { *; } -dontwarn com.lenovo.lps.reaper.** -keep class org.greenrobot.greendao.**{*;} -keep class org.greenrobot.greendao.*$* { *; } -dontwarn org.greenrobot.greendao.** -keep class com.lenovo.lsf.gamesdk.oaid.** { *; } -keep class com.lenovo.lsf.gamesdk.oaid.*$* { *; } -keep class com.asus.msa.**{*;} -keep class com.asus.msa.*$* { *; } -keep class com.bun.**{*;} -keep class com.bun.*$* { *; } -keep class com.huawei.hms.ads.identifier.**{*;} -keep class com.huawei.hms.ads.identifier.*$* { *; } -keep class com.netease.nis.sdkwrapper.**{*;} -keep class com.netease.nis.sdkwrapper.*$* { *; } -keep class com.samsung.android.deviceidservice.**{*;} -keep class com.samsung.android.deviceidservice.*$* { *; } -keep class com.zui.**{*;} -keep class com.zui.*$* { *; } -dontwarn com.asus.msa.** -dontwarn com.bun.** -dontwarn com.huawei.hms.ads.identifier.** -dontwarn com.netease.nis.sdkwrapper.** -dontwarn com.samsung.android.deviceidservice.** -dontwarn com.zui.** #--------------ludp和oaid资源混淆忽略-------end# #--------------支付资源混淆忽略-------start# -keep class com.google.zxing.**{*;} -keep class com.google.zxing.*$* { *; } -dontwarn com.google.zxing.** -dontwarn com.alipay.** -keep class com.alipay.**{*;} -keep class org.json.alipay.**{*;} -keep class org.json.alipay.*$* { *; } -dontwarn org.json.alipay.** #--------------支付资源混淆忽略-------end# #--------------lenovoId源混淆忽略-------start# -keep class com.lenovo.lsf.**{*;} -keep class com.lenovo.lsf.*$* { *; } -dontwarn com.lenovo.lsf.** #--------------lenovoId源混淆忽略-------end# -keep class com.lenovo.intermodal.bean.**{*;} -keep class com.lenovo.intermodal.bean.*$* { *; } -dontwarn com.lenovo.intermodal.bean.** -keep class com.lenovo.intermodal.api.**{*;} -keep class com.lenovo.intermodal.api.*$* { *; } -dontwarn com.lenovo.intermodal.api.** -keep class com.lenovo.intermodal.request.**{*;} -keep class com.lenovo.intermodal.request.*$* { *; } -dontwarn com.lenovo.intermodal.request.** # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\3cdffa81e271a8c6759ae5e5d6a1b638\wxf1a06dafa3350688-1.0.47\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\621866830c2a55bb37fc2a527ab5c217\oaid_sdk_1.0.25-1.0.1\proguard.txt # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\621866830c2a55bb37fc2a527ab5c217\oaid_sdk_1.0.25-1.0.1\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\4becaa060ed76423a7befee9efa169b6\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro # Allow R8 to optimize away the FastServiceLoader. # Together with ServiceLoader optimization in R8 # this results in direct instantiation when loading Dispatchers.Main -assumenosideeffects class kotlinx.coroutines.internal.MainDispatcherLoader { boolean FAST_SERVICE_LOADER_ENABLED return false; } -assumenosideeffects class kotlinx.coroutines.internal.FastServiceLoaderKt { boolean ANDROID_DETECTED return true; } # Disable support for "Missing Main Dispatcher", since we always have Android main dispatcher -assumenosideeffects class kotlinx.coroutines.internal.MainDispatchersKt { boolean SUPPORT_MISSING return false; } # Statically turn off all debugging facilities and assertions -assumenosideeffects class kotlinx.coroutines.DebugKt { boolean getASSERTIONS_ENABLED() return false; boolean getDEBUG() return false; boolean getRECOVER_STACK_TRACES() return false; } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\4becaa060ed76423a7befee9efa169b6\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\c76783494aa72ef510096c4ab7d4d79b\rules\lib\META-INF\proguard\coroutines.pro # ServiceLoader support -keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {} -keepnames class kotlinx.coroutines.CoroutineExceptionHandler {} -keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {} -keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {} # Most of volatile fields are updated with AFU and should not be mangled -keepclassmembernames class kotlinx.** { volatile ; } # Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater -keepclassmembernames class kotlin.coroutines.SafeContinuation { volatile ; } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\c76783494aa72ef510096c4ab7d4d79b\rules\lib\META-INF\proguard\coroutines.pro # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\c48fb3f89056062c8f6b93966b4e9962\material-1.0.0\proguard.txt # Copyright (C) 2015 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # CoordinatorLayout resolves the behaviors of its child components with reflection. -keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior { public (android.content.Context, android.util.AttributeSet); public (); } # Make sure we keep annotations for CoordinatorLayout's DefaultBehavior -keepattributes *Annotation* # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\c48fb3f89056062c8f6b93966b4e9962\material-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\5652fe044939afac696e5212d489c098\appcompat-1.1.0\proguard.txt # Copyright (C) 2018 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Ensure that reflectively-loaded inflater is not obfuscated. This can be # removed when we stop supporting AAPT1 builds. -keepnames class androidx.appcompat.app.AppCompatViewInflater # aapt is not able to read app::actionViewClass and app:actionProviderClass to produce proguard # keep rules. Add a commonly used SearchView to the keep list until b/109831488 is resolved. -keep class androidx.appcompat.widget.SearchView { (...); } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\5652fe044939afac696e5212d489c098\appcompat-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\ae8b3b45b1a84a0e12183bac9d85fb58\glide-4.10.0\proguard.txt -keep public class * implements com.bumptech.glide.module.GlideModule -keep class * extends com.bumptech.glide.module.AppGlideModule { (...); } -keep public enum com.bumptech.glide.load.ImageHeaderParser$** { **[] $VALUES; public *; } # Uncomment for DexGuard only #-keepresourcexmlelements manifest/application/meta-data@value=GlideModule # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\ae8b3b45b1a84a0e12183bac9d85fb58\glide-4.10.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\22177b4a87e42e055801421a0c8e42fe\fragment-1.3.6\proguard.txt # Copyright (C) 2020 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # The default FragmentFactory creates Fragment instances using reflection -if public class ** extends androidx.fragment.app.Fragment -keepclasseswithmembers,allowobfuscation public class <1> { public (); } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\22177b4a87e42e055801421a0c8e42fe\fragment-1.3.6\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\1d5bcf191b52ea6a4709d210d571d992\recyclerview-1.2.1\proguard.txt # Copyright (C) 2015 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # When layoutManager xml attribute is used, RecyclerView inflates #LayoutManagers' constructors using reflection. -keep public class * extends androidx.recyclerview.widget.RecyclerView$LayoutManager { public (android.content.Context, android.util.AttributeSet, int, int); public (); } -keepclassmembers class androidx.recyclerview.widget.RecyclerView { public void suppressLayout(boolean); public boolean isLayoutSuppressed(); } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\1d5bcf191b52ea6a4709d210d571d992\recyclerview-1.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\1e772b10a95c0d06d18a4e0dac29d7c0\transition-1.0.0\proguard.txt # Copyright (C) 2017 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Keep a field in transition that is used to keep a reference to weakly-referenced object -keepclassmembers class androidx.transition.ChangeBounds$* extends android.animation.AnimatorListenerAdapter { androidx.transition.ChangeBounds$ViewBounds mViewBounds; } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\1e772b10a95c0d06d18a4e0dac29d7c0\transition-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\81c2daec20e6deafa720aeb1e6d3bb6c\coordinatorlayout-1.0.0\proguard.txt # Copyright (C) 2016 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # CoordinatorLayout resolves the behaviors of its child components with reflection. -keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior { public (android.content.Context, android.util.AttributeSet); public (); } # Make sure we keep annotations for CoordinatorLayout's DefaultBehavior and ViewPager's DecorView -keepattributes *Annotation* # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\81c2daec20e6deafa720aeb1e6d3bb6c\coordinatorlayout-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\9749ff07cb00f1058b91eb351c811610\vectordrawable-animated-1.1.0\proguard.txt # Copyright (C) 2016 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # keep setters in VectorDrawables so that animations can still work. -keepclassmembers class androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$* { void set*(***); *** get*(); } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\9749ff07cb00f1058b91eb351c811610\vectordrawable-animated-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\875d1a53d92bab814c4a62cdb669db73\core-1.3.2\proguard.txt # Never inline methods, but allow shrinking and obfuscation. -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$Impl* { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$BuilderImpl* { ; } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\875d1a53d92bab814c4a62cdb669db73\core-1.3.2\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\c0afe2fa8363d58276a805c8a226b46f\lifecycle-process-2.2.0\proguard.txt # this rule is need to work properly when app is compiled with api 28, see b/142778206 -keepclassmembers class * extends androidx.lifecycle.EmptyActivityLifecycleCallbacks { *; } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\c0afe2fa8363d58276a805c8a226b46f\lifecycle-process-2.2.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\fd2194e21c89eb3a9444b6a5174ac16f\lifecycle-runtime-2.3.1\proguard.txt -keepattributes *Annotation* -keepclassmembers enum androidx.lifecycle.Lifecycle$Event { ; } -keep !interface * implements androidx.lifecycle.LifecycleObserver { } -keep class * implements androidx.lifecycle.GeneratedAdapter { (...); } -keepclassmembers class ** { @androidx.lifecycle.OnLifecycleEvent *; } # this rule is need to work properly when app is compiled with api 28, see b/142778206 # Also this rule prevents registerIn from being inlined. -keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\fd2194e21c89eb3a9444b6a5174ac16f\lifecycle-runtime-2.3.1\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\4444f5e4df00e8588fb73fa7d1972b74\lifecycle-viewmodel-savedstate-2.3.1\proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { (androidx.lifecycle.SavedStateHandle); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { (android.app.Application,androidx.lifecycle.SavedStateHandle); } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\4444f5e4df00e8588fb73fa7d1972b74\lifecycle-viewmodel-savedstate-2.3.1\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\ed55b610ea72475d3dee35e477c45b45\savedstate-1.1.0\proguard.txt # Copyright (C) 2019 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -keepclassmembers,allowobfuscation class * implements androidx.savedstate.SavedStateRegistry$AutoRecreated { (); } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\ed55b610ea72475d3dee35e477c45b45\savedstate-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\8c5eafd09788ca4a490fa206d10159c8\versionedparcelable-1.1.0\proguard.txt -keep public class * implements androidx.versionedparcelable.VersionedParcelable -keep public class android.support.**Parcelizer { *; } -keep public class androidx.**Parcelizer { *; } -keep public class androidx.versionedparcelable.ParcelImpl # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\8c5eafd09788ca4a490fa206d10159c8\versionedparcelable-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\97c780195d1f197b2832fa68287ce05f\lifecycle-viewmodel-2.3.1\proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { (); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { (android.app.Application); } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\97c780195d1f197b2832fa68287ce05f\lifecycle-viewmodel-2.3.1\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\3ea208510dffae1d128a2a9b43183060\mmkv-static-1.2.11\proguard.txt # Keep all native methods, their classes and any classes in their descriptors -keepclasseswithmembers,includedescriptorclasses class com.tencent.mmkv.** { native ; long nativeHandle; private static *** onMMKVCRCCheckFail(***); private static *** onMMKVFileLengthError(***); private static *** mmkvLogImp(...); private static *** onContentChangedByOuterProcess(***); } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\3ea208510dffae1d128a2a9b43183060\mmkv-static-1.2.11\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\5086601cd2831df2f5e5ab5eb25eb3dd\rules\lib\META-INF\proguard\androidx-annotations.pro -keep,allowobfuscation @interface androidx.annotation.Keep -keep @androidx.annotation.Keep class * {*;} -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep (...); } -keepclassmembers,allowobfuscation class * { @androidx.annotation.DoNotInline ; } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\5086601cd2831df2f5e5ab5eb25eb3dd\rules\lib\META-INF\proguard\androidx-annotations.pro # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\423a7284a33c7419ff053a653481b1ae\rules\lib\META-INF\proguard\okhttp3.pro # JSR 305 annotations are for embedding nullability information. -dontwarn javax.annotation.** # A resource is loaded with a relative path so the package of this class must be preserved. -keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase # Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java. -dontwarn org.codehaus.mojo.animal_sniffer.* # OkHttp platform used only on JVM and when Conscrypt dependency is available. -dontwarn okhttp3.internal.platform.ConscryptPlatform # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\423a7284a33c7419ff053a653481b1ae\rules\lib\META-INF\proguard\okhttp3.pro # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\0045779aa236f0dc1ed8ca5d3e4ddeb1\wcdb-android-1.1-19\proguard.txt # Keep all native methods, their classes and any classes in their descriptors -keepclasseswithmembers,includedescriptorclasses class com.tencent.wcdb.** { native ; } # Keep all exception classes -keep class com.tencent.wcdb.**.*Exception # Keep classes referenced in JNI code -keep class com.tencent.wcdb.database.WCDBInitializationProbe { ; } -keep,includedescriptorclasses class com.tencent.wcdb.database.SQLiteCustomFunction { *; } -keep class com.tencent.wcdb.database.SQLiteDebug$* { *; } -keep class com.tencent.wcdb.database.SQLiteCipherSpec { ; } -keep interface com.tencent.wcdb.support.Log$* { *; } # Keep methods used as callbacks from JNI code -keep class com.tencent.wcdb.repair.RepairKit { int onProgress(java.lang.String, int, long); } -keep class com.tencent.wcdb.database.SQLiteConnection { void notifyCheckpoint(java.lang.String, int); void notifyChange(java.lang.String, java.lang.String, long[], long[], long[]); } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\0045779aa236f0dc1ed8ca5d3e4ddeb1\wcdb-android-1.1-19\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\3936d8f955f8d04b649f6bd22e16d876\wechat-sdk-android-without-mta-6.7.9\proguard.txt -keep class com.tencent.mm.opensdk.** { *; } -keep class com.tencent.wxop.** { *; } # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\3936d8f955f8d04b649f6bd22e16d876\wechat-sdk-android-without-mta-6.7.9\proguard.txt # The proguard configuration file for the following section is C:\Users\candy\.gradle\caches\transforms-2\files-2.1\485d3be581194f2ab167147f7541e6c7\roundedimageview-2.3.0\proguard.txt # Proguard configuration. -dontwarn com.squareup.okhttp.** # References to Picasso are okay if the consuming app doesn't use it -dontwarn com.squareup.picasso.Transformation # End of content from C:\Users\candy\.gradle\caches\transforms-2\files-2.1\485d3be581194f2ab167147f7541e6c7\roundedimageview-2.3.0\proguard.txt # The proguard configuration file for the following section is -ignorewarnings # End of content from