# The proguard configuration file for the following section is /Users/user/Projects/myproject/app/build/intermediates/proguard-files/proguard-android.txt-4.0.0-beta03 # 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 class * { native <methods>; } # 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; } -keepclassmembers class **.R$* { public static <fields>; } # Preserve annotated Javascript interface methods. -keepclassmembers class * { @android.webkit.JavascriptInterface <methods>; } # 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 <methods>; } -keepclasseswithmembers class * { @androidx.annotation.Keep <methods>; } -keepclasseswithmembers class * { @android.support.annotation.Keep <fields>; } -keepclasseswithmembers class * { @androidx.annotation.Keep <fields>; } -keepclasseswithmembers class * { @android.support.annotation.Keep <init>(...); } -keepclasseswithmembers class * { @androidx.annotation.Keep <init>(...); } # 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 /Users/user/Projects/myproject/app/build/intermediates/proguard-files/proguard-android.txt-4.0.0-beta03 # The proguard configuration file for the following section is /Users/user/Projects/myproject/app/proguard-rules.pro # 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 phone information for # debugging stack traces. #-keepattributes SourceFile,LineNumberTable # If you keep the line phone information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile # Adjust -keep public class com.adjust.sdk.** { *; } -keep class com.google.android.gms.common.ConnectionResult { int SUCCESS; } -keep class com.google.android.gms.ads.identifier.AdvertisingIdClient { com.google.android.gms.ads.identifier.AdvertisingIdClient$Info getAdvertisingIdInfo(android.content.Context); } -keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info { java.lang.String getId(); boolean isLimitAdTrackingEnabled(); } -keep public class com.android.installreferrer.** { *; } -printconfiguration "~/tmp/full-r8-config.txt" # End of content from /Users/user/Projects/myproject/app/proguard-rules.pro # The proguard configuration file for the following section is /Users/user/Projects/myproject/app/build/intermediates/aapt_proguard_file/googleQaRelease/aapt_rules.txt -keep class androidx.biometric.DeviceCredentialHandlerActivity { <init>(); } -keep class androidx.core.app.CoreComponentFactory { <init>(); } -keep class androidx.core.content.FileProvider { <init>(); } -keep class androidx.lifecycle.ProcessLifecycleOwnerInitializer { <init>(); } -keep class androidx.room.MultiInstanceInvalidationService { <init>(); } -keep class androidx.work.impl.WorkManagerInitializer { <init>(); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy { <init>(); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy { <init>(); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy { <init>(); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy { <init>(); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver { <init>(); } -keep class androidx.work.impl.background.systemalarm.RescheduleReceiver { <init>(); } -keep class androidx.work.impl.background.systemalarm.SystemAlarmService { <init>(); } -keep class androidx.work.impl.background.systemjob.SystemJobService { <init>(); } -keep class androidx.work.impl.diagnostics.DiagnosticsReceiver { <init>(); } -keep class androidx.work.impl.foreground.SystemForegroundService { <init>(); } -keep class androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver { <init>(); } -keep class com.adjust.sdk.AdjustReferrerReceiver { <init>(); } -keep class com.bugfender.sdk.ui.FeedbackActivity { <init>(); } -keep class com.chuckerteam.chucker.internal.support.ClearDatabaseService { <init>(); } -keep class com.chuckerteam.chucker.internal.ui.MainActivity { <init>(); } -keep class com.chuckerteam.chucker.internal.ui.error.ErrorActivity { <init>(); } -keep class com.chuckerteam.chucker.internal.ui.transaction.TransactionActivity { <init>(); } -keep class com.google.android.datatransport.runtime.backends.TransportBackendDiscovery { <init>(); } -keep class com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver { <init>(); } -keep class com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService { <init>(); } -keep class com.google.android.gms.auth.api.signin.RevocationBoundService { <init>(); } -keep class com.google.android.gms.auth.api.signin.internal.SignInHubActivity { <init>(); } -keep class com.google.android.gms.common.api.GoogleApiActivity { <init>(); } -keep class com.google.android.play.core.common.PlayCoreDialogWrapperActivity { <init>(); } -keep class com.google.android.play.core.missingsplits.PlayCoreMissingSplitsActivity { <init>(); } -keep class com.google.firebase.components.ComponentDiscoveryService { <init>(); } -keep class com.google.firebase.iid.FirebaseInstanceIdReceiver { <init>(); } -keep class com.google.firebase.messaging.FirebaseMessagingService { <init>(); } -keep class com.google.firebase.provider.FirebaseInitProvider { <init>(); } -keep class com.meawallet.mtp.DeviceUnlockReceiver { <init>(); } -keep class com.meawallet.mtp.DeviceUnlockService { <init>(); } -keep class com.meawallet.mtp.MeaHceService { <init>(); } -keep class com.prolificinteractive.materialcalendarview.MaterialCalendarViewInitProvider { <init>(); } -keep class com.smartlook.sdk.smartlook.analytics.receiver.ReferrerReceiver { <init>(); } -keep class de.idnow.sdk.Activities_EntryActivity { <init>(); } -keep class de.idnow.sdk.Activities_HelpDataActivity { <init>(); } -keep class de.idnow.sdk.Activities_HelpIDActivity { <init>(); } -keep class de.idnow.sdk.Activities_LegalNoticesActivity { <init>(); } -keep class de.idnow.sdk.Activities_PhotoCheckActivity { <init>(); } -keep class de.idnow.sdk.Activities_PhotoCountrySelectionActivity { <init>(); } -keep class de.idnow.sdk.Activities_PhotoDocumentSelectionActivity { <init>(); } -keep class de.idnow.sdk.Activities_PhotoLiveActivity { <init>(); } -keep class de.idnow.sdk.Activities_PhotoProcessOverviewActivity { <init>(); } -keep class de.idnow.sdk.Activities_PhotoUploadActivity { <init>(); } -keep class de.idnow.sdk.Activities_ResultActivity { <init>(); } -keep class de.idnow.sdk.Activities_VideoLiveStreamActivity_CallQualityCheck { <init>(); } -keep class de.idnow.sdk.Activities_VideoLiveStreamActivity_IceLink { <init>(); } -keep class de.idnow.sdk.Activities_VideoLiveStreamActivity_Super { <init>(); } -keep class de.idnow.sdk.Activities_VideoOverviewCheckActivity { <init>(); } -keep class de.idnow.sdk.Activities_VideoOverviewCheckActivity_Super { <init>(); } -keep class de.idnow.sdk.BaseActivities_BaseActivity { <init>(); } -keep class de.idnow.sdk.Util_KillNotificationService { <init>(); } -keep class this.is.mypackage.I9App { <init>(); } -keep class this.is.mypackage.broadcastreceivers.LocaleBroadcastReceiver { <init>(); } -keep class this.is.mypackage.broadcastreceivers.VerificationCodeBroadcastReceiver { <init>(); } -keep class this.is.mypackage.infrastructure.firebase.PushNotificationMessageService { <init>(); } -keep class this.is.mypackage.presentation.MainActivity { <init>(); } -keep class this.is.mypackage.service.id_verification.IdVerificationActivity { <init>(); } -keep class android.widget.Space { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.app.AlertController$RecycleListView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ActionMenuItemView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ExpandedMenuView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ListMenuItemView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarContainer { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarContextView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarOverlayLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionMenuView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActivityChooserView$InnerLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.AlertDialogLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ButtonBarLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ContentFrameLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.DialogTitle { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.FitWindowsFrameLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.FitWindowsLinearLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.SearchView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.SearchView$SearchAutoComplete { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.Toolbar { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ViewStubCompat { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.camera.view.CameraView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.camera.view.PreviewView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.helper.widget.Layer { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.motion.widget.MotionLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.widget.Barrier { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.widget.ConstraintLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.widget.Group { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.widget.Guideline { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.coordinatorlayout.widget.CoordinatorLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.core.widget.NestedScrollView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.fragment.app.FragmentContainerView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.recyclerview.widget.RecyclerView { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.viewpager.widget.ViewPager { <init>(android.content.Context, android.util.AttributeSet); } -keep class androidx.viewpager2.widget.ViewPager2 { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.airbnb.epoxy.EpoxyRecyclerView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.github.mikephil.charting.charts.LineChart { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.gms.maps.MapView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.gms.maps.SupportMapFragment { <init>(); } -keep class com.google.android.material.appbar.AppBarLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.appbar.CollapsingToolbarLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.appbar.MaterialToolbar { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.bottomnavigation.BottomNavigationView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.button.MaterialButton { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.card.MaterialCardView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.chip.Chip { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.chip.ChipGroup { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.datepicker.MaterialCalendarGridView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.floatingactionbutton.FloatingActionButton { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.BaselineLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.CheckableImageButton { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.NavigationMenuItemView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.NavigationMenuView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.snackbar.Snackbar$SnackbarLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.snackbar.SnackbarContentLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.switchmaterial.SwitchMaterial { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.tabs.TabLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.textfield.TextInputEditText { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.textfield.TextInputLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.textview.MaterialTextView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.google.maps.android.ui.RotationLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.theartofdev.edmodo.cropper.CropImageView { <init>(android.content.Context, android.util.AttributeSet); } -keep class com.theartofdev.edmodo.cropper.CropOverlayView { <init>(android.content.Context, android.util.AttributeSet); } -keep class de.idnow.sdk.UI_AnimationView { <init>(android.content.Context, android.util.AttributeSet); } -keep class de.idnow.sdk.Util_CustomWebView { <init>(android.content.Context, android.util.AttributeSet); } -keep class de.idnow.sdk.util.ClickableTextView { <init>(android.content.Context, android.util.AttributeSet); } -keep class de.idnow.sdk.util.ViewPagerCustomDuration { <init>(android.content.Context, android.util.AttributeSet); } -keep class de.idnow.sdk.views.AnimationAverseLinearLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class de.idnow.sdk.views.CallQualityLightView { <init>(android.content.Context, android.util.AttributeSet); } -keep class de.idnow.sdk.views.LockableScrollView { <init>(android.content.Context, android.util.AttributeSet); } -keep class me.relex.circleindicator.CircleIndicator { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.base.presentation.views.BottomCropImageView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.base.presentation.views.ExistingTransactionView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.base.presentation.views.LottieAnimationView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.base.presentation.views.address.AddressInfoView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.base.presentation.views.groups.GroupHorizontalMembersResumeView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.dashboard.presentation.views.InfoDetailView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.dashboard.presentation.views.MapView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.dashboard.presentation.views.MerchantMapView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.dashboard.presentation.views.QuickCategoryActionView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.dashboard.presentation.views.SimpleMerchantMapView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.dashboard.presentation.views.TransactionDetailActionsListView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.dashboard.presentation.views.TransactionDetailResumeView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.inout.presentation.views.ImmediateTransferSwitchView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.inout.presentation.views.LimitAmountProgressView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.inout.presentation.views.TopUpProgressBar { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.presentation.views.camera.CameraQrCodeScanView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.presentation.views.circleindicator.PagerIndicator { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.presentation.views.creditcard.CreditCardView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.presentation.views.creditcard.EmptyCreditCardView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.presentation.views.creditcard.PendingCreditCardView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.presentation.views.overlay.OverlayView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.presentation.views.pdfviewer.PdfView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.presentation.views.swipelayout.SwipeLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.stats.presentation.views.BudgetView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.stats.presentation.views.StatsBudgetView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.stats.presentation.views.StatsTotalBudgetView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.stats.presentation.views.StatsTotalChartView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.avatar.AvatarView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.buttons.ActionImageButton { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.buttons.ActionTextButton { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.buttons.BadgeImageButton { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.calendar.CalendarView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.characterinput.CharacterInputView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.clouds.AnimatedCloudsContainerView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.clouds.CloudsContainerView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.currency.MoneyEditText { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.empty.EmptyView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.error.ErrorRetryView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.error.ErrorView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.error.NoConnectionView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.info.ContactCapabilitiesView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.info.IconsInfoView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.input.BackgroundOnFocusEditText { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.input.TextInputCountrySelectEditText { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.input.TextInputIbanEditText { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.input.TextInputPhoneNumberEditText { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.input.TextInputStateReferenceEditText { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.input.TextInputZipCodeEditText { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.keypad.KeypadView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.loading.LoadingView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.loading.SwipeRefreshLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.menu.MenuNav { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.menu.MenuRadio { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.menu.MenuSwitch { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.misc.CheckableImageView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.misc.SwipeCornerView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.operation.OperationCurrencyInfoView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.operation.TransactionCategoryView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.operation.TransactionNoteEditText { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.operation.TransactionPhotoView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.passcode.AnimatedPasscodeInputView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.passcode.PasscodeInputView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.passcode.PasscodeView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.photoedit.PhotoEditView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.progress.AmountProgressItemView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.progress.ProgressBar { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.progress.StepsProgressView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.tooltip.TooltipView { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.value.ValueEdit { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.value.ValueEmail { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.value.ValueSwitch { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.value.ValueText { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.viewgroup.CenteredErrorTextInputLayout { <init>(android.content.Context, android.util.AttributeSet); } -keep class this.is.mypackage.ui.viewgroup.StackedHorizontalLayout { <init>(android.content.Context, android.util.AttributeSet); } # End of content from /Users/user/Projects/myproject/app/build/intermediates/aapt_proguard_file/googleQaRelease/aapt_rules.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/eea3a828e5f2523e930c006b39b2b6c5/jetified-mtp-credito-agricola-test-4.0.6.2/proguard.txt # MTP Consumer ProGuard Rules -dontwarn com.meawallet.** -keep class com.meawallet.** { *; } -dontnote com.firebase.jobdispatcher.** # Often, serialization is simply a means of transporting data, without long-term storage. # Classes that are shrunk and obfuscated should then continue to function fine with the following additional options: -keepclassmembers class * implements java.io.Serializable { private static final java.io.ObjectStreamField[] serialPersistentFields; private void writeObject(java.io.ObjectOutputStream); private void readObject(java.io.ObjectInputStream); java.lang.Object writeReplace(); java.lang.Object readResolve(); } # Ensure that all fields annotated with SerializedName will be kept -keepclassmembers,allowobfuscation class * { @com.google.gson.annotations.SerializedName <fields>; } # For Mchip Engine 2.3.1 -dontwarn com.mastercard.mchipengine.** -keep class com.mastercard.mchipengine.assessment.MchipAdviceAndReasons{*;} -keep class com.mastercard.mchipengine.MChipEngine{*;} -keep class com.mastercard.mchipengine.walletinterface.**{*;} -keep class com.mastercard.mchipengine.apduprocessing.Iso7816{*;} -keep class com.mastercard.mchipengine.apduprocessing.commands.ReadRecordCommandApdu{*;} -keep class com.mastercard.mchipengine.apduprocessing.commands.SelectCommandApdu{*;} -keep class com.mastercard.mchipengine.utils.MChipByteArray{*;} -keep class com.mastercard.mchipengine.utils.MChipDate{*;} -keep class com.mastercard.mchipengine.utils.MChipLogger{*;} -keep class com.mastercard.mchipengine.utils.Wipeable{*;} -keep class com.mastercard.mchipengine.exceptionmanagement.MchipCrtComponentMissingException.** -keepclassmembers class * { public static *** getBuilder(); } -dontnote com.mastercard.mchipengine.** ##---------------Begin: proguard configuration for Gson v2.8.5 ---------- # Gson uses generic type information stored in a class file when working with fields. Proguard # removes such information by default, so configure it to keep all of it. -keepattributes Signature # For using GSON @Expose annotation -keepattributes *Annotation* # Gson specific classes -dontwarn sun.misc.** # Application classes that will be serialized/deserialized over Gson # All public com.meawallet package classes kept for now # Prevent proguard from stripping interface information from TypeAdapterFactory, # JsonSerializer, JsonDeserializer instances (so they can be used in @JsonAdapter) -keep class * implements com.google.gson.TypeAdapterFactory -keep class * implements com.google.gson.JsonSerializer -keep class * implements com.google.gson.JsonDeserializer -dontnote com.google.gson.** ##---------------End: proguard configuration for Gson ---------- # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/eea3a828e5f2523e930c006b39b2b6c5/jetified-mtp-credito-agricola-test-4.0.6.2/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/b199c420b021b0f0003bc04d014c13c9/jetified-library-3.1.2/proguard.txt -keep class com.chuckerteam.chucker.internal.data.entity.HttpTransaction { *; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/b199c420b021b0f0003bc04d014c13c9/jetified-library-3.1.2/proguard.txt # The proguard configuration file for the following section is /Users/user/Projects/myproject/service_id_verification/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # By default, the flags in this file are appended to flags specified # in /Applications/Android Studio.app/sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html -keep class retrofit.** { *; } -keepclasseswithmembers class * { @retrofit.http.* <methods>; } -keep class de.idnow.sdk.** { *; } # End of content from /Users/user/Projects/myproject/service_id_verification/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/user/Projects/myproject/app_base/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # 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 # RxBinding -dontwarn com.jakewharton.rxbinding2.support.design.widget.* # Glide -keep public class * implements com.bumptech.glide.module.GlideModule -keep public class * extends com.bumptech.glide.module.AppGlideModule -keep public enum com.bumptech.glide.load.ImageHeaderParser$** { **[] $VALUES; public *; } # Kotlin Coroutines -keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {} -keepnames class kotlinx.coroutines.CoroutineExceptionHandler {} -keepclassmembernames class kotlinx.** { volatile <fields>; } # WorkManager -keepnames class * implements this.is.mypackage.base.workers.base.ChildWorkerFactory # End of content from /Users/user/Projects/myproject/app_base/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/user/Projects/myproject/data_api/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # 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 # OkHttp -dontwarn javax.annotation.** -keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase -dontwarn org.codehaus.mojo.animal_sniffer.* -dontwarn okhttp3.internal.platform.ConscryptPlatform # Retrofit -keepattributes Signature -keepclassmembers,allowshrinking,allowobfuscation interface * { @retrofit2.http.* <methods>; } -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement -dontwarn javax.annotation.** # Moshi -dontwarn javax.annotation.** -keepclasseswithmembers class * { @com.squareup.moshi.* <methods>; } -keep @com.squareup.moshi.JsonQualifier interface * -keepclassmembers @com.squareup.moshi.JsonClass class * extends java.lang.Enum { <fields>; } -keepnames @com.squareup.moshi.JsonClass class * -if @com.squareup.moshi.JsonClass class * -keep class <1>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$* -keep class <1>_<2>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$* -keep class <1>_<2>_<3>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$* -keep class <1>_<2>_<3>_<4>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$*$* -keep class <1>_<2>_<3>_<4>_<5>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$*$*$* -keep class <1>_<2>_<3>_<4>_<5>_<6>JsonAdapter { <init>(...); <fields>; } # End of content from /Users/user/Projects/myproject/data_api/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/user/Projects/myproject/data_db/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # 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 # SQL Cipher -keep class net.sqlcipher.** { *; } -keep class net.sqlcipher.database.* { *; } # End of content from /Users/user/Projects/myproject/data_db/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/user/Projects/myproject/data_push/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # 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 # Moshi -dontwarn javax.annotation.** -keepclasseswithmembers class * { @com.squareup.moshi.* <methods>; } -keep @com.squareup.moshi.JsonQualifier interface * -keepclassmembers @com.squareup.moshi.JsonClass class * extends java.lang.Enum { <fields>; } -keepnames @com.squareup.moshi.JsonClass class * -if @com.squareup.moshi.JsonClass class * -keep class <1>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$* -keep class <1>_<2>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$* -keep class <1>_<2>_<3>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$* -keep class <1>_<2>_<3>_<4>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$*$* -keep class <1>_<2>_<3>_<4>_<5>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$*$*$* -keep class <1>_<2>_<3>_<4>_<5>_<6>JsonAdapter { <init>(...); <fields>; } # End of content from /Users/user/Projects/myproject/data_push/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/user/Projects/myproject/data_secure/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # 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 # Moshi -dontwarn javax.annotation.** -keepclasseswithmembers class * { @com.squareup.moshi.* <methods>; } -keep @com.squareup.moshi.JsonQualifier interface * -keepclassmembers @com.squareup.moshi.JsonClass class * extends java.lang.Enum { <fields>; } -keepnames @com.squareup.moshi.JsonClass class * -if @com.squareup.moshi.JsonClass class * -keep class <1>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$* -keep class <1>_<2>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$* -keep class <1>_<2>_<3>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$* -keep class <1>_<2>_<3>_<4>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$*$* -keep class <1>_<2>_<3>_<4>_<5>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$*$*$* -keep class <1>_<2>_<3>_<4>_<5>_<6>JsonAdapter { <init>(...); <fields>; } # End of content from /Users/user/Projects/myproject/data_secure/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/user/Projects/myproject/service_mbway/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt -keep public interface sibs.intra.sw.mbwaysdk.api.MBWayService { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKContactlessPaymentListener { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKGetProvisionedCardsListener { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKGetSDKStatusListener { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKInitListener { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKOperationListener { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKPendingOperationsListener { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKQRCodePaymentListener { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKRegisterListener { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKSetCardForContactlessPaymentListener { *; } -keep public interface sibs.intra.sw.mbwaysdk.api.MBWAYSDKSyncCardListener { *; } -keep public class sibs.intra.sw.mbwaysdk.model.* {*;} -keep public class sibs.intra.sw.mbwaysdk.api.* {*;} -keep public class sibs.intra.sw.mbwaysdk.implementation.utils.CONST$* {*;} -keep public class sibs.intra.sw.mbwaysdk.implementation.utils.CONST {*;} -keep public class sibs.intra.sw.mbwaysdk.implementation.utils.ConverterAmount {*;} -keep public class sibs.intra.sw.mbwaysdk.implementation.services.model.* {*;} -keep public class sibs.intra.sw.mbwaysdk.implementation.CallbackInfoManager {*;} -keep public class sibs.intra.sw.mbwaysdk.implementation.ConnectorHandlerMBWay {*;} -keep public class sibs.hcesdk.implementlib.HCEMessageType {*;} -keep public class sibs.hcesdk.implementlib.utils.CONST$* {*;} -keep public class sibs.hcesdk.implementlib.utils.CONST {*;} -keep public class sibs.hcesdk.implementlib.utils.EnumCurrencies {*;} -keep public class sibs.hcesdk.implementlib.utils.ConverterAmount {*;} -keep public class sibs.hcesdk.implementlib.services.model.* {*;} -keep public class sibs.hcesdk.implementlib.CallbackInfoManager {*;} -keep public class sibs.hcesdk.implementlib.ConnectorHandlerHCE {*;} -keep public class sibs.intra.sw.mbwaysdk.BuildConfig {*;} -keep public class sibs.intra.sw.mbwaysdk.MBWaySDK {*;} -keep public class sibs.intra.sw.mbwaysdk.MBWaySDKTests {*;} -keep public class sibs.intra.sw.mbwaysdk.implementation.services.MbWAYData {*;} -keep public class sibs.connector.helpers.* {*;} -keep public class sibs.connector.core.Utils.PrivateLogs {*;} -keep public class sibs.connector.core.Utils.Latch {*;} -keep public class sibs.connector.core.ConnectorHandler {*;} -keep public class sibs.connector.core.callbacks.model.* {*;} -keepclassmembers class sibs.connector.core.ConnectorHandler { native *** rsn*(...); native *** n*(...); native *** nativeProcessCommandApdu*(...); native *** nativeProcessService*(...); native *** nativeProcessDeactivedApdu*(...); } -keepclasseswithmembernames,includedescriptorclasses class sibs.connector.core.ConnectorHandler { native <methods>; } -keep public class io.nlopez.smartlocation.* { *; } -keep public class io.nlopez.smartlocation.** { *; } # End of content from /Users/user/Projects/myproject/service_mbway/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/user/Projects/myproject/copy/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # 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 # Lokalise -keep class com.lokalise.** { *; } -dontwarn com.lokalise.* # End of content from /Users/user/Projects/myproject/copy/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/user/Projects/myproject/view_pdf_viewer/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt -dontnote android.webkit.JavascriptInterface -keepclassmembers class * { @android.webkit.JavascriptInterface <methods>; } # End of content from /Users/user/Projects/myproject/view_pdf_viewer/build/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/ec41341124e0a0fc73d7f7b3b55b25ab/jetified-camera-camera2-1.0.0-beta01/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. # This is necessary for default initialization using Camera2Config -keep public class androidx.camera.camera2.Camera2Config$DefaultProvider { *; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/ec41341124e0a0fc73d7f7b3b55b25ab/jetified-camera-camera2-1.0.0-beta01/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/04ff9d08107b2bc174bd6e3236bd4d9a/jetified-lifecycle-process-2.3.0-alpha01/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 /Users/user/.gradle/caches/transforms-2/files-2.1/04ff9d08107b2bc174bd6e3236bd4d9a/jetified-lifecycle-process-2.3.0-alpha01/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/95c7c80d9847e9a681e20f6d7bb0cc74/jetified-firebase-messaging-20.1.0/proguard.txt # Analytics library is optional. # Access to this class is protected by try/catch(NoClassDefFoundError e) # b/35686744 Don't fail during proguard if the class is missing from the APK. -dontwarn com.google.android.gms.measurement.AppMeasurement* # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/95c7c80d9847e9a681e20f6d7bb0cc74/jetified-firebase-messaging-20.1.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/1bfcda7bcdeb75d2bbac068b1d7617c0/jetified-ShortcutBadger-1.1.22/proguard.txt #https://github.com/leolin310148/ShortcutBadger/issues/46 -keep class me.leolin.shortcutbadger.impl.AdwHomeBadger { <init>(...); } -keep class me.leolin.shortcutbadger.impl.ApexHomeBadger { <init>(...); } -keep class me.leolin.shortcutbadger.impl.AsusHomeLauncher { <init>(...); } -keep class me.leolin.shortcutbadger.impl.DefaultBadger { <init>(...); } -keep class me.leolin.shortcutbadger.impl.NewHtcHomeBadger { <init>(...); } -keep class me.leolin.shortcutbadger.impl.NovaHomeBadger { <init>(...); } -keep class me.leolin.shortcutbadger.impl.SolidHomeBadger { <init>(...); } -keep class me.leolin.shortcutbadger.impl.SonyHomeBadger { <init>(...); } -keep class me.leolin.shortcutbadger.impl.XiaomiHomeBadger { <init>(...); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/1bfcda7bcdeb75d2bbac068b1d7617c0/jetified-ShortcutBadger-1.1.22/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/12f36c279ad1417b93bc9de68394417f/jetified-app-1.4.0-native/proguard.txt # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /Users/adamcerny/Library/Android/sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: # 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 #Retrofit # Platform calls Class.forName on types which do not exist on Android to determine platform. -dontnote retrofit2.Platform # Platform used when running on Java 8 VMs. Will not be used at runtime. -dontwarn retrofit2.Platform$Java8 # Retain generic type information for use by reflection by converters and adapters. -keepattributes Signature # Retain declared checked exceptions for use by a Proxy instance. -keepattributes Exceptions # Retain generic type information for use by reflection by converters and adapters. -keepattributes Signature # Retain service method parameters. -keepclassmembernames,allowobfuscation interface * { @retrofit2.http.* <methods>; } # Ignore annotation used for build tooling. -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement #Okio -dontwarn okio.** #SDK -keepattributes *Annotation* -keepattributes SourceFile,LineNumberTable -keep public class * extends java.lang.Exception -keep class com.smartlook.** { *; } -dontwarn com.smartlook.** -keep class android.support.** { *; } -keep class androidx.** { *; } -keep interface android.support.** { *; } -keep interface androidx.** { *; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/12f36c279ad1417b93bc9de68394417f/jetified-app-1.4.0-native/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/cd20c8dea08de0edfa6cc7124e358970/jetified-play-services-gcm-17.0.0/proguard.txt # Ensure that proguard will not strip the handleIntent method. -keepclassmembers class com.google.android.gms.gcm.GcmListenerService { public void handleIntent(android.content.Intent); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/cd20c8dea08de0edfa6cc7124e358970/jetified-play-services-gcm-17.0.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/8888f4f29adab718c87a386c1c2f43c5/jetified-play-services-base-17.0.0/proguard.txt # b/35135904 Ensure that proguard will not strip the mResultGuardian. -keepclassmembers class com.google.android.gms.common.api.internal.BasePendingResult { com.google.android.gms.common.api.internal.BasePendingResult$ReleasableResultGuardian mResultGuardian; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/8888f4f29adab718c87a386c1c2f43c5/jetified-play-services-base-17.0.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/9900c48a477f21a5709dc37996aab73f/jetified-sdk-2.0.0-beta-5/proguard.txt # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/9900c48a477f21a5709dc37996aab73f/jetified-sdk-2.0.0-beta-5/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/038cf9a377f151d5610b342666b29cd1/work-runtime-2.4.0-alpha01/proguard.txt -keep class * extends androidx.work.Worker -keep class * extends androidx.work.InputMerger # Keep all constructors on ListenableWorker, Worker (also marked with @Keep) -keep public class * extends androidx.work.ListenableWorker { public <init>(...); } # We need to keep WorkerParameters for the ListenableWorker constructor -keep class androidx.work.WorkerParameters # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/038cf9a377f151d5610b342666b29cd1/work-runtime-2.4.0-alpha01/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/dbd9723c5e89d1e01f853d545e321c77/rules/lib/META-INF/proguard/retrofit2.pro # Retrofit does reflection on generic parameters. InnerClasses is required to use Signature and # EnclosingMethod is required to use InnerClasses. -keepattributes Signature, InnerClasses, EnclosingMethod # Retrofit does reflection on method and parameter annotations. -keepattributes RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations # Retain service method parameters when optimizing. -keepclassmembers,allowshrinking,allowobfuscation interface * { @retrofit2.http.* <methods>; } # Ignore annotation used for build tooling. -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement # Ignore JSR 305 annotations for embedding nullability information. -dontwarn javax.annotation.** # Guarded by a NoClassDefFoundError try/catch and only used when on the classpath. -dontwarn kotlin.Unit # Top-level functions that can only be used by Kotlin. -dontwarn retrofit2.KotlinExtensions -dontwarn retrofit2.KotlinExtensions$* # With R8 full mode, it sees no subtypes of Retrofit interfaces since they are created with a Proxy # and replaces all potential values with null. Explicitly keeping the interfaces prevents this. -if interface * { @retrofit2.http.* <methods>; } -keep,allowobfuscation interface <1> # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/dbd9723c5e89d1e01f853d545e321c77/rules/lib/META-INF/proguard/retrofit2.pro # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/f6e22299c6ed3fea40679e63bf3d9c92/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 /Users/user/.gradle/caches/transforms-2/files-2.1/f6e22299c6ed3fea40679e63bf3d9c92/rules/lib/META-INF/proguard/okhttp3.pro # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/a0e6fa1a71f16f71f7a5891dcca8f0ca/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 /Users/user/.gradle/caches/transforms-2/files-2.1/a0e6fa1a71f16f71f7a5891dcca8f0ca/rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/7e98e4c6207bf1e32f4652762c40acba/rules/lib/META-INF/proguard/moshi.pro # JSR 305 annotations are for embedding nullability information. -dontwarn javax.annotation.** -keepclasseswithmembers class * { @com.squareup.moshi.* <methods>; } -keep @com.squareup.moshi.JsonQualifier interface * # Enum field names are used by the integrated EnumJsonAdapter. # values() is synthesized by the Kotlin compiler and is used by EnumJsonAdapter indirectly # Annotate enums with @JsonClass(generateAdapter = false) to use them with Moshi. -keepclassmembers @com.squareup.moshi.JsonClass class * extends java.lang.Enum { <fields>; **[] values(); } # The name of @JsonClass types is used to look up the generated adapter. -keepnames @com.squareup.moshi.JsonClass class * # Retain generated target class's synthetic defaults constructor and keep DefaultConstructorMarker's # name. We will look this up reflectively to invoke the type's constructor. # # We can't _just_ keep the defaults constructor because Proguard/R8's spec doesn't allow wildcard # matching preceding parameters. -keepnames class kotlin.jvm.internal.DefaultConstructorMarker -keepclassmembers @com.squareup.moshi.JsonClass @kotlin.Metadata class * { synthetic <init>(...); } # Retain generated JsonAdapters if annotated type is retained. -if @com.squareup.moshi.JsonClass class * -keep class <1>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$* -keep class <1>_<2>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$* -keep class <1>_<2>_<3>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$* -keep class <1>_<2>_<3>_<4>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$*$* -keep class <1>_<2>_<3>_<4>_<5>JsonAdapter { <init>(...); <fields>; } -if @com.squareup.moshi.JsonClass class **$*$*$*$*$* -keep class <1>_<2>_<3>_<4>_<5>_<6>JsonAdapter { <init>(...); <fields>; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/7e98e4c6207bf1e32f4652762c40acba/rules/lib/META-INF/proguard/moshi.pro # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/28f21429bd93e815380c0c01fde9e10f/rules/lib/META-INF/proguard/okio.pro # Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java. -dontwarn org.codehaus.mojo.animal_sniffer.* # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/28f21429bd93e815380c0c01fde9e10f/rules/lib/META-INF/proguard/okio.pro # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/2eda5c24f2a3461a2f7b7ca14f26599d/jetified-epoxy-3.9.0/proguard.txt # The generated ControllerHelper classes are needed when using AutoModel annotations. # Each ControllerHelper is looked up reflectively, so we need to make sure it is # kept and its name not obfuscated so the reflective lookup works. -keep class * extends com.airbnb.epoxy.EpoxyController { *; } -keep class * extends com.airbnb.epoxy.ControllerHelper { *; } -keepclasseswithmembernames class * { @com.airbnb.epoxy.AutoModel <fields>; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/2eda5c24f2a3461a2f7b7ca14f26599d/jetified-epoxy-3.9.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/561f1938b3b4874d9d0a800d82c63b4b/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 <fields>; } # Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater -keepclassmembernames class kotlin.coroutines.SafeContinuation { volatile <fields>; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/561f1938b3b4874d9d0a800d82c63b4b/rules/lib/META-INF/proguard/coroutines.pro # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/166b458fc70d7dbf0ff300778a9374b8/jetified-appcenter-analytics-2.5.0/proguard.txt # The following options are set by default. # Make sure they are always set, even if the default proguard config changes. -dontskipnonpubliclibraryclasses -verbose # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/166b458fc70d7dbf0ff300778a9374b8/jetified-appcenter-analytics-2.5.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/6c325ef005ce27551ba0bba6eed50269/material-1.2.0-alpha05/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 <init>(android.content.Context, android.util.AttributeSet); public <init>(); } # Make sure we keep annotations for CoordinatorLayout's DefaultBehavior -keepattributes RuntimeVisible*Annotation* # 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. # AppCompatViewInflater reads the viewInflaterClass theme attribute which then # reflectively instantiates MaterialComponentsViewInflater using the no-argument # constructor. We only need to keep this constructor and the class name if # AppCompatViewInflater is also being kept. -if class androidx.appcompat.app.AppCompatViewInflater -keep class com.google.android.material.theme.MaterialComponentsViewInflater { <init>(); } # 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. # An inner class of RecyclerView is part of MaterialPickerDialogFragment.java -keep class androidx.recyclerview.widget.RecyclerView { *; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/6c325ef005ce27551ba0bba6eed50269/material-1.2.0-alpha05/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/881e1e88160b6f30d0ca9fa47f317ccd/transition-1.3.1/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 /Users/user/.gradle/caches/transforms-2/files-2.1/881e1e88160b6f30d0ca9fa47f317ccd/transition-1.3.1/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/9e2908a65a11cee21cc7caada272a7e5/jetified-firebase-common-19.3.0/proguard.txt -dontwarn com.google.firebase.platforminfo.KotlinDetector # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/9e2908a65a11cee21cc7caada272a7e5/jetified-firebase-common-19.3.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/e9524891b582b5a596fc7a1bbd5d226f/jetified-play-services-basement-17.0.0/proguard.txt # Proguard flags for consumers of the Google Play services SDK # https://developers.google.com/android/guides/setup#add_google_play_services_to_your_project # Keep SafeParcelable NULL value, needed for reflection by DowngradeableSafeParcel -keepclassmembers public class com.google.android.gms.common.internal.safeparcel.SafeParcelable { public static final *** NULL; } # Needed for Parcelable/SafeParcelable classes & their creators to not get renamed, as they are # found via reflection. -keep class com.google.android.gms.common.internal.ReflectedParcelable -keepnames class * implements com.google.android.gms.common.internal.ReflectedParcelable -keepclassmembers class * implements android.os.Parcelable { public static final *** CREATOR; } # Keep the classes/members we need for client functionality. -keep @interface androidx.annotation.Keep -keep @androidx.annotation.Keep class * -keepclasseswithmembers class * { @androidx.annotation.Keep <fields>; } -keepclasseswithmembers class * { @androidx.annotation.Keep <methods>; } # Keep the names of classes/members we need for client functionality. -keep @interface com.google.android.gms.common.annotation.KeepName -keepnames @com.google.android.gms.common.annotation.KeepName class * -keepclassmembernames class * { @com.google.android.gms.common.annotation.KeepName *; } # Keep Dynamite API entry points -keep @interface com.google.android.gms.common.util.DynamiteApi -keep @com.google.android.gms.common.util.DynamiteApi public class * { public <fields>; public <methods>; } # Needed when building against pre-Marshmallow SDK. -dontwarn android.security.NetworkSecurityPolicy # Needed when building against Marshmallow SDK. -dontwarn android.app.Notification # Protobuf has references not on the Android boot classpath -dontwarn sun.misc.Unsafe -dontwarn libcore.io.Memory # Internal Google annotations for generating Proguard keep rules. -dontwarn com.google.android.apps.common.proguard.UsedBy* # Annotations referenced by the SDK but whose definitions are contained in # non-required dependencies. -dontwarn javax.annotation.** -dontwarn org.checkerframework.** # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/e9524891b582b5a596fc7a1bbd5d226f/jetified-play-services-basement-17.0.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/5bde6c40e136c0fe839ff071879b611d/appcompat-1.2.0-alpha03/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. # 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 { <init>(...); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/5bde6c40e136c0fe839ff071879b611d/appcompat-1.2.0-alpha03/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/4fd5d59a7b00fe25cc84b84639013acd/coordinatorlayout-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. # CoordinatorLayout resolves the behaviors of its child components with reflection. -keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior { public <init>(android.content.Context, android.util.AttributeSet); public <init>(); } # Make sure we keep annotations for CoordinatorLayout's DefaultBehavior and ViewPager's DecorView -keepattributes *Annotation* # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/4fd5d59a7b00fe25cc84b84639013acd/coordinatorlayout-1.1.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/b50581ccef1ca998dce31896f4051802/recyclerview-1.2.0-alpha01/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 <init>(android.content.Context, android.util.AttributeSet, int, int); public <init>(); } -keepclassmembers class androidx.recyclerview.widget.RecyclerView { public void suppressLayout(boolean); public boolean isLayoutSuppressed(); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/b50581ccef1ca998dce31896f4051802/recyclerview-1.2.0-alpha01/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/945a56c6c1cac25eb42179a18a337ed2/jetified-glide-4.11.0/proguard.txt -keep public class * implements com.bumptech.glide.module.GlideModule -keep class * extends com.bumptech.glide.module.AppGlideModule { <init>(...); } -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 /Users/user/.gradle/caches/transforms-2/files-2.1/945a56c6c1cac25eb42179a18a337ed2/jetified-glide-4.11.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/76225e330981ed63938adbc6bd87c7d8/fragment-1.3.0-alpha01/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 -keep public class <1> { public <init>(); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/76225e330981ed63938adbc6bd87c7d8/fragment-1.3.0-alpha01/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/3244241b24188f51adb4f0097791a444/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 /Users/user/.gradle/caches/transforms-2/files-2.1/3244241b24188f51adb4f0097791a444/vectordrawable-animated-1.1.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/1e50dd6ceeaba5dd055486ad42414adf/media-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. # Prevent Parcelable objects from being removed or renamed. -keep class android.support.v4.media.** implements android.os.Parcelable { public static final android.os.Parcelable$Creator *; } # Prevent Parcelable objects from being removed or renamed. -keep class androidx.media.** implements android.os.Parcelable { public static final android.os.Parcelable$Creator *; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/1e50dd6ceeaba5dd055486ad42414adf/media-1.0.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/b9582224eef1404dd7936a369290f201/core-1.3.0-alpha02/proguard.txt # Never inline methods, but allow shrinking and obfuscation. -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$ViewCompatApi29 { <methods>; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/b9582224eef1404dd7936a369290f201/core-1.3.0-alpha02/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/b41bc6c86a93a2cb2eb42bf135846321/lifecycle-runtime-2.3.0-alpha01/proguard.txt -keepattributes *Annotation* -keepclassmembers enum androidx.lifecycle.Lifecycle$Event { <fields>; } -keep !interface * implements androidx.lifecycle.LifecycleObserver { } -keep class * implements androidx.lifecycle.GeneratedAdapter { <init>(...); } -keepclassmembers class ** { @androidx.lifecycle.OnLifecycleEvent *; } # this rule is need to work properly when app is compiled with api 28, see b/142778206 -keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/b41bc6c86a93a2cb2eb42bf135846321/lifecycle-runtime-2.3.0-alpha01/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/84dbd0df4ad916269903da4e6d640e56/jetified-firebase-components-16.0.0/proguard.txt -dontwarn com.google.firebase.components.Component$Instantiation -dontwarn com.google.firebase.components.Component$ComponentType -keep class * implements com.google.firebase.components.ComponentRegistrar # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/84dbd0df4ad916269903da4e6d640e56/jetified-firebase-components-16.0.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/98ddfc364bf222d6cf16ca556f7375ed/jetified-firebase-encoders-json-16.0.0/proguard.txt # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/98ddfc364bf222d6cf16ca556f7375ed/jetified-firebase-encoders-json-16.0.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/27540d34ac94b9d44ae13c94a8310f5a/jetified-lifecycle-viewmodel-savedstate-2.3.0-alpha01/proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { <init>(androidx.lifecycle.SavedStateHandle); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { <init>(android.app.Application,androidx.lifecycle.SavedStateHandle); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/27540d34ac94b9d44ae13c94a8310f5a/jetified-lifecycle-viewmodel-savedstate-2.3.0-alpha01/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/615f5a6c4df7c2232aeb41eaa4046fef/rules/lib/META-INF/com.android.tools/r8/dagger-android.pro -dontwarn com.google.errorprone.annotations.** -identifiernamestring class dagger.android.internal.AndroidInjectionKeys { java.lang.String of(java.lang.String); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/615f5a6c4df7c2232aeb41eaa4046fef/rules/lib/META-INF/com.android.tools/r8/dagger-android.pro # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/0f5ffae2a882bf300ed54000bce0c069/jetified-savedstate-1.0.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 { <init>(); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/0f5ffae2a882bf300ed54000bce0c069/jetified-savedstate-1.0.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/31a5b965c022ee35ca8ef01e5be2145b/room-runtime-2.2.4/proguard.txt -keep class * extends androidx.room.RoomDatabase -dontwarn androidx.room.paging.** # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/31a5b965c022ee35ca8ef01e5be2145b/room-runtime-2.2.4/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/2ed651d609d2c8dfdee03926bbcfecce/lifecycle-viewmodel-2.3.0-alpha01/proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { <init>(); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { <init>(android.app.Application); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/2ed651d609d2c8dfdee03926bbcfecce/lifecycle-viewmodel-2.3.0-alpha01/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/112278c7760b0f3c3f8f95684fc3f4f7/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 /Users/user/.gradle/caches/transforms-2/files-2.1/112278c7760b0f3c3f8f95684fc3f4f7/versionedparcelable-1.1.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/79a5c918eabf45dca5c467a9f7a89ec4/rules/lib/META-INF/proguard/androidx-annotations.pro -keep,allowobfuscation @interface androidx.annotation.Keep -keep @androidx.annotation.Keep class * {*;} -keepclasseswithmembers class * { @androidx.annotation.Keep <methods>; } -keepclasseswithmembers class * { @androidx.annotation.Keep <fields>; } -keepclasseswithmembers class * { @androidx.annotation.Keep <init>(...); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/79a5c918eabf45dca5c467a9f7a89ec4/rules/lib/META-INF/proguard/androidx-annotations.pro # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/c2534599b0679c36fbcb1236ab038ad6/jetified-timber-4.7.1/proguard.txt -dontwarn org.jetbrains.annotations.** # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/c2534599b0679c36fbcb1236ab038ad6/jetified-timber-4.7.1/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/b910211b1bbf91b0f498f8dd0987c3eb/jetified-appcenter-crashes-2.5.0/proguard.txt # The following options are set by default. # Make sure they are always set, even if the default proguard config changes. -dontskipnonpubliclibraryclasses -verbose # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/b910211b1bbf91b0f498f8dd0987c3eb/jetified-appcenter-crashes-2.5.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/bd2e9b8aa29b574a4e20e1c0ced32c38/jetified-appcenter-2.5.0/proguard.txt # The following options are set by default. # Make sure they are always set, even if the default proguard config changes. -dontskipnonpubliclibraryclasses -verbose -keepclasseswithmembers class * implements com.microsoft.appcenter.AppCenterService { public static ** getInstance(); } -keepclassmembers class * implements javax.net.ssl.SSLSocketFactory { private final javax.net.ssl.SSLSocketFactory delegate; } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/bd2e9b8aa29b574a4e20e1c0ced32c38/jetified-appcenter-2.5.0/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/0edfc89ee62f21f8e885a3918a16f1ae/rules/lib/META-INF/proguard/rxjava2.pro -dontwarn java.util.concurrent.Flow* # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/0edfc89ee62f21f8e885a3918a16f1ae/rules/lib/META-INF/proguard/rxjava2.pro # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/f7933a378356c1f96b7d49958d8908b6/jetified-threetenabp-1.2.1/proguard.txt # Keep class members used for serialization # https://www.guardsquare.com/en/products/proguard/manual/examples#serializable -keepclassmembers class org.threeten.bp.** implements java.io.Serializable { private static final java.io.ObjectStreamField[] serialPersistentFields; private void writeObject(java.io.ObjectOutputStream); private void readObject(java.io.ObjectInputStream); java.lang.Object writeReplace(); java.lang.Object readResolve(); } # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/f7933a378356c1f96b7d49958d8908b6/jetified-threetenabp-1.2.1/proguard.txt # The proguard configuration file for the following section is /Users/user/.gradle/caches/transforms-2/files-2.1/f15ae7bf7be682e8456dd46b7f8cc3bd/jetified-realm-android-library-5.15.0/proguard.txt -keep class io.realm.annotations.RealmModule -keep @io.realm.annotations.RealmModule class * -keep class io.realm.internal.Keep -keep @io.realm.internal.Keep class * { *; } -keep class io.realm.internal.KeepMember -keep @io.realm.internal.KeepMember class * { @io.realm.internal.KeepMember *; } -dontwarn javax.** -dontwarn io.realm.** -keep class io.realm.RealmCollection -keep class io.realm.OrderedRealmCollection -keepclasseswithmembernames class io.realm.** { native <methods>; } -dontnote rx.Observable # It's OK not to exist SyncObjectServerFacade in base library. -dontnote io.realm.internal.SyncObjectServerFacade # End of content from /Users/user/.gradle/caches/transforms-2/files-2.1/f15ae7bf7be682e8456dd46b7f8cc3bd/jetified-realm-android-library-5.15.0/proguard.txt # The proguard configuration file for the following section is <unknown> -ignorewarnings # End of content from <unknown>