# The proguard configuration file for the following section is D:\Xampp\htdocs\local services\mobile\build\app\intermediates\default_proguard_files\global\proguard-android-optimize.txt-9.0.1 # 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. -allowaccessmodification # 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 https://www.guardsquare.com/manual/configuration/examples#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 https://www.guardsquare.com/manual/configuration/examples#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.** # Understand the @Keep support annotation. -keep class android.support.annotation.Keep -keep @android.support.annotation.Keep class * {*;} -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.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 D:\Xampp\htdocs\local services\mobile\build\app\intermediates\default_proguard_files\global\proguard-android-optimize.txt-9.0.1 # The proguard configuration file for the following section is C:\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.** # In some cases, R8 is incorrectly stripping plugin classes. Keep # all implementations of FlutterPlugin until we can determine # why this is the case. # See https://github.com/flutter/flutter/issues/154580. -if class * implements io.flutter.embedding.engine.plugins.FlutterPlugin -keep,allowshrinking,allowobfuscation class <1> # End of content from C:\flutter\packages\flutter_tools\gradle\flutter_proguard_rules.pro # The proguard configuration file for the following section is D:\Xampp\htdocs\local services\mobile\build\flutter_plugin_android_lifecycle\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\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 D:\Xampp\htdocs\local services\mobile\build\flutter_plugin_android_lifecycle\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt # The proguard configuration file for the following section is D:\Xampp\htdocs\local services\mobile\build\jni_flutter\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt -keep class com.github.dart_lang.jni_flutter.** { *; } # End of content from D:\Xampp\htdocs\local services\mobile\build\jni_flutter\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt # The proguard configuration file for the following section is D:\Xampp\htdocs\local services\mobile\build\jni\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt -keep class com.github.dart_lang.jni.** { *; } # End of content from D:\Xampp\htdocs\local services\mobile\build\jni\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\d89f996dc9f7502f5d6281815f6e27d7\workspace\transformed\preference-1.2.1\proguard.txt # Copyright (C) 2015 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # 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 C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\d89f996dc9f7502f5d6281815f6e27d7\workspace\transformed\preference-1.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\50b9854bcb644e96ca9e57e493a87d02\workspace\transformed\recyclerview-1.0.0\proguard.txt # Copyright (C) 2015 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # 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 (); } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\50b9854bcb644e96ca9e57e493a87d02\workspace\transformed\recyclerview-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\f545985eb0b16189f23b141b02b35f52\workspace\transformed\window-1.2.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.adapter.sidecar.SidecarCompat { public *** setExtensionCallback(androidx.window.layout.adapter.sidecar.ExtensionInterfaceCompat$ExtensionCallbackInterface); } -keep class androidx.window.layout.adapter.sidecar.SidecarCompat$TranslatingCallback, androidx.window.layout.adapter.sidecar.DistinctElementSidecarCallback { public *** onDeviceStateChanged(androidx.window.sidecar.SidecarDeviceState); public *** onWindowLayoutChanged(android.os.IBinder, androidx.window.sidecar.SidecarWindowLayoutInfo); } # Required for window area API reflection guard -keep interface androidx.window.area.reflectionguard.* {*;} # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\f545985eb0b16189f23b141b02b35f52\workspace\transformed\window-1.2.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\57dca2b2757947e2ad734f898c9e0116\workspace\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 C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\57dca2b2757947e2ad734f898c9e0116\workspace\transformed\appcompat-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\a9e240647d11c031e169ac7cd9f27267\workspace\transformed\fragment-1.7.1\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 (); } # FragmentTransition will reflectively lookup: # androidx.transition.FragmentTransitionSupport # We should ensure that we keep the constructor if the code using this is alive -if class androidx.fragment.app.FragmentTransition { private static androidx.fragment.app.FragmentTransitionImpl resolveSupportImpl(); } -keep class androidx.transition.FragmentTransitionSupport { public (); } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\a9e240647d11c031e169ac7cd9f27267\workspace\transformed\fragment-1.7.1\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\e1495eb19abe92ee1f2f000028f20ee0\workspace\transformed\activity-ktx-1.12.4\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\e1495eb19abe92ee1f2f000028f20ee0\workspace\transformed\activity-ktx-1.12.4\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\d691585a9ec18b9c2fece744cebf3fc4\workspace\transformed\activity-1.12.4\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\d691585a9ec18b9c2fece744cebf3fc4\workspace\transformed\activity-1.12.4\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\213e5a58e996ddd1359056ca7b5461fb\workspace\transformed\lifecycle-viewmodel-2.7.0\proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { (); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { (android.app.Application); } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\213e5a58e996ddd1359056ca7b5461fb\workspace\transformed\lifecycle-viewmodel-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\a3b8cd2534b300099ed0cc36b57adeb7\workspace\transformed\lifecycle-runtime-2.7.0\proguard.txt -keepattributes AnnotationDefault, RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations, RuntimeVisibleTypeAnnotations -keepclassmembers enum androidx.lifecycle.Lifecycle$Event { ; } -keep class * implements androidx.lifecycle.GeneratedAdapter { (...); } -keepclassmembers class ** { @androidx.lifecycle.OnLifecycleEvent *; } # this rule is need to work properly when app is compiled with api 28, see b/142778206 # Also this rule prevents registerIn from being inlined. -keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\a3b8cd2534b300099ed0cc36b57adeb7\workspace\transformed\lifecycle-runtime-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\667a5e1cebdc6e3fb84035cc09c28c2f\workspace\transformed\lifecycle-process-2.7.0\proguard.txt # this rule is need to work properly when app is compiled with api 28, see b/142778206 -keepclassmembers class * extends androidx.lifecycle.EmptyActivityLifecycleCallbacks { *; } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\667a5e1cebdc6e3fb84035cc09c28c2f\workspace\transformed\lifecycle-process-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\6e31df51682f893681c49f52bddcf033\workspace\transformed\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 C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\6e31df51682f893681c49f52bddcf033\workspace\transformed\savedstate-1.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\7310eb6bdeb9cfa412502280069d931f\workspace\transformed\lifecycle-viewmodel-savedstate-2.7.0\proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { (androidx.lifecycle.SavedStateHandle); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { (android.app.Application,androidx.lifecycle.SavedStateHandle); } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\7310eb6bdeb9cfa412502280069d931f\workspace\transformed\lifecycle-viewmodel-savedstate-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\c0895eb52defc3a757d47f62b24f4e1b\workspace\transformed\core-ktx-1.18.0\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\c0895eb52defc3a757d47f62b24f4e1b\workspace\transformed\core-ktx-1.18.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\8ccd5384661eba332283848bf8b00458\workspace\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 C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\8ccd5384661eba332283848bf8b00458\workspace\transformed\coordinatorlayout-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\51a2b10a95f911f3dc971b0dc5c1805f\workspace\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 C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\51a2b10a95f911f3dc971b0dc5c1805f\workspace\transformed\transition-1.4.1\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\4ae54f2438b05b0fb3d187f613dea285\workspace\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\gurwinder.singh\.gradle\caches\9.1.0\transforms\4ae54f2438b05b0fb3d187f613dea285\workspace\transformed\vectordrawable-animated-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\e81913062a95069c7ea5aab460a2e837\workspace\transformed\core-1.18.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 C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\e81913062a95069c7ea5aab460a2e837\workspace\transformed\core-1.18.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\57756ddc8e28cfe5d69beb8dc7850729\workspace\transformed\exifinterface-1.4.2\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\57756ddc8e28cfe5d69beb8dc7850729\workspace\transformed\exifinterface-1.4.2\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\b03fc031bb6ef85bd45a7688be1867c9\workspace\transformed\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 C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\b03fc031bb6ef85bd45a7688be1867c9\workspace\transformed\startup-runtime-1.1.1\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\09955278bfe9088e0183d7da700c550a\workspace\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\gurwinder.singh\.gradle\caches\9.1.0\transforms\09955278bfe9088e0183d7da700c550a\workspace\transformed\versionedparcelable-1.1.1\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\7149ad4fafc1526248733b91136f193b\workspace\transformed\datastore-preferences-core-release\proguard.txt -keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite { ; } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\7149ad4fafc1526248733b91136f193b\workspace\transformed\datastore-preferences-core-release\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\5a59c852ac511d738f017b239dd22284\workspace\transformed\navigationevent\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\5a59c852ac511d738f017b239dd22284\workspace\transformed\navigationevent\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\1ce2d391fdbf5a6c64c6122c4152f17e\workspace\transformed\core-1.0.0\proguard.txt # Copyright (C) 2022 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. # These interfaces must be kept for the client library to invoke methods in extensions. -keep interface androidx.window.extensions.core.util.function.Consumer { public void accept(***); } -keep interface androidx.window.extensions.core.util.function.Predicate { public boolean test(***); } -keep interface androidx.window.extensions.core.util.function.Function { public *** apply(***); } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\1ce2d391fdbf5a6c64c6122c4152f17e\workspace\transformed\core-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\3f8852b1aa30a59aea8215c3c7c6232d\workspace\transformed\shrink-rules\lib\META-INF\proguard\androidx-annotations.pro -keep,allowobfuscation @interface androidx.annotation.Keep -keep @androidx.annotation.Keep class * {*;} -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep (...); } -keepclassmembers,allowobfuscation class * { @androidx.annotation.DoNotInline ; } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\3f8852b1aa30a59aea8215c3c7c6232d\workspace\transformed\shrink-rules\lib\META-INF\proguard\androidx-annotations.pro # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\77d75b0d4488089748e7cf87db601490\workspace\transformed\core-viewtree-1.0.0\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\77d75b0d4488089748e7cf87db601490\workspace\transformed\core-viewtree-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\ea2f80b65ce49da1e74cd74050dacda7\workspace\transformed\shrink-rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro # Allow R8 to optimize away the FastServiceLoader. # Together with ServiceLoader optimization in R8 # this results in direct instantiation when loading Dispatchers.Main -assumenosideeffects class kotlinx.coroutines.internal.MainDispatcherLoader { boolean FAST_SERVICE_LOADER_ENABLED return false; } -assumenosideeffects class kotlinx.coroutines.internal.FastServiceLoaderKt { boolean ANDROID_DETECTED return true; } # Disable support for "Missing Main Dispatcher", since we always have Android main dispatcher -assumenosideeffects class kotlinx.coroutines.internal.MainDispatchersKt { boolean SUPPORT_MISSING return false; } # Statically turn off all debugging facilities and assertions -assumenosideeffects class kotlinx.coroutines.DebugKt { boolean getASSERTIONS_ENABLED() return false; boolean getDEBUG() return false; boolean getRECOVER_STACK_TRACES() return false; } # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\ea2f80b65ce49da1e74cd74050dacda7\workspace\transformed\shrink-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\gurwinder.singh\.gradle\caches\9.1.0\transforms\1a4914bf873a45150023ebc081317e0a\workspace\transformed\shrink-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 C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\1a4914bf873a45150023ebc081317e0a\workspace\transformed\shrink-rules\lib\META-INF\com.android.tools\r8\coroutines.pro # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\188f9da96b4e7a6e9884bb46366b81f6\workspace\transformed\runtime-annotation\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\188f9da96b4e7a6e9884bb46366b81f6\workspace\transformed\runtime-annotation\proguard.txt # The proguard configuration file for the following section is C:\Users\gurwinder.singh\.gradle\caches\9.1.0\transforms\dcb653ff0e56161016239a29acd43056\workspace\transformed\shrink-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\gurwinder.singh\.gradle\caches\9.1.0\transforms\dcb653ff0e56161016239a29acd43056\workspace\transformed\shrink-rules\lib\META-INF\proguard\okio.pro # The proguard configuration file for the following section is # End of content from