# The proguard configuration file for the following section is C:\xampp\htdocs\Viral\frontend\build\app\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt -keep class android.app.Application { (); } -keep class androidx.core.app.CoreComponentFactory { (); } -keep class androidx.core.content.FileProvider { (); } -keep class androidx.credentials.playservices.CredentialProviderMetadataHolder { (); } -keep class androidx.credentials.playservices.HiddenActivity { (); } -keep class androidx.profileinstaller.ProfileInstallReceiver { (); } -keep class androidx.startup.InitializationProvider { (); } -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.auth.api.signin.RevocationBoundService { (); } -keep class com.google.android.gms.auth.api.signin.internal.SignInHubActivity { (); } -keep class com.google.android.gms.common.api.GoogleApiActivity { (); } -keep class com.google.android.gms.metadata.ModuleDependencies { (); } -keep class com.google.android.play.core.common.PlayCoreDialogWrapperActivity { (); } -keep class com.google.firebase.auth.internal.GenericIdpActivity { (); } -keep class com.google.firebase.auth.internal.RecaptchaActivity { (); } -keep class com.google.firebase.components.ComponentDiscoveryService { (); } -keep class com.google.firebase.iid.FirebaseInstanceIdReceiver { (); } -keep class com.google.firebase.messaging.FirebaseMessagingService { (); } -keep class com.google.firebase.provider.FirebaseInitProvider { (); } -keep class com.viral.app.MainActivity { (); } -keep class dev.fluttercommunity.plus.share.ShareFileProvider { (); } -keep class dev.fluttercommunity.plus.share.SharePlusPendingIntent { (); } -keep class io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingBackgroundService { (); } -keep class io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingInitProvider { (); } -keep class io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingReceiver { (); } -keep class io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingService { (); } -keep class io.flutter.plugins.imagepicker.ImagePickerFileProvider { (); } -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); } # End of content from C:\xampp\htdocs\Viral\frontend\build\app\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt # The proguard configuration file for the following section is C:\xampp\htdocs\Viral\frontend\build\app\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.11.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 C:\xampp\htdocs\Viral\frontend\build\app\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.11.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 C:\xampp\htdocs\Viral\frontend\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\Viral\frontend\build\flutter_plugin_android_lifecycle\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\861a32415c48f3d02a317436c7fedc0c\transformed\media-1.1.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 C:\Users\Anyelber\.gradle\caches\8.14\transforms\861a32415c48f3d02a317436c7fedc0c\transformed\media-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\46e9bd63ecf2cf10ac12e717cd726787\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\Anyelber\.gradle\caches\8.14\transforms\46e9bd63ecf2cf10ac12e717cd726787\transformed\preference-1.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\a4313915e3e46b48b5b3bd6ea70795af\transformed\jetified-media3-extractor-1.8.0\proguard.txt # Proguard rules specific to the extractor module. # Methods accessed via reflection in DefaultExtractorsFactory -dontnote androidx.media3.decoder.flac.FlacExtractor -keepclassmembers class androidx.media3.decoder.flac.FlacExtractor { (int); } -dontnote androidx.media3.decoder.flac.FlacLibrary -keepclassmembers class androidx.media3.decoder.flac.FlacLibrary { public static boolean isAvailable(); } -dontnote androidx.media3.decoder.midi.MidiExtractor -keepclassmembers class androidx.media3.decoder.midi.MidiExtractor { (); } # Don't warn about checkerframework and Kotlin annotations -dontwarn org.checkerframework.** -dontwarn kotlin.annotations.jvm.** -dontwarn javax.annotation.** # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\a4313915e3e46b48b5b3bd6ea70795af\transformed\jetified-media3-extractor-1.8.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\2e2beea5796e420171232e6ad5fc8734\transformed\jetified-media3-datasource-1.8.0\proguard.txt # Proguard rules specific to the DataSource module. # Constant folding for resource integers may mean that a resource passed to this method appears to be unused. Keep the method to prevent this from happening. -keepclassmembers class androidx.media3.datasource.RawResourceDataSource { public static android.net.Uri buildRawResourceUri(int); } # Constructors accessed via reflection in DefaultDataSource -dontnote androidx.media3.datasource.rtmp.RtmpDataSource -keepclassmembers class androidx.media3.datasource.rtmp.RtmpDataSource { (); } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\2e2beea5796e420171232e6ad5fc8734\transformed\jetified-media3-datasource-1.8.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\820e19e5c70af29072e0e32a27305ebb\transformed\jetified-media3-common-1.8.0\proguard.txt # Proguard rules specific to the common module. # Don't warn about checkerframework and Kotlin annotations -dontwarn org.checkerframework.** -dontwarn kotlin.annotations.jvm.** -dontwarn javax.annotation.** # From https://github.com/google/guava/wiki/UsingProGuardWithGuava -dontwarn java.lang.ClassValue -dontwarn java.lang.SafeVarargs -dontwarn javax.lang.model.element.Modifier -dontwarn sun.misc.Unsafe # Don't warn about Guava's compile-only dependencies. # These lines are needed for ProGuard but not R8. -dontwarn com.google.errorprone.annotations.** -dontwarn com.google.j2objc.annotations.** -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement # Workaround for https://issuetracker.google.com/issues/112297269 # This is needed for ProGuard but not R8. -keepclassmembernames class com.google.common.base.Function { *; } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\820e19e5c70af29072e0e32a27305ebb\transformed\jetified-media3-common-1.8.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\afd7a4064a7e4fa9748d889c35624207\transformed\jetified-media3-exoplayer-1.8.0\proguard.txt # Proguard rules specific to the core module. # Constructors accessed via reflection in DefaultRenderersFactory -dontnote androidx.media3.decoder.vp9.LibvpxVideoRenderer -keepclassmembers class androidx.media3.decoder.vp9.LibvpxVideoRenderer { (long, android.os.Handler, androidx.media3.exoplayer.video.VideoRendererEventListener, int); } -dontnote androidx.media3.decoder.av1.Libgav1VideoRenderer -keepclassmembers class androidx.media3.decoder.av1.Libgav1VideoRenderer { (long, android.os.Handler, androidx.media3.exoplayer.video.VideoRendererEventListener, int); } -dontnote androidx.media3.decoder.ffmpeg.ExperimentalFfmpegVideoRenderer -keepclassmembers class androidx.media3.decoder.ffmpeg.ExperimentalFfmpegVideoRenderer { (long, android.os.Handler, androidx.media3.exoplayer.video.VideoRendererEventListener, int); } -dontnote androidx.media3.decoder.opus.LibopusAudioRenderer -keepclassmembers class androidx.media3.decoder.opus.LibopusAudioRenderer { (android.os.Handler, androidx.media3.exoplayer.audio.AudioRendererEventListener, androidx.media3.exoplayer.audio.AudioSink); } -dontnote androidx.media3.decoder.flac.LibflacAudioRenderer -keepclassmembers class androidx.media3.decoder.flac.LibflacAudioRenderer { (android.os.Handler, androidx.media3.exoplayer.audio.AudioRendererEventListener, androidx.media3.exoplayer.audio.AudioSink); } -dontnote androidx.media3.decoder.iamf.LibiamfAudioRenderer -keepclassmembers class androidx.media3.decoder.iamf.LibiamfAudioRenderer { (android.content.Context, android.os.Handler, androidx.media3.exoplayer.audio.AudioRendererEventListener, androidx.media3.exoplayer.audio.AudioSink); } -dontnote androidx.media3.decoder.ffmpeg.FfmpegAudioRenderer -keepclassmembers class androidx.media3.decoder.ffmpeg.FfmpegAudioRenderer { (android.os.Handler, androidx.media3.exoplayer.audio.AudioRendererEventListener, androidx.media3.exoplayer.audio.AudioSink); } -dontnote androidx.media3.decoder.midi.MidiRenderer -keepclassmembers class androidx.media3.decoder.midi.MidiRenderer { (android.content.Context, android.os.Handler, androidx.media3.exoplayer.audio.AudioRendererEventListener, androidx.media3.exoplayer.audio.AudioSink); } -dontnote androidx.media3.decoder.mpegh.MpeghAudioRenderer -keepclassmembers class androidx.media3.decoder.mpegh.MpeghAudioRenderer { (android.os.Handler, androidx.media3.exoplayer.audio.AudioRendererEventListener, androidx.media3.exoplayer.audio.AudioSink); } # Constructors accessed via reflection in DefaultDownloaderFactory -dontnote androidx.media3.exoplayer.dash.offline.DashDownloader$Factory -keepclassmembers class androidx.media3.exoplayer.dash.offline.DashDownloader$Factory { (androidx.media3.datasource.cache.CacheDataSource$Factory); } -dontnote androidx.media3.exoplayer.hls.offline.HlsDownloader$Factory -keepclassmembers class androidx.media3.exoplayer.hls.offline.HlsDownloader$Factory { (androidx.media3.datasource.cache.CacheDataSource$Factory); } -dontnote androidx.media3.exoplayer.smoothstreaming.offline.SsDownloader$Factory -keepclassmembers class androidx.media3.exoplayer.smoothstreaming.offline.SsDownloader$Factory { (androidx.media3.datasource.cache.CacheDataSource$Factory); } # Constructors accessed via reflection in DefaultMediaSourceFactory -dontnote androidx.media3.exoplayer.dash.DashMediaSource$Factory -keepclasseswithmembers class androidx.media3.exoplayer.dash.DashMediaSource$Factory { (androidx.media3.datasource.DataSource$Factory); } -dontnote androidx.media3.exoplayer.hls.HlsMediaSource$Factory -keepclasseswithmembers class androidx.media3.exoplayer.hls.HlsMediaSource$Factory { (androidx.media3.datasource.DataSource$Factory); } -dontnote androidx.media3.exoplayer.smoothstreaming.SsMediaSource$Factory -keepclasseswithmembers class androidx.media3.exoplayer.smoothstreaming.SsMediaSource$Factory { (androidx.media3.datasource.DataSource$Factory); } -dontnote androidx.media3.exoplayer.rtsp.RtspMediaSource$Factory -keepclasseswithmembers class androidx.media3.exoplayer.rtsp.RtspMediaSource$Factory { (); } # Constructors and methods accessed via reflection in PlaybackVideoGraphWrapper -dontnote androidx.media3.effect.SingleInputVideoGraph$Factory -keepclasseswithmembers class androidx.media3.effect.SingleInputVideoGraph$Factory { (androidx.media3.common.VideoFrameProcessor$Factory); } -dontnote androidx.media3.effect.DefaultVideoFrameProcessor$Factory$Builder -keepclasseswithmembers class androidx.media3.effect.DefaultVideoFrameProcessor$Factory$Builder { androidx.media3.effect.DefaultVideoFrameProcessor$Factory build(); androidx.media3.effect.DefaultVideoFrameProcessor$Factory$Builder setEnableReplayableCache(boolean); } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\afd7a4064a7e4fa9748d889c35624207\transformed\jetified-media3-exoplayer-1.8.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\2083cb50e9cce3c6c92de2b718ef2402\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\Anyelber\.gradle\caches\8.14\transforms\2083cb50e9cce3c6c92de2b718ef2402\transformed\recyclerview-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\d863fc679b1b3f31f94fdc9021a06de2\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\Anyelber\.gradle\caches\8.14\transforms\d863fc679b1b3f31f94fdc9021a06de2\transformed\jetified-window-1.2.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\d13a1c3b72048ad1a79e7bd2e96707ad\transformed\jetified-firebase-auth-23.2.1\proguard.txt -dontwarn com.google.appengine.api.** -dontwarn okio.** -dontwarn org.apache.** -dontwarn retrofit.android.** -dontwarn retrofit.appengine.** -dontwarn retrofit.client.** -dontwarn rx.** # This is necessary for keeping SecureTokenHttpApi and IdentityToolkitHttpApi # Otherwise those classes get stripped out, as they are only being used # reflectively. -keepclasseswithmembernames interface * { @retrofit.http.* ; } # This is necessary for parsing JSON responses, since the JSON converter uses reflection to figure out the class/type of response. # We mainly need the *Response.classes to not be stripped out. All the firebase-auth classes are proguarded into "com.google.android.gms.internal.firebase-auth-api*". -keep class com.google.android.gms.internal.** { *; } # 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.firebase-auth-api.zzaky { ; } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\d13a1c3b72048ad1a79e7bd2e96707ad\transformed\jetified-firebase-auth-23.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\a529e47442f1d0fb6d48f282275965e4\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\Anyelber\.gradle\caches\8.14\transforms\a529e47442f1d0fb6d48f282275965e4\transformed\appcompat-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\8262f696253f150a244492069e8c79de\transformed\jetified-firebase-firestore-25.1.4\proguard.txt # Needed for DNS resolution. Present in OpenJDK, but not Android -dontwarn javax.naming.** # Don't warn about checkerframework # # Guava uses the checkerframework and the annotations # can safely be ignored at runtime. -dontwarn org.checkerframework.** # Guava warnings: -dontwarn java.lang.ClassValue -dontwarn com.google.j2objc.annotations.Weak -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement -dontwarn javax.lang.model.element.Modifier # Okhttp warnings. -dontwarn okio.** -dontwarn com.google.j2objc.annotations.** # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\8262f696253f150a244492069e8c79de\transformed\jetified-firebase-firestore-25.1.4\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\f193806bb942006be38a9cd62a9c0a77\transformed\jetified-firebase-auth-interop-20.0.0\proguard.txt # Can be removed once we pull in a dependency on firebase-common that includes # https://github.com/firebase/firebase-android-sdk/pull/1472/commits/856f1ca1151cdd88679bbc778892f23dfa34fc06#diff-a2ed34b5a38b4c6c686b09e54865eb48 -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\f193806bb942006be38a9cd62a9c0a77\transformed\jetified-firebase-auth-interop-20.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\9025724fbecea88b6f0442ffb554e047\transformed\jetified-firebase-common-21.0.0\proguard.txt -dontwarn com.google.firebase.platforminfo.KotlinDetector -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\9025724fbecea88b6f0442ffb554e047\transformed\jetified-firebase-common-21.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\7aac511c58395115802b9aef3055997e\transformed\jetified-credentials-play-services-auth-1.2.0-rc01\proguard.txt -if class androidx.credentials.CredentialManager -keep class androidx.credentials.playservices.** { *; } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\7aac511c58395115802b9aef3055997e\transformed\jetified-credentials-play-services-auth-1.2.0-rc01\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\8b35cb2bf6fca2b9e647f09bb5649570\transformed\jetified-recaptcha-18.6.1\proguard.txt # Proguard cannot process META-INF/versions/9. # See https://discuss.gradle.org/t/meta-inf-version-duplicate-error-when-using-proguard/31380 -dontwarn module-info # Ignore the warning becuse ClassValueCtorCache is never used on Android. -dontwarn kotlinx.coroutines.internal.ClassValueCtorCache # Ignore warning due to the usage from Guava and kotlinx.coroutines.internal.ClassValueCtorCache -dontwarn java.lang.ClassValue # Ignore warning to accommodate the missing injar of kotlinx.coroutines.flow for # androidx.slidingpanelayout.widget. -dontwarn kotlinx.coroutines.flow.** # This prevents the SDK to be obfuscated again when building the android app. -keep class com.google.android.recaptcha.** { *; } # This is required for recaptcha mobile to function properly. # See: https://cloud.google.com/recaptcha-enterprise/docs/instrument-android-apps -keep class com.google.android.play.core.integrity.** { *; } -keep class com.google.android.gms.tasks.** {*;} # To keep okhttp3 generated files which are used in our NetworkModule which is # used widely across the app. -dontwarn com.squareup.okhttp3.** -dontwarn okhttp3.** -keep class com.squareup.okhttp3.* { *;} -keep class okhttp3.** # 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.recaptcha.internal.zznd { ; } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\8b35cb2bf6fca2b9e647f09bb5649570\transformed\jetified-recaptcha-18.6.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\a5c50bc5e368759ed4803aca97cd8a53\transformed\jetified-play-services-fido-20.1.0\proguard.txt # Methods enable and disable in this class are complained as unresolved # references, but they are system APIs and are not used by Fido client apps. -dontwarn android.nfc.NfcAdapter # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\a5c50bc5e368759ed4803aca97cd8a53\transformed\jetified-play-services-fido-20.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\2527e96d783cb9d160d36d9dded2fd97\transformed\jetified-play-services-auth-base-18.0.4\proguard.txt # We keep all fields for every generated proto file as the runtime uses # reflection over them that ProGuard cannot detect. Without this keep # rule, fields may be removed that would cause runtime failures. -keepclassmembers class * extends com.google.android.gms.internal.auth.zzeu { ; } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\2527e96d783cb9d160d36d9dded2fd97\transformed\jetified-play-services-auth-base-18.0.4\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\7493326d9a98bbad87bd73821e4d9c47\transformed\jetified-play-services-base-18.1.0\proguard.txt # b/35135904 Ensure that proguard will not strip the mResultGuardian. -keepclassmembers class com.google.android.gms.common.api.internal.BasePendingResult { com.google.android.gms.common.api.internal.BasePendingResult$ReleasableResultGuardian mResultGuardian; } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\7493326d9a98bbad87bd73821e4d9c47\transformed\jetified-play-services-base-18.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\a400998ef31b1650da35afd5b16923fb\transformed\jetified-activity-ktx-1.11.0\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\a400998ef31b1650da35afd5b16923fb\transformed\jetified-activity-ktx-1.11.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\ec0801303f5baa4f5baa9651e6f4a56a\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\Anyelber\.gradle\caches\8.14\transforms\ec0801303f5baa4f5baa9651e6f4a56a\transformed\jetified-lifecycle-viewmodel-savedstate-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\4bf70fea609efec8b73c83eaca0953db\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\Anyelber\.gradle\caches\8.14\transforms\4bf70fea609efec8b73c83eaca0953db\transformed\lifecycle-viewmodel-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\c15f832a5ec5d47e7ad953167299082f\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\Anyelber\.gradle\caches\8.14\transforms\c15f832a5ec5d47e7ad953167299082f\transformed\jetified-lifecycle-process-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\52bdf5f8f4c1a58512d85dab89e71737\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\Anyelber\.gradle\caches\8.14\transforms\52bdf5f8f4c1a58512d85dab89e71737\transformed\lifecycle-runtime-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\cb2b88e9a773c904f4bec018ee5c0646\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\Anyelber\.gradle\caches\8.14\transforms\cb2b88e9a773c904f4bec018ee5c0646\transformed\jetified-savedstate-1.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\ee189d63869ef54dd7ed81d16e9be540\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\Anyelber\.gradle\caches\8.14\transforms\ee189d63869ef54dd7ed81d16e9be540\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\Anyelber\.gradle\caches\8.14\transforms\329e9e9d5186bb8afac261cb66a2667b\transformed\jetified-datastore-preferences-core-release\proguard.txt -keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite { ; } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\329e9e9d5186bb8afac261cb66a2667b\transformed\jetified-datastore-preferences-core-release\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\c05868a1dde4dffa4f33ba361011f578\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\Anyelber\.gradle\caches\8.14\transforms\c05868a1dde4dffa4f33ba361011f578\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\3fcfd81c7ffde53ad539286d0ea62444\transformed\jetified-play-services-tasks-18.2.0\proguard.txt # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\3fcfd81c7ffde53ad539286d0ea62444\transformed\jetified-play-services-tasks-18.2.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\b20b1693487f806b3a7e7bd7f0f12790\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\Anyelber\.gradle\caches\8.14\transforms\b20b1693487f806b3a7e7bd7f0f12790\transformed\jetified-play-services-basement-18.4.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\a3fd0e1a0e329eec17af0d4bfbd1466d\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\Anyelber\.gradle\caches\8.14\transforms\a3fd0e1a0e329eec17af0d4bfbd1466d\transformed\fragment-1.7.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\51f222b1c9efa021fa01bae174528a24\transformed\jetified-activity-1.11.0\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\51f222b1c9efa021fa01bae174528a24\transformed\jetified-activity-1.11.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\e1b021ac9252287671f4a1cdf2fc9596\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\Anyelber\.gradle\caches\8.14\transforms\e1b021ac9252287671f4a1cdf2fc9596\transformed\coordinatorlayout-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\69ed95b08fb2c8eb73c928ac6ce3e02d\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\Anyelber\.gradle\caches\8.14\transforms\69ed95b08fb2c8eb73c928ac6ce3e02d\transformed\transition-1.4.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\8b905a985ebad03322ff3af69bfebb4c\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\Anyelber\.gradle\caches\8.14\transforms\8b905a985ebad03322ff3af69bfebb4c\transformed\vectordrawable-animated-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\3383089a3ab9abcdb7c03d95e4c3835a\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\Anyelber\.gradle\caches\8.14\transforms\3383089a3ab9abcdb7c03d95e4c3835a\transformed\core-1.13.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\dbaa67dc26b066a84d3d147545d40b6b\transformed\exifinterface-1.4.1\proguard.txt # Intentionally empty proguard rules to indicate this library is safe to shrink # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\dbaa67dc26b066a84d3d147545d40b6b\transformed\exifinterface-1.4.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\7ec314202fae71b9e7dcf78c86d3f285\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\Anyelber\.gradle\caches\8.14\transforms\7ec314202fae71b9e7dcf78c86d3f285\transformed\jetified-startup-runtime-1.1.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\476bd705afa14dc308ea838158ac8e52\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\Anyelber\.gradle\caches\8.14\transforms\476bd705afa14dc308ea838158ac8e52\transformed\versionedparcelable-1.1.1\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\b8ff2916764b2d08dbf4c54e06a28446\transformed\jetified-firebase-components-18.0.0\proguard.txt -dontwarn com.google.firebase.components.Component$Instantiation -dontwarn com.google.firebase.components.Component$ComponentType -keep class * implements com.google.firebase.components.ComponentRegistrar -keep,allowshrinking interface com.google.firebase.components.ComponentRegistrar # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\b8ff2916764b2d08dbf4c54e06a28446\transformed\jetified-firebase-components-18.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\f92678a75dc50a1da7a89e117cfded25\transformed\jetified-transport-backend-cct-3.1.9\proguard.txt -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\f92678a75dc50a1da7a89e117cfded25\transformed\jetified-transport-backend-cct-3.1.9\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\e27c0c97ac1a31e5d493f1c702603088\transformed\jetified-firebase-encoders-json-18.0.0\proguard.txt # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\e27c0c97ac1a31e5d493f1c702603088\transformed\jetified-firebase-encoders-json-18.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\be085fb5a6520dd25387abeb89c62c4c\transformed\jetified-transport-api-3.1.0\proguard.txt -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\be085fb5a6520dd25387abeb89c62c4c\transformed\jetified-transport-api-3.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\5cef77034392b9357c21a243486dc09d\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\Anyelber\.gradle\caches\8.14\transforms\5cef77034392b9357c21a243486dc09d\transformed\jetified-core-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\4c4dac2bc34c97fe989f8cc8687fdfe1\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\Anyelber\.gradle\caches\8.14\transforms\4c4dac2bc34c97fe989f8cc8687fdfe1\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\10e6dcb3fdccb2bd19a59462ca8659ef\transformed\jetified-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\Anyelber\.gradle\caches\8.14\transforms\10e6dcb3fdccb2bd19a59462ca8659ef\transformed\jetified-core-viewtree-1.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\e033a9ed14c23d332a7fdd95076270e1\transformed\jetified-googleid-1.1.0\proguard.txt # Proguard cannot process META-INF/versions/9. # See https://discuss.gradle.org/t/meta-inf-version-duplicate-error-when-using-proguard/31380 -dontwarn module-info # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\e033a9ed14c23d332a7fdd95076270e1\transformed\jetified-googleid-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\c466770c4c50ce0e9c415944ce83d0a4\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\Anyelber\.gradle\caches\8.14\transforms\c466770c4c50ce0e9c415944ce83d0a4\transformed\rules\lib\META-INF\proguard\okio.pro # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\2d7c662f222c0a57a4cd10334cd747c1\transformed\rules\lib\META-INF\proguard\gson.pro ### Gson ProGuard and R8 rules which are relevant for all users ### This file is automatically recognized by ProGuard and R8, see https://developer.android.com/build/shrink-code#configuration-files ### ### IMPORTANT: ### - These rules are additive; don't include anything here which is not specific to Gson (such as completely ### disabling obfuscation for all classes); the user would be unable to disable that then ### - These rules are not complete; users will most likely have to add additional rules for their specific ### classes, for example to disable obfuscation for certain fields or to keep no-args constructors ### # Keep generic signatures; needed for correct type resolution -keepattributes Signature # Keep Gson annotations # Note: Cannot perform finer selection here to only cover Gson annotations, see also https://stackoverflow.com/q/47515093 -keepattributes RuntimeVisibleAnnotations,AnnotationDefault ### The following rules are needed for R8 in "full mode" which only adheres to `-keepattribtues` if ### the corresponding class or field is matches by a `-keep` rule as well, see ### https://r8.googlesource.com/r8/+/refs/heads/main/compatibility-faq.md#r8-full-mode # Keep class TypeToken (respectively its generic signature) if present -if class com.google.gson.reflect.TypeToken -keep,allowobfuscation class com.google.gson.reflect.TypeToken # Keep any (anonymous) classes extending TypeToken -keep,allowobfuscation class * extends com.google.gson.reflect.TypeToken # Keep classes with @JsonAdapter annotation -keep,allowobfuscation,allowoptimization @com.google.gson.annotations.JsonAdapter class * # Keep fields with any other Gson annotation # Also allow obfuscation, assuming that users will additionally use @SerializedName or # other means to preserve the field names -keepclassmembers,allowobfuscation class * { @com.google.gson.annotations.Expose ; @com.google.gson.annotations.JsonAdapter ; @com.google.gson.annotations.Since ; @com.google.gson.annotations.Until ; } # Keep no-args constructor of classes which can be used with @JsonAdapter # By default their no-args constructor is invoked to create an adapter instance -keepclassmembers class * extends com.google.gson.TypeAdapter { (); } -keepclassmembers class * implements com.google.gson.TypeAdapterFactory { (); } -keepclassmembers class * implements com.google.gson.JsonSerializer { (); } -keepclassmembers class * implements com.google.gson.JsonDeserializer { (); } # Keep fields annotated with @SerializedName for classes which are referenced. # If classes with fields annotated with @SerializedName have a no-args # constructor keep that as well. Based on # https://issuetracker.google.com/issues/150189783#comment11. # See also https://github.com/google/gson/pull/2420#discussion_r1241813541 # for a more detailed explanation. -if class * -keepclasseswithmembers,allowobfuscation class <1> { @com.google.gson.annotations.SerializedName ; } -if class * { @com.google.gson.annotations.SerializedName ; } -keepclassmembers,allowobfuscation,allowoptimization class <1> { (); } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\2d7c662f222c0a57a4cd10334cd747c1\transformed\rules\lib\META-INF\proguard\gson.pro # The proguard configuration file for the following section is C:\Users\Anyelber\.gradle\caches\8.14\transforms\77029720762adaa0dab19240205fafcd\transformed\jetified-protolite-well-known-types-18.0.1\proguard.txt # 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 # protobuf-javalite has a bug that requires this workaround rule # https://github.com/protocolbuffers/protobuf/issues/6463#issuecomment-553183215 -keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { ; } # End of content from C:\Users\Anyelber\.gradle\caches\8.14\transforms\77029720762adaa0dab19240205fafcd\transformed\jetified-protolite-well-known-types-18.0.1\proguard.txt # The proguard configuration file for the following section is # End of content from