unioil-loyalty-rn-app/android/app/build/outputs/mapping/release/configuration.txt

1282 lines
66 KiB
Plaintext

# The proguard configuration file for the following section is C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\android\app\build\intermediates\default_proguard_files\global\proguard-android-optimize.txt-7.4.2
# 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.
# Optimizations: If you don't want to optimize, use the proguard-android.txt configuration file
# instead of this one, which turns off the optimization flags.
# Adding optimization introduces certain risks, since for example not all optimizations performed by
# ProGuard works on all versions of Dalvik. The following flags turn off various optimizations
# known to have issues, but the list may not be complete or up to date. (The "arithmetic"
# optimization can be used if you are only targeting Android 2.0 or later.) Make sure you test
# thoroughly if you go this route.
-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
-optimizationpasses 5
-allowaccessmodification
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-verbose
# Preserve some attributes that may be required for reflection.
-keepattributes AnnotationDefault,
EnclosingMethod,
InnerClasses,
RuntimeVisibleAnnotations,
RuntimeVisibleParameterAnnotations,
RuntimeVisibleTypeAnnotations,
Signature
-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 <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;
}
# 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 C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\android\app\build\intermediates\default_proguard_files\global\proguard-android-optimize.txt-7.4.2
# The proguard configuration file for the following section is C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\android\app\proguard-rules.pro
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /usr/local/Cellar/android-sdk/24.3.3/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 MainApplication class to prevent crashes
-keep class com.project.yondu.unioilloyaltyapp.MainApplication { *; }
-keep class com.facebook.react.ReactNativeHost { *; }
# Add any project specific keep options here:
-keep class com.facebook.react.turbomodule.** { *; }
# Keep React Native core classes
-keep class com.facebook.react.** { *; }
-keep class com.facebook.jni.** { *; }
# Additional rules for React Native 0.72.5
-keep class com.facebook.react.turbomodule.core.** { *; }
-keep class com.facebook.react.bridgeless.** { *; }
-keep class com.facebook.react.runtime.** { *; }
-keep class com.facebook.react.defaults.** { *; }
-keep class com.facebook.react.reactnativejni.** { *; }
# Keep SSL Certificate Pinning
-keep class okhttp3.CertificatePinner { *; }
-keep class okhttp3.CertificatePinner$* { *; }
-keep class okhttp3.internal.tls.** { *; }
-keep class okhttp3.internal.connection.** { *; }
-keep class okhttp3.internal.http.** { *; }
-keep class okhttp3.internal.platform.** { *; }
# Keep OkHttp classes - Enhanced for newer versions
-keepattributes Signature
-keepattributes *Annotation*
-keep class okhttp3.** { *; }
-keep interface okhttp3.** { *; }
-dontwarn okhttp3.**
-dontwarn okio.**
-dontwarn javax.annotation.**
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**
# Keep Retrofit classes
-keep class retrofit2.** { *; }
-keepattributes Exceptions
-dontwarn retrofit2.**
-keepclasseswithmembers class * {
@retrofit2.http.* <methods>;
}
# Keep Gson (if used)
-keep class com.google.gson.** { *; }
-keep class * implements com.google.gson.TypeAdapterFactory
-keep class * implements com.google.gson.JsonSerializer
-keep class * implements com.google.gson.JsonDeserializer
-dontwarn com.google.gson.**
# Keep Jackson (if used)
-keep class com.fasterxml.jackson.** { *; }
-dontwarn com.fasterxml.jackson.**
# Keep Moshi (if used)
-keep class com.squareup.moshi.** { *; }
-dontwarn com.squareup.moshi.**
# For Native Stack - React Navigation
-keep class com.swmansion.** { *; }
-dontwarn com.swmansion.**
# Keep ReactNative Gesture Handler
-keep class com.swmansion.gesturehandler.** { *; }
-dontwarn com.swmansion.gesturehandler.**
# Keep Reanimated (if used)
-keep class com.swmansion.reanimated.** { *; }
-dontwarn com.swmansion.reanimated.**
# Keep React Native async storage (if used)
-keep class com.reactnativecommunity.asyncstorage.** { *; }
-dontwarn com.reactnativecommunity.asyncstorage.**
# Keep JSON serialization classes
-keepclassmembers class * {
@com.google.gson.annotations.SerializedName <fields>;
}
# Keep annotations
-keepattributes *Annotation*
# Don't strip native method names (important for JNI)
-keepclasseswithmembers class * {
native <methods>;
}
# Keep SSL classes
-keep class javax.net.ssl.** { *; }
-keep class org.apache.http.** { *; }
-dontwarn javax.net.ssl.**
-dontwarn org.apache.http.**
# Keep all @Keep annotated classes
-keep @androidx.annotation.Keep class * { *; }
# Keep all Parcelable implementations
-keep class * implements android.os.Parcelable { *; }
-keep class * implements java.io.Serializable { *; }
# Prevent issues with reflection (used by some libraries)
-keepattributes InnerClasses
-keepattributes *Annotation*
-keep class **.R$* { *; }
-keep class **.BuildConfig { *; }
# Keep WorkManager and background processing
-keep class androidx.work.** { *; }
-dontwarn androidx.work.**
# Keep for Firebase (if used)
-keep class com.google.firebase.** { *; }
-dontwarn com.google.firebase.**
-keep class com.google.android.gms.** { *; }
-dontwarn com.google.android.gms.**
# Keep native base (if using)
-dontwarn com.nativebase.**
# Prevent stripping React Native network modules
-keep class com.facebook.react.modules.network.** { *; }
-keep class com.facebook.react.modules.websocket.** { *; }
-keep class com.facebook.react.modules.core.** { *; }
-keep class com.facebook.react.modules.fresco.** { *; }
-keep class com.facebook.react.modules.i18nmanager.** { *; }
-keep class com.facebook.react.modules.blob.** { *; }
-keep class com.facebook.react.modules.systeminfo.** { *; }
-keep class com.facebook.react.animated.** { *; }
# Additional rules for React Native 0.72.5
# React Native's New Architecture
-keep class com.facebook.react.fabric.** { *; }
-keep class com.facebook.react.bridgeless.** { *; }
# For React Native JSI
-keep class com.facebook.jsi.** { *; }
-keep class com.facebook.react.jscexecutor.** { *; }
# Hermes
-keep class com.facebook.hermes.** { *; }
-keep class com.facebook.hermes.unicode.** { *; }
# Keep Yoga layout engine
-keep class com.facebook.yoga.** { *; }
# Keep for React Native 0.72.5 internal classes
-keep class com.facebook.react.internal.** { *; }
-keep class com.facebook.react.packagerconnection.** { *; }
# Keep for networking exceptions and debug
-keep class com.facebook.react.networking.** { *; }
# Keep for WebView JS bridge
-keepattributes JavascriptInterface
-keep class * extends com.facebook.react.bridge.JavaScriptModule { *; }
-keep class * extends com.facebook.react.bridge.NativeModule { *; }
-keepclassmembers,includedescriptorclasses class * { native <methods>; }
# Keep for runtime type checking
-keepattributes RuntimeVisible*Annotations
-keepattributes EnclosingMethod
# Keep React Native JS modules
-keep class com.facebook.react.bridge.** { *; }
-keep class com.facebook.react.uimanager.** { *; }
-keep class com.facebook.react.views.** { *; }
-keep class com.facebook.react.devsupport.** { *; }
# Keep for NativeModules that communicate with JS
-keepclassmembers class * { @com.facebook.react.bridge.ReactMethod <methods>; }
-keepclassmembers class * { @com.facebook.react.uimanager.annotations.ReactProp <methods>; }
# End of content from C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\android\app\proguard-rules.pro
# The proguard configuration file for the following section is C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\android\app\build\intermediates\aapt_proguard_file\release\aapt_rules.txt
-keep class androidx.core.app.CoreComponentFactory { <init>(); }
-keep class androidx.room.MultiInstanceInvalidationService { <init>(); }
-keep class androidx.startup.InitializationProvider { <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.ReactNativeBlobUtil.Utils.FileProvider { <init>(); }
-keep class com.dieam.reactnativepushnotification.modules.RNPushNotificationBootEventReceiver { <init>(); }
-keep class com.facebook.react.devsupport.DevSettingsActivity { <init>(); }
-keep class com.github.dhaval2404.imagepicker.ImagePickerActivity { <init>(); }
-keep class com.github.dhaval2404.imagepicker.ImagePickerFileProvider { <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.gms.maps.MapView { <init>(); }
-keep class com.google.android.gms.measurement.AppMeasurementJobService { <init>(); }
-keep class com.google.android.gms.measurement.AppMeasurementReceiver { <init>(); }
-keep class com.google.android.gms.measurement.AppMeasurementService { <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.imagepicker.ImagePickerProvider { <init>(); }
-keep class com.masteratul.exceptionhandler.DefaultErrorScreen { <init>(); }
-keep class com.project.yondu.unioilloyaltyapp.MainActivity { <init>(); }
-keep class com.project.yondu.unioilloyaltyapp.MainApplication { <init>(); }
-keep class com.reactnativecommunity.webview.RNCWebViewFileProvider { <init>(); }
-keep class com.yalantis.ucrop.UCropActivity { <init>(); }
-keep class io.invertase.firebase.app.ReactNativeFirebaseAppInitProvider { <init>(); }
-keep class io.invertase.firebase.messaging.ReactNativeFirebaseMessagingHeadlessService { <init>(); }
-keep class io.invertase.firebase.messaging.ReactNativeFirebaseMessagingReceiver { <init>(); }
-keep class io.invertase.firebase.messaging.ReactNativeFirebaseMessagingService { <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.AppCompatImageView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class androidx.appcompat.widget.AppCompatTextView { <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$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.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.recyclerview.widget.RecyclerView { <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.button.MaterialButton { <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.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.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.henninghall.date_picker.pickers.AndroidNative { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.henninghall.date_picker.pickers.IosClone { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.GestureCropImageView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.OverlayView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.UCropView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.widget.AspectRatioTextView { <init>(android.content.Context, android.util.AttributeSet); }
-keep class com.yalantis.ucrop.view.widget.HorizontalProgressWheelView { <init>(android.content.Context, android.util.AttributeSet); }
# End of content from C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\android\app\build\intermediates\aapt_proguard_file\release\aapt_rules.txt
# The proguard configuration file for the following section is C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\node_modules\react-native-reanimated\android\build\intermediates\consumer_proguard_dir\release\lib0\proguard.txt
-keep class com.swmansion.reanimated.** { *; }
-keep class com.facebook.react.turbomodule.** { *; }
# End of content from C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\node_modules\react-native-reanimated\android\build\intermediates\consumer_proguard_dir\release\lib0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\node_modules\react-native-svg\android\build\intermediates\consumer_proguard_dir\release\lib0\proguard.txt
-keep public class com.horcrux.svg.** {*;}
# End of content from C:\Users\lenovo\unioil-loyalty-rn-app-ios-and-android\node_modules\react-native-svg\android\build\intermediates\consumer_proguard_dir\release\lib0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\dd1c5aa928a272d129861eb4d94a42d9\transformed\jetified-react-android-0.72.5-release\proguard.txt
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /usr/local/Cellar/android-sdk/24.3.3/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:
# Disabling obfuscation is useful if you collect stack traces from production crashes
# (unless you are using a system that supports de-obfuscate the stack traces).
# -dontobfuscate
# React Native
# Keep our interfaces so they can be used by other ProGuard rules.
# See http://sourceforge.net/p/proguard/bugs/466/
-keep,allowobfuscation @interface com.facebook.proguard.annotations.DoNotStrip
-keep,allowobfuscation @interface com.facebook.proguard.annotations.KeepGettersAndSetters
# Do not strip any method/class that is annotated with @DoNotStrip
-keep @com.facebook.proguard.annotations.DoNotStrip class *
-keepclassmembers class * {
@com.facebook.proguard.annotations.DoNotStrip *;
}
-keep @com.facebook.proguard.annotations.DoNotStripAny class * {
*;
}
-keepclassmembers @com.facebook.proguard.annotations.KeepGettersAndSetters class * {
void set*(***);
*** get*();
}
-keep class * implements com.facebook.react.bridge.JavaScriptModule { *; }
-keep class * implements com.facebook.react.bridge.NativeModule { *; }
-keepclassmembers,includedescriptorclasses class * { native <methods>; }
-keepclassmembers class * { @com.facebook.react.uimanager.annotations.ReactProp <methods>; }
-keepclassmembers class * { @com.facebook.react.uimanager.annotations.ReactPropGroup <methods>; }
-dontwarn com.facebook.react.**
-keep,includedescriptorclasses class com.facebook.react.bridge.** { *; }
-keep,includedescriptorclasses class com.facebook.react.turbomodule.core.** { *; }
# hermes
-keep class com.facebook.jni.** { *; }
# okio
-keep class sun.misc.Unsafe { *; }
-dontwarn java.nio.file.*
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
-dontwarn okio.**
# yoga
-keep,allowobfuscation @interface com.facebook.yoga.annotations.DoNotStrip
-keep @com.facebook.yoga.annotations.DoNotStrip class *
-keepclassmembers class * {
@com.facebook.yoga.annotations.DoNotStrip *;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\dd1c5aa928a272d129861eb4d94a42d9\transformed\jetified-react-android-0.72.5-release\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\d14eaac33568483d35ae8178d60c4f4f\transformed\material-1.1.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 <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.
# MaterialComponentsViewInflater inflates Material Components rather than their AppCompat counterparts.
-keep class com.google.android.material.theme.MaterialComponentsViewInflater { *; }
# 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 C:\Users\lenovo\.gradle\caches\transforms-3\d14eaac33568483d35ae8178d60c4f4f\transformed\material-1.1.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\d9ca7cf7d116bbcb379bd8113c67c9bd\transformed\appcompat-1.6.1\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>(...); }
# Never inline methods, but allow shrinking and obfuscation.
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper$Impl* {
<methods>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\d9ca7cf7d116bbcb379bd8113c67c9bd\transformed\appcompat-1.6.1\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\877d1c8a5857a8171d4bd0e75bd6d158\transformed\jetified-play-services-auth-base-18.0.4\proguard.txt
# We keep all fields for every generated proto file as the runtime uses
# reflection over them that ProGuard cannot detect. Without this keep
# rule, fields may be removed that would cause runtime failures.
-keepclassmembers class * extends com.google.android.gms.internal.auth.zzeu {
<fields>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\877d1c8a5857a8171d4bd0e75bd6d158\transformed\jetified-play-services-auth-base-18.0.4\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\671ca56ab35a0ee5780b35099e9a41cc\transformed\jetified-play-services-fido-20.0.1\proguard.txt
# Methods enable and disable in this class are complained as unresolved
# references, but they are system APIs and are not used by Fido client apps.
-dontwarn android.nfc.NfcAdapter
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\671ca56ab35a0ee5780b35099e9a41cc\transformed\jetified-play-services-fido-20.0.1\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\b2f98810bf9aa8d5c038b4f14b20c85b\transformed\jetified-play-services-base-18.1.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 C:\Users\lenovo\.gradle\caches\transforms-3\b2f98810bf9aa8d5c038b4f14b20c85b\transformed\jetified-play-services-base-18.1.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\7c5449fb69da11842ca27dfdbcadfef5\transformed\jetified-play-services-measurement-api-21.3.0\proguard.txt
# Can be removed once we pull in a dependency on firebase-common that includes
# https://github.com/firebase/firebase-android-sdk/pull/1472/commits/856f1ca1151cdd88679bbc778892f23dfa34fc06#diff-a2ed34b5a38b4c6c686b09e54865eb48
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.AutoValue$Builder
# We keep all fields for every generated proto file as the runtime uses
# reflection over them that ProGuard cannot detect. Without this keep
# rule, fields may be removed that would cause runtime failures.
-keepclassmembers class * extends com.google.android.gms.internal.measurement.zzlb {
<fields>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\7c5449fb69da11842ca27dfdbcadfef5\transformed\jetified-play-services-measurement-api-21.3.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\fb54686d55d6976e239f61dfa8c2f66d\transformed\jetified-firebase-common-20.3.3\proguard.txt
-dontwarn com.google.firebase.platforminfo.KotlinDetector
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.AutoValue$Builder
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\fb54686d55d6976e239f61dfa8c2f66d\transformed\jetified-firebase-common-20.3.3\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\c4587ad5ddfb94b8c9ebc30eae7838f2\transformed\jetified-play-services-tasks-18.0.2\proguard.txt
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\c4587ad5ddfb94b8c9ebc30eae7838f2\transformed\jetified-play-services-tasks-18.0.2\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\e35fc3104a2514ec986c77df955cfa47\transformed\jetified-play-services-measurement-21.3.0\proguard.txt
# We keep all fields for every generated proto file as the runtime uses
# reflection over them that ProGuard cannot detect. Without this keep
# rule, fields may be removed that would cause runtime failures.
-keepclassmembers class * extends com.google.android.gms.internal.measurement.zzlb {
<fields>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\e35fc3104a2514ec986c77df955cfa47\transformed\jetified-play-services-measurement-21.3.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\c40eba4663c40416e8d535c752d14573\transformed\jetified-play-services-measurement-sdk-21.3.0\proguard.txt
# We keep all fields for every generated proto file as the runtime uses
# reflection over them that ProGuard cannot detect. Without this keep
# rule, fields may be removed that would cause runtime failures.
-keepclassmembers class * extends com.google.android.gms.internal.measurement.zzlb {
<fields>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\c40eba4663c40416e8d535c752d14573\transformed\jetified-play-services-measurement-sdk-21.3.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\9667105f15252c85f962ff3cedbfc273\transformed\jetified-play-services-measurement-impl-21.3.0\proguard.txt
# We keep all fields for every generated proto file as the runtime uses
# reflection over them that ProGuard cannot detect. Without this keep
# rule, fields may be removed that would cause runtime failures.
-keepclassmembers class * extends com.google.android.gms.internal.measurement.zzlb {
<fields>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\9667105f15252c85f962ff3cedbfc273\transformed\jetified-play-services-measurement-impl-21.3.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\5106033d2803efc03374d0abdf5dbd20\transformed\jetified-play-services-measurement-sdk-api-21.3.0\proguard.txt
# We keep all fields for every generated proto file as the runtime uses
# reflection over them that ProGuard cannot detect. Without this keep
# rule, fields may be removed that would cause runtime failures.
-keepclassmembers class * extends com.google.android.gms.internal.measurement.zzlb {
<fields>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\5106033d2803efc03374d0abdf5dbd20\transformed\jetified-play-services-measurement-sdk-api-21.3.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\b1a5fcd5881c0043005e74fa6263a46b\transformed\jetified-play-services-measurement-base-21.3.0\proguard.txt
# We keep all fields for every generated proto file as the runtime uses
# reflection over them that ProGuard cannot detect. Without this keep
# rule, fields may be removed that would cause runtime failures.
-keepclassmembers class * extends com.google.android.gms.internal.measurement.zzlb {
<fields>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\b1a5fcd5881c0043005e74fa6263a46b\transformed\jetified-play-services-measurement-base-21.3.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\554e1ef1d1a70a82c15b3b4e6f5d6f63\transformed\jetified-play-services-basement-18.2.0\proguard.txt
# 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
# Annotations used during internal SDK shrinking.
-dontwarn com.google.android.apps.common.proguard.UsedBy*
-dontwarn com.google.android.apps.common.proguard.SideEffectFree
# Annotations referenced by the SDK but whose definitions are contained in
# non-required dependencies.
-dontwarn javax.annotation.**
-dontwarn org.checkerframework.**
-dontwarn com.google.errorprone.annotations.**
-dontwarn org.jspecify.nullness.NullMarked
# 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 android.support.annotation.Keep
-keep @androidx.annotation.Keep class *
-keepclasseswithmembers class * {
@androidx.annotation.Keep <fields>;
}
-keepclasseswithmembers class * {
@androidx.annotation.Keep <methods>;
}
# Keep androidX equivalent of above android.support to allow Jetification.
-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>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\554e1ef1d1a70a82c15b3b4e6f5d6f63\transformed\jetified-play-services-basement-18.2.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\19ab039f12771462a378bd67e1ef4210\transformed\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 <init>();
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\19ab039f12771462a378bd67e1ef4210\transformed\fragment-1.3.6\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\676941e3c5b80351fd5f505d2bdf03af\transformed\work-runtime-2.7.1\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 C:\Users\lenovo\.gradle\caches\transforms-3\676941e3c5b80351fd5f505d2bdf03af\transformed\work-runtime-2.7.1\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\0fc2bf55a1abb09cfb9afec142bab999\transformed\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 C:\Users\lenovo\.gradle\caches\transforms-3\0fc2bf55a1abb09cfb9afec142bab999\transformed\coordinatorlayout-1.1.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\d1a4c6ea711d796d4b3acd5adb9579a8\transformed\webkit-1.4.0\proguard.txt
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# We need to avoid obfuscating the support library boundary interface because
# this API is shared with the Android Support Library.
# Note that we only 'keep' the package org.chromium.support_lib_boundary itself,
# any sub-packages of that package can still be obfuscated.
-keep public class org.chromium.support_lib_boundary.* { public *; }
# 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.
# Prevent WebViewClientCompat from being renamed, since chromium depends on this name.
-keepnames public class androidx.webkit.WebViewClientCompat
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\d1a4c6ea711d796d4b3acd5adb9579a8\transformed\webkit-1.4.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\c477e47615e0055df41678bd70b6001f\transformed\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\lenovo\.gradle\caches\transforms-3\c477e47615e0055df41678bd70b6001f\transformed\vectordrawable-animated-1.1.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\52d1464d97b46d8b7178664c615ea45e\transformed\recyclerview-1.1.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.
# 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 C:\Users\lenovo\.gradle\caches\transforms-3\52d1464d97b46d8b7178664c615ea45e\transformed\recyclerview-1.1.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\240ba461403eb593ca3c59fb0fca9cb4\transformed\transition-1.2.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\lenovo\.gradle\caches\transforms-3\240ba461403eb593ca3c59fb0fca9cb4\transformed\transition-1.2.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\b4c3f05e3257a2e8aed1c5e14e6024dd\transformed\core-1.9.0\proguard.txt
# Never inline methods, but allow shrinking and obfuscation.
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
<methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
<methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
<methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
<methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl {
<methods>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\b4c3f05e3257a2e8aed1c5e14e6024dd\transformed\core-1.9.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\dc83fa14a15aa3da078d41227501ba39\transformed\lifecycle-viewmodel-2.5.1\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 C:\Users\lenovo\.gradle\caches\transforms-3\dc83fa14a15aa3da078d41227501ba39\transformed\lifecycle-viewmodel-2.5.1\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\ffee452b8290b1115c59a3108650ab0c\transformed\jetified-lifecycle-viewmodel-savedstate-2.5.1\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 C:\Users\lenovo\.gradle\caches\transforms-3\ffee452b8290b1115c59a3108650ab0c\transformed\jetified-lifecycle-viewmodel-savedstate-2.5.1\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\744cbd1424713c464acd3b0bd270d739\transformed\jetified-transport-backend-cct-3.1.8\proguard.txt
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.AutoValue$Builder
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\744cbd1424713c464acd3b0bd270d739\transformed\jetified-transport-backend-cct-3.1.8\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\79e0d124bed134f5bb2c737c9f261398\transformed\jetified-firebase-encoders-json-18.0.0\proguard.txt
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\79e0d124bed134f5bb2c737c9f261398\transformed\jetified-firebase-encoders-json-18.0.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\044d4f52f973047d7e022a07893c062d\transformed\jetified-lifecycle-process-2.4.1\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\lenovo\.gradle\caches\transforms-3\044d4f52f973047d7e022a07893c062d\transformed\jetified-lifecycle-process-2.4.1\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\2f4a7b7b8389451483dc29404b191565\transformed\jetified-startup-runtime-1.1.1\proguard.txt
# It's important that we preserve initializer names, given they are used in the AndroidManifest.xml.
-keepnames class * extends androidx.startup.Initializer
# These Proguard rules ensures that ComponentInitializers are are neither shrunk nor obfuscated,
# and are a part of the primary dex file. This is because they are discovered and instantiated
# during application startup.
-keep class * extends androidx.startup.Initializer {
# Keep the public no-argument constructor while allowing other methods to be optimized.
<init>();
}
-assumenosideeffects class androidx.startup.StartupLogger { public static <methods>; }
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\2f4a7b7b8389451483dc29404b191565\transformed\jetified-startup-runtime-1.1.1\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\1999f8730e748d2fd0a228dde4ad047b\transformed\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\lenovo\.gradle\caches\transforms-3\1999f8730e748d2fd0a228dde4ad047b\transformed\rules\lib\META-INF\proguard\okhttp3.pro
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\06df98ecacbe986ec73c8fe306d59d67\transformed\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 C:\Users\lenovo\.gradle\caches\transforms-3\06df98ecacbe986ec73c8fe306d59d67\transformed\rules\lib\META-INF\proguard\okio.pro
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\891301d6a0a18b05ec82242e71bc1619\transformed\jetified-firebase-components-17.1.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
-keep,allowshrinking interface com.google.firebase.components.ComponentRegistrar
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\891301d6a0a18b05ec82242e71bc1619\transformed\jetified-firebase-components-17.1.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\c26a699cca233e1c0d8149ce3bcb006e\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro
# When editing this file, update the following files as well:
# - META-INF/proguard/coroutines.pro
# - META-INF/com.android.tools/proguard/coroutines.pro
# Most of volatile fields are updated with AFU and should not be mangled
-keepclassmembers class kotlinx.coroutines.** {
volatile <fields>;
}
# Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater
-keepclassmembers class kotlin.coroutines.SafeContinuation {
volatile <fields>;
}
# These classes are only required by kotlinx.coroutines.debug.AgentPremain, which is only loaded when
# kotlinx-coroutines-core is used as a Java agent, so these are not needed in contexts where ProGuard is used.
-dontwarn java.lang.instrument.ClassFileTransformer
-dontwarn sun.misc.SignalHandler
-dontwarn java.lang.instrument.Instrumentation
-dontwarn sun.misc.Signal
# Only used in `kotlinx.coroutines.internal.ExceptionsConstructor`.
# The case when it is not available is hidden in a `try`-`catch`, as well as a check for Android.
-dontwarn java.lang.ClassValue
# An annotation used for build tooling, won't be directly accessed.
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\c26a699cca233e1c0d8149ce3bcb006e\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\ed2b91aa1d7f42a1d7afddecf4ff7314\transformed\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;
}
-keep class kotlinx.coroutines.android.AndroidDispatcherFactory {*;}
# 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\lenovo\.gradle\caches\transforms-3\ed2b91aa1d7f42a1d7afddecf4ff7314\transformed\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\lenovo\.gradle\caches\transforms-3\c43f44622e0095abd316d671e97ebbd7\transformed\jetified-savedstate-1.2.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 C:\Users\lenovo\.gradle\caches\transforms-3\c43f44622e0095abd316d671e97ebbd7\transformed\jetified-savedstate-1.2.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\479e1b30dfc3ba0f2c3536239ecb3cb2\transformed\lifecycle-runtime-2.5.1\proguard.txt
-keepattributes AnnotationDefault,
RuntimeVisibleAnnotations,
RuntimeVisibleParameterAnnotations,
RuntimeVisibleTypeAnnotations
-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
# Also this rule prevents registerIn from being inlined.
-keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; }
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\479e1b30dfc3ba0f2c3536239ecb3cb2\transformed\lifecycle-runtime-2.5.1\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\dc2a1263cfd3d6879871426092e889de\transformed\room-runtime-2.2.5\proguard.txt
-keep class * extends androidx.room.RoomDatabase
-dontwarn androidx.room.paging.**
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\dc2a1263cfd3d6879871426092e889de\transformed\room-runtime-2.2.5\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\7d8645bb206e31f0f9d1afb71467e04b\transformed\jetified-transport-api-3.0.0\proguard.txt
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.AutoValue$Builder
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\7d8645bb206e31f0f9d1afb71467e04b\transformed\jetified-transport-api-3.0.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\b3f64cb13f8f87abf86c200bb64559a0\transformed\versionedparcelable-1.1.1\proguard.txt
-keep 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\lenovo\.gradle\caches\transforms-3\b3f64cb13f8f87abf86c200bb64559a0\transformed\versionedparcelable-1.1.1\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\dfdd7918317f705675b28756011e3bf2\transformed\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>(...);
}
-keepclassmembers,allowobfuscation class * {
@androidx.annotation.DoNotInline <methods>;
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\dfdd7918317f705675b28756011e3bf2\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\87b4765026c42c25cbfbac9997ce4975\transformed\jetified-fbcore-2.5.0\proguard.txt
# Keep our interfaces so they can be used by other ProGuard rules.
# See http://sourceforge.net/p/proguard/bugs/466/
-keep,allowobfuscation @interface com.facebook.common.internal.DoNotStrip
-keep,allowobfuscation @interface com.facebook.soloader.DoNotOptimize
# Do not strip any method/class that is annotated with @DoNotStrip
-keep @com.facebook.common.internal.DoNotStrip class *
-keepclassmembers class * {
@com.facebook.common.internal.DoNotStrip *;
}
# Do not strip any method/class that is annotated with @DoNotOptimize
-keep @com.facebook.soloader.DoNotOptimize class *
-keepclassmembers class * {
@com.facebook.soloader.DoNotOptimize *;
}
# Keep native methods
-keepclassmembers class com.facebook.** {
native <methods>;
}
# Do not strip SoLoader class and init method
-keep public class com.facebook.soloader.SoLoader {
public static void init(android.content.Context, int);
}
-dontwarn okio.**
-dontwarn com.squareup.okhttp.**
-dontwarn okhttp3.**
-dontwarn javax.annotation.**
-dontwarn com.android.volley.toolbox.**
-dontwarn com.facebook.infer.**
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\87b4765026c42c25cbfbac9997ce4975\transformed\jetified-fbcore-2.5.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\e06eec68bb75bf7543331f7961c85a29\transformed\jetified-time4j-android-4.8-2021a\proguard.txt
-useuniqueclassmembernames
-keep class net.time4j.android.spi.AndroidResourceLoader
-keepnames class net.time4j.tz.olson.AFRICA
-keepnames class net.time4j.tz.olson.AMERICA
-keepnames class net.time4j.tz.olson.AMERICA$ARGENTINA
-keepnames class net.time4j.tz.olson.AMERICA$INDIANA
-keepnames class net.time4j.tz.olson.AMERICA$KENTUCKY
-keepnames class net.time4j.tz.olson.AMERICA$NORTH_DAKOTA
-keepnames class net.time4j.tz.olson.ANTARCTICA
-keepnames class net.time4j.tz.olson.ASIA
-keepnames class net.time4j.tz.olson.ATLANTIC
-keepnames class net.time4j.tz.olson.AUSTRALIA
-keepnames class net.time4j.tz.olson.EUROPE
-keepnames class net.time4j.tz.olson.INDIAN
-keepnames class net.time4j.tz.olson.PACIFIC
-keep class net.time4j.SPX
-keep class net.time4j.tz.SPX
-keep class net.time4j.tz.model.SPX
-keepnames class net.time4j.calendar.ChineseCalendar$SPX
-keepnames class net.time4j.calendar.CopticCalendar$SPX
-keepnames class net.time4j.calendar.EthiopianCalendar$SPX
-keepnames class net.time4j.calendar.EthiopianTime$SPX
-keepnames class net.time4j.calendar.HebrewCalendar$SPX
-keepnames class net.time4j.calendar.HebrewTime$SPX
-keepnames class net.time4j.calendar.HijriCalendar$SPX
-keepnames class net.time4j.calendar.HistoricCalendar$SPX
-keepnames class net.time4j.calendar.IndianCalendar$SPX
-keepnames class net.time4j.calendar.JapaneseCalendar$SPX
-keepnames class net.time4j.calendar.JucheCalendar$SPX
-keepnames class net.time4j.calendar.JulianCalendar$SPX
-keepnames class net.time4j.calendar.KoreanCalendar$SPX
-keepnames class net.time4j.calendar.MinguoCalendar$SPX
-keepnames class net.time4j.calendar.PersianCalendar$SPX
-keepnames class net.time4j.calendar.ThaiSolarCalendar$SPX
-keepnames class net.time4j.calendar.VietnameseCalendar$SPX
-keepnames class net.time4j.calendar.bahai.SPX
-keepnames class net.time4j.calendar.frenchrev.SPX
-keepnames class net.time4j.calendar.hindu.SPX
-keepnames class net.time4j.history.SPX
-keepclassmembers class net.time4j.** implements java.io.Serializable {
static final long serialVersionUID;
!static !transient <fields>;
private void writeObject(java.io.ObjectOutputStream);
private void readObject(java.io.ObjectInputStream);
java.lang.Object writeReplace();
java.lang.Object readResolve();
}
-keepclassmembers class **.SPX implements java.io.Externalizable {
static final long serialVersionUID;
<init>();
public void writeExternal(java.io.ObjectOutput);
public void readExternal(java.io.ObjectInput);
java.lang.Object readResolve();
}
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\e06eec68bb75bf7543331f7961c85a29\transformed\jetified-time4j-android-4.8-2021a\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\3d348822ee1422b73427e989e455ac0a\transformed\jetified-android-maps-utils-3.4.0\proguard.txt
# End of content from C:\Users\lenovo\.gradle\caches\transforms-3\3d348822ee1422b73427e989e455ac0a\transformed\jetified-android-maps-utils-3.4.0\proguard.txt
# The proguard configuration file for the following section is C:\Users\lenovo\.gradle\caches\transforms-3\0d515e15312d85521d8e2eea8ca91d26\transformed\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 C:\Users\lenovo\.gradle\caches\transforms-3\0d515e15312d85521d8e2eea8ca91d26\transformed\jetified-ShortcutBadger-1.1.22\proguard.txt
# The proguard configuration file for the following section is <unknown>
-ignorewarnings
# End of content from <unknown>