# The proguard configuration file for the following section is C:\xampp\htdocs\Absolute\build\app\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt -keep class android.app.Application { (); } -keep class androidx.camera.core.impl.MetadataHolderService { (); } -keep class androidx.core.app.CoreComponentFactory { (); } -keep class androidx.profileinstaller.ProfileInstallReceiver { (); } -keep class androidx.startup.InitializationProvider { (); } -keep class com.baseflow.geolocator.GeolocatorLocationService { (); } -keep class com.google.android.datatransport.runtime.backends.TransportBackendDiscovery { (); } -keep class com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver { (); } -keep class com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService { (); } -keep class com.google.android.gms.common.api.GoogleApiActivity { (); } -keep class com.google.android.gms.metadata.ModuleDependencies { (); } -keep class com.google.mlkit.common.internal.MlKitComponentDiscoveryService { (); } -keep class com.google.mlkit.common.internal.MlKitInitProvider { (); } -keep class com.linkalabor.app.MainActivity { (); } -keep class com.lyokone.location.FlutterLocationService { (); } -keep class io.flutter.plugins.imagepicker.ImagePickerFileProvider { (); } -keep class io.flutter.plugins.urllauncher.WebViewActivity { (); } -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.browser.browseractions.BrowserActionsFallbackMenuView { (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.maps.android.ui.RotationLayout { (android.content.Context, android.util.AttributeSet); } # End of content from C:\xampp\htdocs\Absolute\build\app\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt # The proguard configuration file for the following section is C:\xampp\htdocs\Absolute\build\app\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.7.0 # 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 C:\xampp\htdocs\Absolute\build\app\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.7.0 # 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 C:\xampp\htdocs\Absolute\build\flutter_pdfview\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt -keep class com.shockwave.** # End of content from C:\xampp\htdocs\Absolute\build\flutter_pdfview\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt # The proguard configuration file for the following section is C:\xampp\htdocs\Absolute\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 C:\xampp\htdocs\Absolute\build\flutter_plugin_android_lifecycle\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt # The proguard configuration file for the following section is C:\xampp\htdocs\Absolute\build\mobile_scanner\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt -keep class com.google.mlkit.* { *; } -keep class com.google.android.libraries.barhopper.** { *; } -keep class com.google.photos.* { *; } -keepclassmembers class * extends java.lang.Enum { ; public static **[] values(); public static ** valueOf(java.lang.String); } # End of content from C:\xampp\htdocs\Absolute\build\mobile_scanner\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\267155531f3510c843bb6cb4919c99da\transformed\jetified-camera-core-1.3.1\proguard.txt # Copyright (C) 2023 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. # Keeps the quirk classes to prevent them from being merged incorrectly. For more information, # please see b/278818703. -keep,allowobfuscation,allowshrinking class ** implements androidx.camera.core.impl.Quirk # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\267155531f3510c843bb6cb4919c99da\transformed\jetified-camera-core-1.3.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\c90d72c011653c99196b84913a114e9c\transformed\jetified-camera-camera2-1.3.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. # This is necessary for default initialization using Camera2Config -keep public class androidx.camera.camera2.Camera2Config$DefaultProvider { *; } # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\c90d72c011653c99196b84913a114e9c\transformed\jetified-camera-camera2-1.3.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\8aa7328a4ea47f66b4d09ec7747f4083\transformed\jetified-barcode-scanning-17.2.0\proguard.txt # We keep all fields for every generated proto file as the runtime uses # reflection over them that ProGuard cannot detect. Without this keep # rule, fields may be removed that would cause runtime failures. -keepclassmembers class * extends com.google.android.gms.internal.mlkit_vision_barcode_bundled.zzed { ; } # This prevents the names of native methods from being obfuscated and prevents # UnsatisfiedLinkErrors. -keepclasseswithmembernames class * { native ; } # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\8aa7328a4ea47f66b4d09ec7747f4083\transformed\jetified-barcode-scanning-17.2.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\0d3e4d0e25f48157de7756c0e1f4b6ed\transformed\jetified-common-18.9.0\proguard.txt # Annotations are implemented as attributes, so we have to explicitly keep them. # Catch all which encompasses attributes like RuntimeVisibleParameterAnnotations # and RuntimeVisibleTypeAnnotations -keepattributes RuntimeVisible*Annotation* # JNI is an entry point that's hard to keep track of, so there's # an annotation to mark fields and methods used by native code. # Keep the annotations that proguard needs to process. -keep class com.google.android.apps.common.proguard.UsedBy* # Just because native code accesses members of a class, does not mean that the # class itself needs to be annotated - only annotate classes that are # referenced themselves in native code. -keep @com.google.android.apps.common.proguard.UsedBy* class * { (); } -keepclassmembers class * { @com.google.android.apps.common.proguard.UsedBy* *; } # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\0d3e4d0e25f48157de7756c0e1f4b6ed\transformed\jetified-common-18.9.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\96b356864bb8ba920d49ab665529872b\transformed\jetified-play-services-base-18.5.0\proguard.txt # b/35135904 Ensure that proguard will not strip the mResultGuardian. -keepclassmembers class com.google.android.gms.common.api.internal.BasePendingResult { com.google.android.gms.common.api.internal.BasePendingResult$ReleasableResultGuardian mResultGuardian; } # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\96b356864bb8ba920d49ab665529872b\transformed\jetified-play-services-base-18.5.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\12cc98daf2733a40e0138f6868bb6f4e\transformed\jetified-play-services-tasks-18.2.0\proguard.txt # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\12cc98daf2733a40e0138f6868bb6f4e\transformed\jetified-play-services-tasks-18.2.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\b91bcf0bb710d59160d1bfc494a0b6ce\transformed\jetified-play-services-basement-18.4.0\proguard.txt # Needed when building against pre-Marshmallow SDK. -dontwarn android.security.NetworkSecurityPolicy # Needed when building against Marshmallow SDK. -dontwarn android.app.Notification # Protobuf has references not on the Android boot classpath -dontwarn sun.misc.Unsafe -dontwarn libcore.io.Memory # Annotations used during internal SDK shrinking. -dontwarn com.google.android.apps.common.proguard.UsedBy* -dontwarn com.google.android.apps.common.proguard.SideEffectFree # Annotations referenced by the SDK but whose definitions are contained in # non-required dependencies. -dontwarn javax.annotation.** -dontwarn org.checkerframework.** -dontwarn com.google.errorprone.annotations.** -dontwarn org.jspecify.nullness.NullMarked # Annotations no longer exist. Suppression prevents ProGuard failures in # SDKs which depend on earlier versions of play-services-basement. -dontwarn com.google.android.gms.common.util.VisibleForTesting # 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 androidX equivalent of above android.support to allow Jetification. -keep @interface androidx.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 ; } # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\b91bcf0bb710d59160d1bfc494a0b6ce\transformed\jetified-play-services-basement-18.4.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\90076ccbac8df61ea4c4b1d55f75fa49\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\any_s\.gradle\caches\8.9\transforms\90076ccbac8df61ea4c4b1d55f75fa49\transformed\preference-1.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\d99359de71ba81fcbe22e4d2943adf7a\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\any_s\.gradle\caches\8.9\transforms\d99359de71ba81fcbe22e4d2943adf7a\transformed\appcompat-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\ae1d71072cf87305d28489ee5aa7426f\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\any_s\.gradle\caches\8.9\transforms\ae1d71072cf87305d28489ee5aa7426f\transformed\fragment-1.7.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\6bc4be5bb39413cc6b2476351c51b353\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\any_s\.gradle\caches\8.9\transforms\6bc4be5bb39413cc6b2476351c51b353\transformed\recyclerview-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\d7ac84e34f4e6531581e9475bb3e0645\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\any_s\.gradle\caches\8.9\transforms\d7ac84e34f4e6531581e9475bb3e0645\transformed\lifecycle-viewmodel-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\84c5a982b40036a53267b6a1809baad3\transformed\jetified-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\any_s\.gradle\caches\8.9\transforms\84c5a982b40036a53267b6a1809baad3\transformed\jetified-lifecycle-viewmodel-savedstate-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\d8e4f615e21fcce3c683de22ed075ec6\transformed\webkit-1.12.1\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 C:\Users\any_s\.gradle\caches\8.9\transforms\d8e4f615e21fcce3c683de22ed075ec6\transformed\webkit-1.12.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\8ff1cfebff3968734352c07cfe3f0ee2\transformed\jetified-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\any_s\.gradle\caches\8.9\transforms\8ff1cfebff3968734352c07cfe3f0ee2\transformed\jetified-window-1.2.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\b6258192cf5b65f42a82ba6a57983919\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\any_s\.gradle\caches\8.9\transforms\b6258192cf5b65f42a82ba6a57983919\transformed\coordinatorlayout-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\7b98a1d944858dc6e4d9e5e314d82f22\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\any_s\.gradle\caches\8.9\transforms\7b98a1d944858dc6e4d9e5e314d82f22\transformed\transition-1.4.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\1bb665d48bc086b89de6461779cbad7b\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\any_s\.gradle\caches\8.9\transforms\1bb665d48bc086b89de6461779cbad7b\transformed\vectordrawable-animated-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\c3bd8e2d6ddcd72844acaa9123d4a478\transformed\core-1.13.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 C:\Users\any_s\.gradle\caches\8.9\transforms\c3bd8e2d6ddcd72844acaa9123d4a478\transformed\core-1.13.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\754d4f89366bdcd1182430b5f809881d\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\any_s\.gradle\caches\8.9\transforms\754d4f89366bdcd1182430b5f809881d\transformed\lifecycle-runtime-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\4f4f1fc44165672432fe5d6a77e56e55\transformed\jetified-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\any_s\.gradle\caches\8.9\transforms\4f4f1fc44165672432fe5d6a77e56e55\transformed\jetified-lifecycle-process-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\2ce784773804238ac25ef2e5a39bb426\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 C:\Users\any_s\.gradle\caches\8.9\transforms\2ce784773804238ac25ef2e5a39bb426\transformed\jetified-savedstate-1.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\41bd1e38c2b3bf7b5fc80779fcec4112\transformed\rules\lib\META-INF\proguard\androidx.datastore_datastore-preferences-core.pro -keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite { ; } # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\41bd1e38c2b3bf7b5fc80779fcec4112\transformed\rules\lib\META-INF\proguard\androidx.datastore_datastore-preferences-core.pro # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\6cb0a3142fb257df842d9c26d8e26ab3\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 C:\Users\any_s\.gradle\caches\8.9\transforms\6cb0a3142fb257df842d9c26d8e26ab3\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\9c207a2e238feca3cced15df4ebadd7d\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 C:\Users\any_s\.gradle\caches\8.9\transforms\9c207a2e238feca3cced15df4ebadd7d\transformed\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\c01db38942c984f4390ea21164a1f6a4\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 C:\Users\any_s\.gradle\caches\8.9\transforms\c01db38942c984f4390ea21164a1f6a4\transformed\jetified-startup-runtime-1.1.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\43e5cd2aa50a6793d8fbd5b1b6d0bdc4\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\any_s\.gradle\caches\8.9\transforms\43e5cd2aa50a6793d8fbd5b1b6d0bdc4\transformed\versionedparcelable-1.1.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\6951c59a46ba47b50ca1ecfb8d0e65f8\transformed\jetified-transport-backend-cct-2.3.3\proguard.txt -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\6951c59a46ba47b50ca1ecfb8d0e65f8\transformed\jetified-transport-backend-cct-2.3.3\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\5178e8045b0a217acae3932de78c96c2\transformed\jetified-transport-runtime-2.2.6\proguard.txt -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\5178e8045b0a217acae3932de78c96c2\transformed\jetified-transport-runtime-2.2.6\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\5f6c4c83f76df6465554922170a63a42\transformed\jetified-transport-api-2.2.1\proguard.txt -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\5f6c4c83f76df6465554922170a63a42\transformed\jetified-transport-api-2.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\3cc90dc17ea1335af4a6f8f52694738a\transformed\jetified-firebase-components-16.1.0\proguard.txt -dontwarn com.google.firebase.components.Component$Instantiation -dontwarn com.google.firebase.components.Component$ComponentType -keep class * implements com.google.firebase.components.ComponentRegistrar # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\3cc90dc17ea1335af4a6f8f52694738a\transformed\jetified-firebase-components-16.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\0358c4402ecef75cb91a0d374940c1a0\transformed\jetified-firebase-encoders-json-17.1.0\proguard.txt # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\0358c4402ecef75cb91a0d374940c1a0\transformed\jetified-firebase-encoders-json-17.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\dea541bf257b6139f448f9532697b6e7\transformed\jetified-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\any_s\.gradle\caches\8.9\transforms\dea541bf257b6139f448f9532697b6e7\transformed\jetified-core-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\c0c557168d47fb31110d1eb6340612c4\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 C:\Users\any_s\.gradle\caches\8.9\transforms\c0c557168d47fb31110d1eb6340612c4\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\d26d66f6af92057699f14334a2750919\transformed\rules\lib\META-INF\proguard\okio.pro # Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java. -dontwarn org.codehaus.mojo.animal_sniffer.* # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\d26d66f6af92057699f14334a2750919\transformed\rules\lib\META-INF\proguard\okio.pro # The proguard configuration file for the following section is C:\Users\any_s\.gradle\caches\8.9\transforms\8aebd11e38b58ed59222c2299c011bb3\transformed\jetified-android-maps-utils-3.6.0\proguard.txt # End of content from C:\Users\any_s\.gradle\caches\8.9\transforms\8aebd11e38b58ed59222c2299c011bb3\transformed\jetified-android-maps-utils-3.6.0\proguard.txt # The proguard configuration file for the following section is # End of content from