# The proguard configuration file for the following section is /Users/zsq/code/spms-flutter-pda/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/spms-flutter-pda/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/spms-flutter-pda/android/app/proguard-rules.pro # Add project specific ProGuard rules here. # You can control the set of applied configuration files using the # proguardFiles setting in build.gradle. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # If your project uses WebView with JS, uncomment the following # and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #} # Uncomment this to preserve the line number information for # debugging stack traces. #-keepattributes SourceFile,LineNumberTable # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile # 注意!!!要配置在 /android/app/proguard-rules.pro中 -keep class com.baidu.speech.**{*;} #Flutter Wrapper -keep class io.flutter.app.** { *; } -keep class io.flutter.plugin.** { *; } -keep class io.flutter.util.** { *; } -keep class io.flutter.view.** { *; } -keep class io.flutter.** { *; } -keep class io.flutter.plugins.** { *; } -dontwarn com.lib.** -keep class com.lib.**{*;} -dontwarn android.device.** -keep class android.device.**{*;} -dontwarn android.content.** -keep class android.content.**{*;} -dontwarn android.os.** -keep class android.os.**{*;} # End of content from /Users/zsq/code/spms-flutter-pda/android/app/proguard-rules.pro # The proguard configuration file for the following section is /Users/zsq/code/spms-flutter-pda/build/app/intermediates/aapt_proguard_file/release/aapt_rules.txt -keep class android.app.Application { (); } -keep class androidx.core.app.CoreComponentFactory { (); } -keep class androidx.profileinstaller.ProfileInstallReceiver { (); } -keep class androidx.startup.InitializationProvider { (); } -keep class com.sunda.smps_flutter_pda.MainActivity { (); } -keep class com.zaihui.installplugin.InstallFileProvider { (); } -keep class io.flutter.plugins.imagepicker.ImagePickerFileProvider { (); } -keep class io.flutter.plugins.share.ShareFileProvider { (); } -keep class io.sentry.android.core.SentryPerformanceProvider { (); } # End of content from /Users/zsq/code/spms-flutter-pda/build/app/intermediates/aapt_proguard_file/release/aapt_rules.txt # The proguard configuration file for the following section is /Users/zsq/code/spms-flutter-pda/build/flutter_plugin_android_lifecycle/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The point of this package is to specify that a dependent plugin intends to # use the AndroidX lifecycle classes. Make sure no R8 heuristics shrink classes # brought in by the embedding's pom. # # This isn't strictly needed since by definition, plugins using Android # lifecycles should implement DefaultLifecycleObserver and therefore keep it # from being shrunk. But there seems to be an R8 bug so this needs to stay # https://issuetracker.google.com/issues/142778206. -keep class androidx.lifecycle.DefaultLifecycleObserver # End of content from /Users/zsq/code/spms-flutter-pda/build/flutter_plugin_android_lifecycle/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/code/spms-flutter-pda/build/sentry_flutter/intermediates/consumer_proguard_dir/release/lib0/proguard.txt -keep class io.sentry.flutter.** { *; } # To ensure that stack traces is unambiguous # https://developer.android.com/studio/build/shrink-code#decode-stack-trace -keepattributes LineNumberTable,SourceFile # End of content from /Users/zsq/code/spms-flutter-pda/build/sentry_flutter/intermediates/consumer_proguard_dir/release/lib0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/0cab3073a2dd77e8f61c36731db06b8a/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/0cab3073a2dd77e8f61c36731db06b8a/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/6fd519492abd6c81d046ee5830dae852/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/6fd519492abd6c81d046ee5830dae852/transformed/media-1.0.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/2b2da0707826ff21c4e67f7c580d3a91/transformed/jetified-sentry-android-7.6.0/proguard.txt # End of content from /Users/zsq/.gradle/caches/transforms-3/2b2da0707826ff21c4e67f7c580d3a91/transformed/jetified-sentry-android-7.6.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/58ad6aee63521ec9a7f32330b9e0dc80/transformed/jetified-sentry-android-ndk-7.6.0/proguard.txt ##---------------Begin: proguard configuration for NDK ---------- # The Android SDK checks at runtime if this class is available via Class.forName -keep class io.sentry.android.ndk.SentryNdk { *; } # The JNI layer uses this class through reflection -keep class io.sentry.protocol.DebugImage { *; } # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native -keepclasseswithmembernames,includedescriptorclasses class * { native ; } # don't warn jetbrains annotations -dontwarn org.jetbrains.annotations.** # To ensure that stack traces is unambiguous # https://developer.android.com/studio/build/shrink-code#decode-stack-trace -keepattributes LineNumberTable,SourceFile ##---------------End: proguard configuration for NDK ---------- # End of content from /Users/zsq/.gradle/caches/transforms-3/58ad6aee63521ec9a7f32330b9e0dc80/transformed/jetified-sentry-android-ndk-7.6.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/debfd1cc5b2af06fd12c4b2ce562ae86/transformed/jetified-sentry-android-core-7.6.0/proguard.txt ##---------------Begin: proguard configuration for android-core ---------- ##---------------Begin: proguard configuration for androidx.core ---------- -keep class androidx.core.view.GestureDetectorCompat { (...); } -keep class androidx.core.app.FrameMetricsAggregator { (...); } -keep interface androidx.core.view.ScrollingView { *; } ##---------------End: proguard configuration for androidx.core ---------- ##---------------Begin: proguard configuration for androidx.lifecycle ---------- -keep interface androidx.lifecycle.DefaultLifecycleObserver { *; } -keep class androidx.lifecycle.ProcessLifecycleOwner { (...); } ##---------------End: proguard configuration for androidx.lifecycle ---------- # To mitigate the issue on R8 site (https://issuetracker.google.com/issues/235733922) # which comes through AGP 7.3.0-betaX and 7.4.0-alphaX -keepclassmembers enum io.sentry.** { *; } # To filter out io.sentry frames from stacktraces -keeppackagenames io.sentry.** # don't warn jetbrains annotations -dontwarn org.jetbrains.annotations.** # don't warn about missing classes, as we are checking for their presence at runtime -dontwarn io.sentry.android.timber.SentryTimberIntegration -dontwarn io.sentry.android.fragment.FragmentLifecycleIntegration -dontwarn io.sentry.compose.gestures.ComposeGestureTargetLocator -dontwarn io.sentry.compose.viewhierarchy.ComposeViewHierarchyExporter # To ensure that stack traces is unambiguous # https://developer.android.com/studio/build/shrink-code#decode-stack-trace -keepattributes LineNumberTable,SourceFile # Keep Classnames for integrations -keepnames class * implements io.sentry.Integration -dontwarn io.sentry.apollo.SentryApolloInterceptor -keepnames class io.sentry.apollo.SentryApolloInterceptor -dontwarn io.sentry.apollo3.SentryApollo3HttpInterceptor -keepnames class io.sentry.apollo3.SentryApollo3HttpInterceptor -dontwarn io.sentry.android.okhttp.SentryOkHttpInterceptor -keepnames class io.sentry.android.okhttp.SentryOkHttpInterceptor -dontwarn io.sentry.android.navigation.SentryNavigationListener -keepnames class io.sentry.android.navigation.SentryNavigationListener -keepnames class io.sentry.android.core.ScreenshotEventProcessor -keepnames class io.sentry.android.core.ViewHierarchyEventProcessor # Keep any custom option classes like SentryAndroidOptions, as they're loaded via reflection # Also keep method names, as they're e.g. used by native via JNI calls -keep class * extends io.sentry.SentryOptions { *; } -keepnames class io.sentry.android.core.ApplicationNotResponding ##---------------End: proguard configuration for android-core ---------- ##---------------Begin: proguard configuration for sentry-apollo-3 ---------- # don't warn about missing classes, as it depends on the sentry-apollo-3 jar dependency. -dontwarn io.sentry.apollo3.SentryApollo3ClientException # we don't want this class to be obfuscated, otherwise issue's titles are obfuscated as well. -keep class io.sentry.apollo3.SentryApollo3ClientException { (...); } ##---------------End: proguard configuration for sentry-apollo-3 ---------- ##---------------Begin: proguard configuration for sentry-okhttp ---------- # we don't want this class to be obfuscated, otherwise issue's titles are obfuscated as well. -keepnames class io.sentry.exception.SentryHttpClientException ##---------------End: proguard configuration for sentry-okhttp ---------- # End of content from /Users/zsq/.gradle/caches/transforms-3/debfd1cc5b2af06fd12c4b2ce562ae86/transformed/jetified-sentry-android-core-7.6.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/91bc9050bffdcc6f6702ad38aab7a6dc/transformed/jetified-window-1.0.0-beta04/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. # Some methods in androidx.window.extensions are accessed through reflection and need to be kept. # Failure to do so can cause bugs such as b/157286362. This could be overly broad too and should # ideally be trimmed down to only the classes/methods that actually need to be kept. This should # be tracked in b/165268619. -keep class androidx.window.extensions.** { *; } -dontwarn androidx.window.extensions.** -keep class androidx.window.extensions.embedding.** { *; } -dontwarn androidx.window.extensions.embedding.** # Keep the whole library for now since there is a crash with a missing method. # TODO(b/165268619) Make a narrow rule -keep class androidx.window.** { *; } # We also neep to keep sidecar.** for the same reason. -keep class androidx.window.sidecar.** { *; } -dontwarn androidx.window.sidecar.** # End of content from /Users/zsq/.gradle/caches/transforms-3/91bc9050bffdcc6f6702ad38aab7a6dc/transformed/jetified-window-1.0.0-beta04/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/fb073710bb393672743ff9c173030217/transformed/coordinatorlayout-1.0.0/proguard.txt # Copyright (C) 2016 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # CoordinatorLayout resolves the behaviors of its child components with reflection. -keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior { public (android.content.Context, android.util.AttributeSet); public (); } # Make sure we keep annotations for CoordinatorLayout's DefaultBehavior and ViewPager's DecorView -keepattributes *Annotation* # End of content from /Users/zsq/.gradle/caches/transforms-3/fb073710bb393672743ff9c173030217/transformed/coordinatorlayout-1.0.0/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/39ac53c29589e0b61c80b85949b9ea66/transformed/core-1.10.1/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/39ac53c29589e0b61c80b85949b9ea66/transformed/core-1.10.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/6ec6648698e08c39888ec4d0651dea73/transformed/jetified-savedstate-1.2.1/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/6ec6648698e08c39888ec4d0651dea73/transformed/jetified-savedstate-1.2.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/a1d4ba2ed91a9b780017fd2b896c7162/transformed/jetified-lifecycle-process-2.6.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 /Users/zsq/.gradle/caches/transforms-3/a1d4ba2ed91a9b780017fd2b896c7162/transformed/jetified-lifecycle-process-2.6.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/51451927886079227903c4423bf4af8c/transformed/lifecycle-viewmodel-2.6.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/51451927886079227903c4423bf4af8c/transformed/lifecycle-viewmodel-2.6.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/9c7fd81fc66a9b9731e6d7cc97ab69b3/transformed/lifecycle-runtime-2.6.1/proguard.txt -keepattributes AnnotationDefault, RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations, RuntimeVisibleTypeAnnotations -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/9c7fd81fc66a9b9731e6d7cc97ab69b3/transformed/lifecycle-runtime-2.6.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/32cc5d062cd4da7008b51bf2e4c6a354/transformed/jetified-lifecycle-viewmodel-savedstate-2.6.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/32cc5d062cd4da7008b51bf2e4c6a354/transformed/jetified-lifecycle-viewmodel-savedstate-2.6.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/c901c5594d674256cfecd4be1a17bb38/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/c901c5594d674256cfecd4be1a17bb38/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/7248226525bd31ea511143a8456d20b7/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/7248226525bd31ea511143a8456d20b7/transformed/jetified-startup-runtime-1.1.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/effcd5a78e46758a8ebd644d038934d5/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/effcd5a78e46758a8ebd644d038934d5/transformed/versionedparcelable-1.1.1/proguard.txt # The proguard configuration file for the following section is /Users/zsq/.gradle/caches/transforms-3/1be3b7864a93cc52c70df17a01bd262b/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/1be3b7864a93cc52c70df17a01bd262b/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro # The proguard configuration file for the following section is -ignorewarnings # End of content from