# The proguard configuration file for the following section is /Users/zsq/code/flutter-tms/build/app/intermediates/default_proguard_files/global/proguard-android.txt-7.1.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. # 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 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 ; } # Keep setters in Views so that animations can still work. -keepclassmembers public class * extends android.view.View { void set*(***); *** get*(); } # We want to keep methods in Activity that could be used in the XML attribute onClick. -keepclassmembers class * extends android.app.Activity { public void *(android.view.View); } # For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations -keepclassmembers enum * { public static **[] values(); public static ** valueOf(java.lang.String); } -keepclassmembers class * implements android.os.Parcelable { public static final ** CREATOR; } # Preserve annotated Javascript interface methods. -keepclassmembers class * { @android.webkit.JavascriptInterface ; } # The support libraries contains references to newer platform versions. # Don't warn about those in case this app is linking against an older # platform version. We know about them, and they are safe. -dontnote android.support.** -dontnote androidx.** -dontwarn android.support.** -dontwarn androidx.** # This class is deprecated, but remains for backward compatibility. -dontwarn android.util.FloatMath # Understand the @Keep support annotation. -keep class android.support.annotation.Keep -keep class androidx.annotation.Keep -keep @android.support.annotation.Keep class * {*;} -keep @androidx.annotation.Keep class * {*;} -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.annotation.Keep (...); } -keepclasseswithmembers class * { @androidx.annotation.Keep (...); } # These classes are duplicated between android.jar and org.apache.http.legacy.jar. -dontnote org.apache.http.** -dontnote android.net.http.** # These classes are duplicated between android.jar and core-lambda-stubs.jar. -dontnote java.lang.invoke.** # End of content from /Users/zsq/code/flutter-tms/build/app/intermediates/default_proguard_files/global/proguard-android.txt-7.1.2 # The proguard configuration file for the following section is /Users/zsq/sdk/flutter/packages/flutter_tools/gradle/flutter_proguard_rules.pro # Build the ephemeral app in a module project. # Prevents: Warning: library class depends on program class io.flutter.plugin.** # This is due to plugins (libraries) depending on the embedding (the program jar) -dontwarn io.flutter.plugin.** # The android.** package is provided by the OS at runtime. -dontwarn android.** # End of content from /Users/zsq/sdk/flutter/packages/flutter_tools/gradle/flutter_proguard_rules.pro # The proguard configuration file for the following section is /Users/zsq/code/flutter-tms/build/app/intermediates/aapt_proguard_file/release/aapt_rules.txt -keep class android.app.Application { (); } -keep class androidx.core.app.CoreComponentFactory { (); } -keep class androidx.room.MultiInstanceInvalidationService { (); } -keep class androidx.startup.InitializationProvider { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver { (); } -keep class androidx.work.impl.background.systemalarm.RescheduleReceiver { (); } -keep class androidx.work.impl.background.systemalarm.SystemAlarmService { (); } -keep class androidx.work.impl.background.systemjob.SystemJobService { (); } -keep class androidx.work.impl.diagnostics.DiagnosticsReceiver { (); } -keep class androidx.work.impl.foreground.SystemForegroundService { (); } -keep class androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver { (); } -keep class com.bbflight.background_downloader.NotificationRcvr { (); } -keep class com.bbflight.background_downloader.OpenFileProvider { (); } -keep class com.google.android.gms.common.api.GoogleApiActivity { (); } -keep class com.lyokone.location.FlutterLocationService { (); } -keep class com.twyford.tms_flutter.MainActivity { (); } -keep class com.zaihui.installplugin.InstallFileProvider { (); } -keep class de.mintware.barcode_scan.BarcodeScannerActivity { (); } -keep class pub.devrel.easypermissions.AppSettingsDialogHolderActivity { (); } -keep class android.widget.Space { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.app.AlertController$RecycleListView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ActionMenuItemView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ExpandedMenuView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ListMenuItemView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarContainer { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarContextView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarOverlayLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionMenuView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActivityChooserView$InnerLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.AlertDialogLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ButtonBarLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ContentFrameLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.DialogTitle { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.FitWindowsFrameLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.FitWindowsLinearLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.SearchView$SearchAutoComplete { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.SwitchCompat { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.Toolbar { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ViewStubCompat { (android.content.Context, android.util.AttributeSet); } -keep class androidx.coordinatorlayout.widget.CoordinatorLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.core.widget.NestedScrollView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.preference.UnPressableLinearLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.preference.internal.PreferenceImageView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.recyclerview.widget.RecyclerView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.appbar.MaterialToolbar { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.button.MaterialButton { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.chip.Chip { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.chip.ChipGroup { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.datepicker.MaterialCalendarGridView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.BaselineLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.CheckableImageButton { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.NavigationMenuItemView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.NavigationMenuView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.snackbar.Snackbar$SnackbarLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.snackbar.SnackbarContentLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.textfield.TextInputEditText { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.textfield.TextInputLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.textview.MaterialTextView { (android.content.Context, android.util.AttributeSet); } # End of content from /Users/zsq/code/flutter-tms/build/app/intermediates/aapt_proguard_file/release/aapt_rules.txt # The proguard configuration file for the following section is /Users/zsq/code/flutter-tms/build/barcode_scan2/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # ref: https://github.com/firebase/firebase-android-sdk/blob/master/protolite-well-known-types/proguard-rules.pro # protobuf-javalite has a bug that requires this workaround rule # https://github.com/protocolbuffers/protobuf/issues/6463#issuecomment-553183215 -keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { ; } # End of content from /Users/zsq/code/flutter-tms/build/barcode_scan2/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/fdb87c86ba7d3aecf1c748af4ca798e9/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 ; } # Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater -keepclassmembers class kotlin.coroutines.SafeContinuation { volatile ; } # 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 /Users/zsq/.gradle/caches/transforms-3/fdb87c86ba7d3aecf1c748af4ca798e9/transformed/rules/lib/META-INF/com.android.tools/r8/coroutines.pro # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/12c52fb218a27814dfed4d451d45cd93/transformed/preference-1.2.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. # Preference objects are inflated via reflection -keep public class androidx.preference.Preference { public (android.content.Context, android.util.AttributeSet); } -keep public class * extends androidx.preference.Preference { public (android.content.Context, android.util.AttributeSet); } # End of content from /Users/zsq/.gradle/caches/transforms-3/12c52fb218a27814dfed4d451d45cd93/transformed/preference-1.2.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/e3fe12b213c07803b6c90f2a5996bdac/transformed/jetified-play-services-base-16.0.1/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/zsq/.gradle/caches/transforms-3/e3fe12b213c07803b6c90f2a5996bdac/transformed/jetified-play-services-base-16.0.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/73bae249fad3978a01c1c3ef6ac50601/transformed/jetified-play-services-basement-16.0.1/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 android.support.annotation.Keep -keep @androidx.annotation.Keep class * -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } # 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 ; public ; } # 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/zsq/.gradle/caches/transforms-3/73bae249fad3978a01c1c3ef6ac50601/transformed/jetified-play-services-basement-16.0.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/85d71dc5cfa8b803e7503d22a414fd5e/transformed/jetified-window-1.0.0/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. # A rule that will keep classes that implement SidecarInterface$SidecarCallback if Sidecar seems # be used. See b/157286362 and b/165268619 for details. # TODO(b/208543178) investigate how to pass header jar to R8 so we don't need this rule -if class androidx.window.layout.SidecarCompat { public setExtensionCallback(androidx.window.layout.ExtensionInterfaceCompat$ExtensionCallbackInterface); } -keep class androidx.window.layout.SidecarCompat$TranslatingCallback, androidx.window.layout.SidecarCompat$DistinctSidecarElementCallback { public onDeviceStateChanged(androidx.window.sidecar.SidecarDeviceState); public onWindowLayoutChanged(android.os.IBinder, androidx.window.sidecar.SidecarWindowLayoutInfo); } # End of content from /Users/zsq/.gradle/caches/transforms-3/85d71dc5cfa8b803e7503d22a414fd5e/transformed/jetified-window-1.0.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/e97945cedaae87ec2418f840d3d3eb05/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; } # 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/zsq/.gradle/caches/transforms-3/e97945cedaae87ec2418f840d3d3eb05/transformed/rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/a699dff879c675a097d449cbd0fd0412/transformed/work-runtime-2.8.1/proguard.txt -keep class * extends androidx.work.Worker -keep class * extends androidx.work.InputMerger # Keep all constructors on ListenableWorker, Worker -keep public class * extends androidx.work.ListenableWorker { public (...); } # We need to keep WorkerParameters for the ListenableWorker constructor -keep class androidx.work.WorkerParameters # End of content from /Users/zsq/.gradle/caches/transforms-3/a699dff879c675a097d449cbd0fd0412/transformed/work-runtime-2.8.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/71d35bc3eb5c59aa11c96cff029e7473/transformed/room-runtime-2.5.0/proguard.txt -keep class * extends androidx.room.RoomDatabase -dontwarn androidx.room.paging.** # End of content from /Users/zsq/.gradle/caches/transforms-3/71d35bc3eb5c59aa11c96cff029e7473/transformed/room-runtime-2.5.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/ce9fa91710c335214fb84ec965f11973/transformed/jetified-easypermissions-3.0.0/proguard.txt -keepclassmembers class * { @pub.devrel.easypermissions.AfterPermissionGranted ; } # End of content from /Users/zsq/.gradle/caches/transforms-3/ce9fa91710c335214fb84ec965f11973/transformed/jetified-easypermissions-3.0.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/3f309d61c786a6ac7e0cd91fde40c415/transformed/webkit-1.7.0/proguard.txt # Copyright 2018 The Chromium Authors # 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 # Prevent ProcessGlobalConfig and member sProcessGlobalConfig from being renamed, since chromium # depends on this name. -keepnames public class androidx.webkit.ProcessGlobalConfig { private static final *** sProcessGlobalConfig; } # End of content from /Users/zsq/.gradle/caches/transforms-3/3f309d61c786a6ac7e0cd91fde40c415/transformed/webkit-1.7.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/d3168a926707cc736a4a60a0051a587c/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 (android.content.Context, android.util.AttributeSet); public (); } # 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 /Users/zsq/.gradle/caches/transforms-3/d3168a926707cc736a4a60a0051a587c/transformed/material-1.1.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/4ba51900c798a572a105eb9281e9e62a/transformed/appcompat-1.1.0/proguard.txt # Copyright (C) 2018 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Ensure that reflectively-loaded inflater is not obfuscated. This can be # removed when we stop supporting AAPT1 builds. -keepnames class androidx.appcompat.app.AppCompatViewInflater # aapt is not able to read app::actionViewClass and app:actionProviderClass to produce proguard # keep rules. Add a commonly used SearchView to the keep list until b/109831488 is resolved. -keep class androidx.appcompat.widget.SearchView { (...); } # End of content from /Users/zsq/.gradle/caches/transforms-3/4ba51900c798a572a105eb9281e9e62a/transformed/appcompat-1.1.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/945ed0d740f14b7cd34cfb24660c7220/transformed/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/zsq/.gradle/caches/transforms-3/945ed0d740f14b7cd34cfb24660c7220/transformed/media-1.0.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/76a087563c7a2dfc4fcdb2382bc91c0a/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 (android.content.Context, android.util.AttributeSet); public (); } # Make sure we keep annotations for CoordinatorLayout's DefaultBehavior and ViewPager's DecorView -keepattributes *Annotation* # End of content from /Users/zsq/.gradle/caches/transforms-3/76a087563c7a2dfc4fcdb2382bc91c0a/transformed/coordinatorlayout-1.1.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/940b118929a4f31382381e9a936c5fc1/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 /Users/zsq/.gradle/caches/transforms-3/940b118929a4f31382381e9a936c5fc1/transformed/vectordrawable-animated-1.1.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/46096298b20ef868cddb3dc35e41e7b4/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 (); } # End of content from /Users/zsq/.gradle/caches/transforms-3/46096298b20ef868cddb3dc35e41e7b4/transformed/fragment-1.3.6/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/25b8cae57d49061ff923d3ad60a33b38/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 (android.content.Context, android.util.AttributeSet, int, int); public (); } -keepclassmembers class androidx.recyclerview.widget.RecyclerView { public void suppressLayout(boolean); public boolean isLayoutSuppressed(); } # End of content from /Users/zsq/.gradle/caches/transforms-3/25b8cae57d49061ff923d3ad60a33b38/transformed/recyclerview-1.1.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/6a6f6f85d36a54f5ac1c555c4075bc73/transformed/transition-1.4.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/zsq/.gradle/caches/transforms-3/6a6f6f85d36a54f5ac1c555c4075bc73/transformed/transition-1.4.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/b4a60a0952d4075e1620aa69724607fb/transformed/core-1.10.0/proguard.txt # Never inline methods, but allow shrinking and obfuscation. -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl { ; } # End of content from /Users/zsq/.gradle/caches/transforms-3/b4a60a0952d4075e1620aa69724607fb/transformed/core-1.10.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/d55f334d10d8d5e82dd662c683ac3cc7/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. (); } -assumenosideeffects class androidx.startup.StartupLogger { public static ; } # End of content from /Users/zsq/.gradle/caches/transforms-3/d55f334d10d8d5e82dd662c683ac3cc7/transformed/jetified-startup-runtime-1.1.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/888178eb4b53bfb5b9719e700e2d434c/transformed/lifecycle-runtime-2.3.1/proguard.txt -keepattributes *Annotation* -keepclassmembers enum androidx.lifecycle.Lifecycle$Event { ; } -keep !interface * implements androidx.lifecycle.LifecycleObserver { } -keep class * implements androidx.lifecycle.GeneratedAdapter { (...); } -keepclassmembers class ** { @androidx.lifecycle.OnLifecycleEvent *; } # this rule is need to work properly when app is compiled with api 28, see b/142778206 # Also this rule prevents registerIn from being inlined. -keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; } # End of content from /Users/zsq/.gradle/caches/transforms-3/888178eb4b53bfb5b9719e700e2d434c/transformed/lifecycle-runtime-2.3.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/c51c15bbd0f82b3774afaafac9f87a7a/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 /Users/zsq/.gradle/caches/transforms-3/c51c15bbd0f82b3774afaafac9f87a7a/transformed/versionedparcelable-1.1.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/be3834193b3825ed5004ecdd85336ccd/transformed/jetified-lifecycle-viewmodel-savedstate-2.3.1/proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { (androidx.lifecycle.SavedStateHandle); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { (android.app.Application,androidx.lifecycle.SavedStateHandle); } # End of content from /Users/zsq/.gradle/caches/transforms-3/be3834193b3825ed5004ecdd85336ccd/transformed/jetified-lifecycle-viewmodel-savedstate-2.3.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/8ce9b33f5f31295c0ca5acea4854b7ae/transformed/jetified-savedstate-1.1.0/proguard.txt # Copyright (C) 2019 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -keepclassmembers,allowobfuscation class * implements androidx.savedstate.SavedStateRegistry$AutoRecreated { (); } # End of content from /Users/zsq/.gradle/caches/transforms-3/8ce9b33f5f31295c0ca5acea4854b7ae/transformed/jetified-savedstate-1.1.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/4c843b9d043fdc1f53dcb46e79f5715a/transformed/lifecycle-viewmodel-2.3.1/proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { (); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { (android.app.Application); } # End of content from /Users/zsq/.gradle/caches/transforms-3/4c843b9d043fdc1f53dcb46e79f5715a/transformed/lifecycle-viewmodel-2.3.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/b146c752a76bb73d06a3fa957e505f62/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 ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep (...); } -keepclassmembers,allowobfuscation class * { @androidx.annotation.DoNotInline ; } # End of content from /Users/zsq/.gradle/caches/transforms-3/b146c752a76bb73d06a3fa957e505f62/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro # The proguard configuration file for the following section is -ignorewarnings # End of content from