# The proguard configuration file for the following section is Android Gradle plugin 9.4.0 (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/app-android/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-9.4.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 <methods>;
}

# 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 <methods>;
}

# 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 <methods>;
}

-keepclasseswithmembers class * {
    @android.support.annotation.Keep <fields>;
}

-keepclasseswithmembers class * {
    @android.support.annotation.Keep <init>(...);
}

# 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 Android Gradle plugin 9.4.0 (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/app-android/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-9.4.0)
# The proguard configuration file for the following section is /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/app-android/proguard-rules.pro

# Begin XXHash rules
# XXHash factories uses reflection
-keep class net.jpountz.xxhash.XXHash32JavaSafe {
    public <init>(...);
    public static ** INSTANCE;
}

-keep class net.jpountz.xxhash.XXHash32JavaSafe$Factory {
    public <init>(...);
    public static ** INSTANCE;
}

# XXHash : XXHashFactory uses reflection
-keep class net.jpountz.xxhash.XXHash64JavaSafe {
    public <init>(...);
    public static ** INSTANCE;
}

-keep class net.jpountz.xxhash.XXHash64JavaSafe$Factory {
    public <init>(...);
    public static ** INSTANCE;
}

-keep class net.jpountz.xxhash.StreamingXXHash32JavaSafe {
    public <init>(...);
    public static ** INSTANCE;
}

-keep class net.jpountz.xxhash.StreamingXXHash32JavaSafe$Factory {
    public <init>(...);
    public static ** INSTANCE;
}

# XXHash : XXHashFactory uses reflection
-keep class net.jpountz.xxhash.StreamingXXHash64JavaSafe {
    public <init>(...);
    public static ** INSTANCE;
}

-keep class net.jpountz.xxhash.StreamingXXHash64JavaSafe$Factory {
    public <init>(...);
    public static ** INSTANCE;
}

# End XXHash rules


## Napier bug as per https://github.com/AAkira/Napier/issues/132
-keep class io.github.aakira.napier.** {
  *;
}
## End Napier rule

# Begin ACRA Rules: ACRA does not cooperate with R8 and has no significant effect on APK size
#
#-keepclassmembers class org.acra.config.DefaultRetryPolicy {
#    public <init>(...);
#}
#
#-keepclassmembers class org.acra.attachment.DefaultAttachmentProvider {
#    public <init>(...);
#}

-keep class org.acra.** { *; }

-keep class world.respect.app.BuildConfig

# End ACRA Rules.

# MLKit QR Code scanner rules. Should not be needed, but they didn't bother to ship R8 rules
# as per their own recommendations.
# See https://github.com/googlesamples/mlkit/issues/1018
-keep class com.google.mlkit.** { *; }
-keep class com.google.android.gms.internal.mlkit_code_scanner.** { *; }
# End MLKit QR Code scanner rules
# End of content from /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/app-android/proguard-rules.pro
# The proguard configuration file for the following section is Local project :::respect-lib-xapi-ipc-server (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/respect-lib-xapi-ipc-server/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)

# End of content from Local project :::respect-lib-xapi-ipc-server (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/respect-lib-xapi-ipc-server/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# The proguard configuration file for the following section is Local project :::lib-http-ipc-server (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/lib-http-ipc-server/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# Add project specific R8 rules here.
# AGP will combine all keep rule files in src/main/keepRules to pass to R8
#
# For more details, see
#   https://d.android.com/r/tools/r8/keep-rules

# 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 *;
#}
# End of content from Local project :::lib-http-ipc-server (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/lib-http-ipc-server/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# The proguard configuration file for the following section is Local project :::lib-http-ipc-client (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/lib-http-ipc-client/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# Add project specific R8 rules here.
# AGP will combine all keep rule files in src/main/keepRules to pass to R8
#
# For more details, see
#   https://d.android.com/r/tools/r8/keep-rules

# 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 *;
#}
# End of content from Local project :::lib-http-ipc-client (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/lib-http-ipc-client/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# The proguard configuration file for the following section is androidx.credentials:credentials-play-services-auth:1.6.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/d76cc2bad988d23c2e3595b928109266/transformed/credentials-play-services-auth-1.6.0/proguard.txt)
-if class androidx.credentials.CredentialManager
-keep class androidx.credentials.playservices.CredentialProviderPlayServicesImpl {
  *;
}
# End of content from androidx.credentials:credentials-play-services-auth:1.6.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/d76cc2bad988d23c2e3595b928109266/transformed/credentials-play-services-auth-1.6.0/proguard.txt)
# The proguard configuration file for the following section is com.google.android.libraries.identity.googleid:googleid:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/70f3364a3ddb9f975343b3196a452c39/transformed/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 com.google.android.libraries.identity.googleid:googleid:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/70f3364a3ddb9f975343b3196a452c39/transformed/googleid-1.1.0/proguard.txt)
# The proguard configuration file for the following section is androidx.credentials:credentials:1.6.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/8f130d24d62d7cffefe312d9a99a9df3/transformed/credentials-1.6.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.credentials:credentials:1.6.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/8f130d24d62d7cffefe312d9a99a9df3/transformed/credentials-1.6.0/proguard.txt)
# The proguard configuration file for the following section is Local project :::lib-http-ipc-shared (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/lib-http-ipc-shared/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# Add project specific R8 rules here.
# AGP will combine all keep rule files in src/main/keepRules to pass to R8
#
# For more details, see
#   https://d.android.com/r/tools/r8/keep-rules

# 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 *;
#}
# End of content from Local project :::lib-http-ipc-shared (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/lib-http-ipc-shared/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# The proguard configuration file for the following section is com.google.android.material:material:1.14.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/a917fec864c17efd4803356f9764c918/transformed/material-1.14.0/proguard.txt)
# Copyright (C) 2015 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# CoordinatorLayout resolves the behaviors of its child components with reflection.
-keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior {
    public <init>(android.content.Context, android.util.AttributeSet);
    public <init>();
}

# Make sure we keep annotations for CoordinatorLayout's DefaultBehavior
-keepattributes RuntimeVisible*Annotation*

# Copyright (C) 2018 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# AppCompatViewInflater reads the viewInflaterClass theme attribute which then
# reflectively instantiates MaterialComponentsViewInflater using the no-argument
# constructor. We only need to keep this constructor and the class name if
# AppCompatViewInflater is also being kept.
-if class androidx.appcompat.app.AppCompatViewInflater
-keep class com.google.android.material.theme.MaterialComponentsViewInflater {
    <init>();
}

-keep class com.google.android.material.focus.FocusRingDrawable {
    <init>();
}

# End of content from com.google.android.material:material:1.14.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/a917fec864c17efd4803356f9764c918/transformed/material-1.14.0/proguard.txt)
# The proguard configuration file for the following section is Local project :::respect-lib-xapi-ipc-shared (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/respect-lib-xapi-ipc-shared/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)

# End of content from Local project :::respect-lib-xapi-ipc-shared (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/respect-lib-xapi-ipc-shared/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# The proguard configuration file for the following section is Local project :::lib-ipc-messagebridge (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/lib-ipc-messagebridge/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# Add project specific R8 rules here.
# AGP will combine all keep rule files in src/main/keepRules to pass to R8
#
# For more details, see
#   https://d.android.com/r/tools/r8/keep-rules

# 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 *;
#}
# End of content from Local project :::lib-ipc-messagebridge (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-end-to-end/lib-ipc-messagebridge/build/intermediates/consumer_proguard_dir/release/exportReleaseConsumerProguardFiles/lib0/proguard.txt)
# The proguard configuration file for the following section is io.coil-kt.coil3:coil-core-android:3.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f68075efd10a25482a926b2f6c34dd18/transformed/coil-core/proguard.txt)
-dontwarn coil3.PlatformContext

# End of content from io.coil-kt.coil3:coil-core-android:3.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f68075efd10a25482a926b2f6c34dd18/transformed/coil-core/proguard.txt)
# The proguard configuration file for the following section is io.insert-koin:koin-compose-viewmodel-android:4.2.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/8579ba1e1717539b2293e42d8b5d49df/transformed/koin-compose-viewmodel-release/proguard.txt)
# Koin Compose ViewModel — consumer R8/ProGuard rules
# Shipped with the koin-compose-viewmodel AAR. Auto-applied to consumer apps.

# Silence R8 warnings about Koin internals (Kotlin reflection metadata, optional interop).
-dontwarn org.koin.**

# NOTE: koinViewModel() / koinNavViewModel() resolution is compile-time (reified inline get(),
# JVM Class.getName() keying) — no runtime reflection over your ViewModel constructors, so you do
# NOT need to keep your ViewModels on Koin's behalf. SavedStateHandle comes from androidx
# CreationExtras at creation time, not from Koin reflection.
# For what you DO need to keep (your saved-state classes for process death), see the
# R8 / ProGuard guide: https://insert-koin.io/docs/reference/koin-android/r8-proguard

# End of content from io.insert-koin:koin-compose-viewmodel-android:4.2.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/8579ba1e1717539b2293e42d8b5d49df/transformed/koin-compose-viewmodel-release/proguard.txt)
# The proguard configuration file for the following section is io.insert-koin:koin-android:4.2.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/88774cae8c7a112815c9df0b30227cd4/transformed/koin-android-4.2.2/proguard.txt)
# Koin Android — consumer R8/ProGuard rules
# Shipped with koin-android AAR. Auto-applied to consumer apps.

# Silence R8 warnings about Koin internals. Koin doesn't ship JVM-only stubs into
# Android consumers, but some transitive paths (Kotlin reflection metadata, optional
# Java interop in org.koin.java) can produce spurious "missing class" warnings.
-dontwarn org.koin.**

# User's Fragment subclasses are loaded via Class.forName in KoinFragmentFactory.
# Users must keep their own Fragment classes (typically via @Keep, layout references,
# or app-side -keep rules). Documented in the R8 guide.

# End of content from io.insert-koin:koin-android:4.2.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/88774cae8c7a112815c9df0b30227cd4/transformed/koin-android-4.2.2/proguard.txt)
# The proguard configuration file for the following section is androidx.preference:preference:1.2.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/2656ed1845c66c78939e91453017de93/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 <init>(android.content.Context, android.util.AttributeSet);
}
-keep public class * extends androidx.preference.Preference {
    public <init>(android.content.Context, android.util.AttributeSet);
}

# End of content from androidx.preference:preference:1.2.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/2656ed1845c66c78939e91453017de93/transformed/preference-1.2.1/proguard.txt)
# The proguard configuration file for the following section is androidx.biometric:biometric:1.4.0-alpha02 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/86c2a3116cc9136a3522538c6e85d30d/transformed/biometric-1.4.0-alpha02/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.

# Never inline methods, but allow shrinking and obfuscation.
-keepclassmembernames,allowobfuscation,allowshrinking
        class androidx.biometric.AuthenticationCallbackProvider$Api* {
    <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking
        class androidx.biometric.BiometricFragment$Api* {
    <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking
        class androidx.biometric.BiometricManager$Api* {
    <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking
        class androidx.biometric.CancellationSignalProvider$Api* {
    <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking
        class androidx.biometric.CryptoObjectUtils$Api* {
    <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking
        class androidx.biometric.FingerprintDialogFragment$Api* {
    <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking
        class androidx.biometric.KeyguardUtils$Api* {
    <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking
        class androidx.biometric.PackageUtils$Api* {
    <methods>;
}

# End of content from androidx.biometric:biometric:1.4.0-alpha02 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/86c2a3116cc9136a3522538c6e85d30d/transformed/biometric-1.4.0-alpha02/proguard.txt)
# The proguard configuration file for the following section is androidx.camera:camera-video:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/bf31d1d06b7f41348afae0f938bcd4b0/transformed/camera-video-1.6.1/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.camera:camera-video:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/bf31d1d06b7f41348afae0f938bcd4b0/transformed/camera-video-1.6.1/proguard.txt)
# The proguard configuration file for the following section is androidx.camera:camera-camera2-pipe:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/861e8ec739a6c97b07c401e4b1c83620/transformed/camera-camera2-pipe-1.6.1/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.camera:camera-camera2-pipe:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/861e8ec739a6c97b07c401e4b1c83620/transformed/camera-camera2-pipe-1.6.1/proguard.txt)
# The proguard configuration file for the following section is androidx.camera:camera-extensions:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/afc068872083e4d8f06349a56e6c2dfa/transformed/camera-extensions-1.6.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.

# Needs to keep the classes implementing the vendor library interfaces in the extensions module.
# Otherwise, it will cause AbstractMethodError if proguard is enabled.
-keep class androidx.camera.extensions.ExtensionsManager$** {*;}
-keep class androidx.camera.extensions.internal.sessionprocessor.AdvancedSessionProcessor$** {*;}
-keep class androidx.camera.extensions.internal.sessionprocessor.StillCaptureProcessor** {*;}
-keep class androidx.camera.extensions.internal.sessionprocessor.PreviewProcessor** {*;}

# End of content from androidx.camera:camera-extensions:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/afc068872083e4d8f06349a56e6c2dfa/transformed/camera-extensions-1.6.1/proguard.txt)
# The proguard configuration file for the following section is androidx.camera:camera-camera2:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ecc17942937ab38574d62b1cba87458c/transformed/camera-camera2-1.6.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 { *; }
# This is used to workaround a framework issue. See b/397601512.
-keepclassmembers class * extends android.hardware.camera2.CameraCaptureSession$CaptureCallback {
    public void onReadoutStarted(android.hardware.camera2.CameraCaptureSession,android.hardware.camera2.CaptureRequest,long,long);
}
# End of content from androidx.camera:camera-camera2:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ecc17942937ab38574d62b1cba87458c/transformed/camera-camera2-1.6.1/proguard.txt)
# The proguard configuration file for the following section is androidx.camera:camera-lifecycle:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/6e907a0054275f47c8bec171e9f31578/transformed/camera-lifecycle-1.6.1/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.camera:camera-lifecycle:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/6e907a0054275f47c8bec171e9f31578/transformed/camera-lifecycle-1.6.1/proguard.txt)
# The proguard configuration file for the following section is androidx.camera:camera-core:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/b38dfe85d2b07c4d38b51c6a9ea6c67a/transformed/camera-core-1.6.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. Preserve Quirk subclasses and their names for correct name mapping in
# QuirkSettings.
-keep,allowshrinking class ** extends androidx.camera.core.impl.Quirk

# End of content from androidx.camera:camera-core:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/b38dfe85d2b07c4d38b51c6a9ea6c67a/transformed/camera-core-1.6.1/proguard.txt)
# The proguard configuration file for the following section is androidx.camera:camera-view:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c0f9eb26b3d2e04fb3b5c40fba5fd4c7/transformed/camera-view-1.6.1/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.camera:camera-view:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c0f9eb26b3d2e04fb3b5c40fba5fd4c7/transformed/camera-view-1.6.1/proguard.txt)
# The proguard configuration file for the following section is com.google.mlkit:barcode-scanning:17.3.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/5178c5378aa06aafe4d1a9d26c3eb8a5/transformed/barcode-scanning-17.3.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.zzeh {
  <fields>;
}

# This prevents the names of native methods from being obfuscated and prevents
# UnsatisfiedLinkErrors.
-keepclasseswithmembernames class * {
    native <methods>;
}

# End of content from com.google.mlkit:barcode-scanning:17.3.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/5178c5378aa06aafe4d1a9d26c3eb8a5/transformed/barcode-scanning-17.3.0/proguard.txt)
# The proguard configuration file for the following section is com.google.mlkit:common:18.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/16d223337d8d6e3478bcce16ac9bc66a/transformed/common-18.11.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 * {
  <init>();
}
-keepclassmembers class * {
    @com.google.android.apps.common.proguard.UsedBy* *;
}

# End of content from com.google.mlkit:common:18.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/16d223337d8d6e3478bcce16ac9bc66a/transformed/common-18.11.0/proguard.txt)
# The proguard configuration file for the following section is androidx.appcompat:appcompat:1.7.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/752495b7510efd9f67a96ec5a7207a4b/transformed/appcompat-1.7.1/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.

# Never inline methods, but allow shrinking and obfuscation.
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper$Impl* {
  <methods>;
}

# End of content from androidx.appcompat:appcompat:1.7.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/752495b7510efd9f67a96ec5a7207a4b/transformed/appcompat-1.7.1/proguard.txt)
# The proguard configuration file for the following section is androidx.browser:browser:1.10.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/d63aa666514b2231f842696a7a5f9440/transformed/browser-1.10.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.browser:browser:1.10.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/d63aa666514b2231f842696a7a5f9440/transformed/browser-1.10.0/proguard.txt)
# The proguard configuration file for the following section is com.google.android.gms:play-services-fido:21.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/3e09556afe26a8870f9e012907ae8c93/transformed/play-services-fido-21.0.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
-dontwarn dalvik.system.VMStack
-dontwarn com.google.common.flogger.backend.google.GooglePlatform
-dontwarn com.google.common.flogger.backend.system.DefaultPlatform

# End of content from com.google.android.gms:play-services-fido:21.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/3e09556afe26a8870f9e012907ae8c93/transformed/play-services-fido-21.0.0/proguard.txt)
# The proguard configuration file for the following section is com.google.android.gms:play-services-identity-credentials:16.0.0-alpha08 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/220473625fc15cc9a17c17f836cf1f34/transformed/play-services-identity-credentials-16.0.0-alpha08/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 com.google.android.gms:play-services-identity-credentials:16.0.0-alpha08 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/220473625fc15cc9a17c17f836cf1f34/transformed/play-services-identity-credentials-16.0.0-alpha08/proguard.txt)
# The proguard configuration file for the following section is com.google.android.gms:play-services-auth-base:18.0.10 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/2f3277c248b0fa834a7ddd98bc8f8246/transformed/play-services-auth-base-18.0.10/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.zzev {
  <fields>;
}

# End of content from com.google.android.gms:play-services-auth-base:18.0.10 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/2f3277c248b0fa834a7ddd98bc8f8246/transformed/play-services-auth-base-18.0.10/proguard.txt)
# The proguard configuration file for the following section is com.google.android.gms:play-services-base:18.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/eb4e38508471421e0450f0ce072c8baa/transformed/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 com.google.android.gms:play-services-base:18.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/eb4e38508471421e0450f0ce072c8baa/transformed/play-services-base-18.5.0/proguard.txt)
# The proguard configuration file for the following section is com.google.android.gms:play-services-tasks:18.2.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/e5c90d9af5bdcb2146ab66e38a56020f/transformed/play-services-tasks-18.2.0/proguard.txt)


# End of content from com.google.android.gms:play-services-tasks:18.2.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/e5c90d9af5bdcb2146ab66e38a56020f/transformed/play-services-tasks-18.2.0/proguard.txt)
# The proguard configuration file for the following section is com.google.android.gms:play-services-basement:18.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/4530e41c261c66defec431eb25ea0faf/transformed/play-services-basement-18.5.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.annotations.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 <fields>;
}
-keepclasseswithmembers class * {
  @androidx.annotation.Keep <methods>;
}

# 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 <fields>;
}
-keepclasseswithmembers class * {
  @androidx.annotation.Keep <methods>;
}

# 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 <fields>;
  public <methods>;
}



# End of content from com.google.android.gms:play-services-basement:18.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/4530e41c261c66defec431eb25ea0faf/transformed/play-services-basement-18.5.0/proguard.txt)
# The proguard configuration file for the following section is androidx.fragment:fragment:1.8.9 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f8c8033a79d2e834e6dcb9b00993ef9f/transformed/fragment-1.8.9/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 <init>();
}

# 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 <init>();
}

# End of content from androidx.fragment:fragment:1.8.9 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f8c8033a79d2e834e6dcb9b00993ef9f/transformed/fragment-1.8.9/proguard.txt)
# The proguard configuration file for the following section is sh.calvin.reorderable:reorderable-android:3.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/dfec98e782154f9f7462b819513ef388/transformed/reorderable-release/proguard.txt)

# End of content from sh.calvin.reorderable:reorderable-android:3.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/dfec98e782154f9f7462b819513ef388/transformed/reorderable-release/proguard.txt)
# The proguard configuration file for the following section is androidx.work:work-runtime:2.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c0b8f3cc7adf25d230390c873ed55a3f/transformed/work-runtime-2.11.2/proguard.txt)
# Keep ListenableWorker / Worker if not removed during shrinking
-keepnames class * extends androidx.work.ListenableWorker
# Keep all constructors on ListenableWorker, Worker if class is kept
-keepclassmembers public class * extends androidx.work.ListenableWorker {
    public <init>(...);
}

# We need to keep WorkerParameters for the ListenableWorker constructor that is used by the
# default instantiation strategy in WorkerFactory.
-keep class androidx.work.WorkerParameters

# Keep InputMerger if not removed during shrinking
-keepnames class * extends androidx.work.InputMerger
# Keep constructor on InputMerger if class is kept
-keepclassmembers class * extends androidx.work.InputMerger { void <init>(); }

# End of content from androidx.work:work-runtime:2.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c0b8f3cc7adf25d230390c873ed55a3f/transformed/work-runtime-2.11.2/proguard.txt)
# The proguard configuration file for the following section is androidx.webkit:webkit:1.14.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/dce1a0e19d55ab61d1c63c7c7ccaeae6/transformed/webkit-1.14.0/proguard.txt)
# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# We need to avoid obfuscating the support library boundary interface because
# this API is shared with the Android Support Library.
# Note that we only 'keep' the package org.chromium.support_lib_boundary itself,
# any sub-packages of that package can still be obfuscated.
-keep public class org.chromium.support_lib_boundary.* { public *; }

# Copyright (C) 2018 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Prevent WebViewClientCompat from being renamed, since chromium depends on this name.
-keepnames public class androidx.webkit.WebViewClientCompat

# Prevent ProcessGlobalConfig and member sProcessGlobalConfig from being renamed, since chromium
# depends on this name.
-keepnames public class androidx.webkit.ProcessGlobalConfig {
    private static final *** sProcessGlobalConfig;
}

-keepclassmembers class androidx.webkit.internal.PageImpl {
    private final org.chromium.support_lib_boundary.WebViewPageBoundaryInterface mPageBoundaryInterface;
}
# End of content from androidx.webkit:webkit:1.14.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/dce1a0e19d55ab61d1c63c7c7ccaeae6/transformed/webkit-1.14.0/proguard.txt)
# The proguard configuration file for the following section is io.insert-koin:koin-core-viewmodel-android:4.2.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/3ebb62816a4ac485e62f7cc212b304a1/transformed/koin-core-viewmodel-release/proguard.txt)
# Koin Core ViewModel — consumer R8/ProGuard rules
# Shipped with the koin-core-viewmodel AAR. Auto-applied to consumer apps.

# Silence R8 warnings about Koin internals (Kotlin reflection metadata, optional interop).
-dontwarn org.koin.**

# NOTE: Koin's ViewModel resolution (viewModelOf / get<T>()) is resolved at COMPILE TIME
# (reified inline get(), JVM Class.getName() keying) — it uses no runtime reflection over your
# ViewModel constructors. You do NOT need to keep your ViewModels on Koin's behalf.
# SavedStateHandle is supplied by androidx CreationExtras at creation time, not by Koin reflection.
# For what you DO need to keep (your @Parcelize/Serializable saved-state classes for process death),
# see the R8 / ProGuard guide: https://insert-koin.io/docs/reference/koin-android/r8-proguard

# End of content from io.insert-koin:koin-core-viewmodel-android:4.2.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/3ebb62816a4ac485e62f7cc212b304a1/transformed/koin-core-viewmodel-release/proguard.txt)
# The proguard configuration file for the following section is androidx.navigation:navigation-runtime-android:2.9.7 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9b5845c4febc97837b1a40cefe5442a2/transformed/navigation-runtime-release/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.navigation:navigation-runtime-android:2.9.7 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9b5845c4febc97837b1a40cefe5442a2/transformed/navigation-runtime-release/proguard.txt)
# The proguard configuration file for the following section is androidx.navigation:navigation-common-android:2.9.7 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9576fcb28070ec0b982bb00641302d6a/transformed/navigation-common-release/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.

# NavArgsLazy creates NavArgs instances using reflection
-if public class ** implements androidx.navigation.NavArgs
-keepclassmembers public class <1> {
    ** fromBundle(android.os.Bundle);
}

# Retain the @Navigator.Name annotation on each subclass of Navigator.
# R8 full mode only retains annotations on items matched by a -keep rule,
# hence the extra -keep rule for the subclasses of Navigator.
#
# A -keep rule for the Navigator.Name annotation class is not required
# since the annotation is referenced from the code.
-keepattributes RuntimeVisibleAnnotations
-keep,allowobfuscation,allowshrinking class * extends androidx.navigation.Navigator

# End of content from androidx.navigation:navigation-common-android:2.9.7 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9576fcb28070ec0b982bb00641302d6a/transformed/navigation-common-release/proguard.txt)
# The proguard configuration file for the following section is androidx.navigation:navigation-compose-android:2.9.7 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/6ea5e4471601446a05e1190777479ba2/transformed/navigation-compose-release/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.navigation:navigation-compose-android:2.9.7 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/6ea5e4471601446a05e1190777479ba2/transformed/navigation-compose-release/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.material3:material3-window-size-class-android:1.5.0-alpha08 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f08148dd4130efbc41a726ad1b9265b3/transformed/material3-window-size-class/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.compose.material3:material3-window-size-class-android:1.5.0-alpha08 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f08148dd4130efbc41a726ad1b9265b3/transformed/material3-window-size-class/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.material3:material3-android:1.5.0-alpha08 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/2b0976bd19bac26c63c35de4f805b9f6/transformed/material3/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.compose.material3:material3-android:1.5.0-alpha08 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/2b0976bd19bac26c63c35de4f805b9f6/transformed/material3/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.animation:animation-core-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ca94888358e9184c53d75007495caa2f/transformed/animation-core/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.

# Keep all the functions created to throw an exception. We don't want these functions to be
# inlined in any way, which R8 will do by default. The whole point of these functions is to
# reduce the amount of code generated at the call site.
-keepclassmembers,allowshrinking,allowobfuscation class androidx.compose.**.* {
    static void throw*Exception(...);
    static void throw*ExceptionForNullCheck(...);
    # For methods returning Nothing
    static java.lang.Void throw*Exception(...);
    static java.lang.Void throw*ExceptionForNullCheck(...);
}

# End of content from androidx.compose.animation:animation-core-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ca94888358e9184c53d75007495caa2f/transformed/animation-core/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.animation:animation-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/622a8998a0865c0e4d521091f841c489/transformed/animation/proguard.txt)
-assumevalues class androidx.compose.animation.IsLookaheadAnimationVisualDebuggingEnabledKt {
    boolean isLookaheadAnimationVisualDebuggingEnabled return false;
}

-assumenosideeffects class * {
    static androidx.compose.animation.LookaheadAnimationVisualDebugConfig *(...) return null;
}

-assumenosideeffects class androidx.compose.animation.LookaheadAnimationVisualDebugHelperKt {
    public static void LookaheadAnimationVisualDebugging(...);
}
# End of content from androidx.compose.animation:animation-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/622a8998a0865c0e4d521091f841c489/transformed/animation/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.foundation:foundation-layout-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/83291d143108faf48794a46dd8cc37e4/transformed/foundation-layout/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.

# Keep all the functions created to throw an exception. We don't want these functions to be
# inlined in any way, which R8 will do by default. The whole point of these functions is to
# reduce the amount of code generated at the call site.
-keepclassmembers,allowshrinking,allowobfuscation class androidx.compose.**.* {
    static void throw*Exception(...);
    static void throw*ExceptionForNullCheck(...);
    # For methods returning Nothing
    static java.lang.Void throw*Exception(...);
    static java.lang.Void throw*ExceptionForNullCheck(...);
}

# End of content from androidx.compose.foundation:foundation-layout-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/83291d143108faf48794a46dd8cc37e4/transformed/foundation-layout/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.foundation:foundation-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/86b029e03acc88b1e6027b229ea14c94/transformed/foundation/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.

# Keep all the functions created to throw an exception. We don't want these functions to be
# inlined in any way, which R8 will do by default. The whole point of these functions is to
# reduce the amount of code generated at the call site.
-keepclassmembers,allowshrinking,allowobfuscation class androidx.compose.**.* {
    static void throw*Exception(...);
    # For methods returning Nothing
    static java.lang.Void throw*Exception(...);
}


# End of content from androidx.compose.foundation:foundation-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/86b029e03acc88b1e6027b229ea14c94/transformed/foundation/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.ui:ui-unit-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fa1e8ba6213311a285f410cbb21d20c4/transformed/ui-unit/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.

# Keep all the functions created to throw an exception. We don't want these functions to be
# inlined in any way, which R8 will do by default. The whole point of these functions is to
# reduce the amount of code generated at the call site.
-keepclassmembers,allowshrinking,allowobfuscation class androidx.compose.**.* {
    static void throw*Exception(...);
    static void throw*ExceptionForNullCheck(...);
    # For methods returning Nothing
    static java.lang.Void throw*Exception(...);
    static java.lang.Void throw*ExceptionForNullCheck(...);
}

# End of content from androidx.compose.ui:ui-unit-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fa1e8ba6213311a285f410cbb21d20c4/transformed/ui-unit/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.ui:ui-graphics-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/20e16d8549a03dde2f0dac67f44a8a57/transformed/ui-graphics/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.

# Keep all the functions created to throw an exception. We don't want these functions to be
# inlined in any way, which R8 will do by default. The whole point of these functions is to
# reduce the amount of code generated at the call site.
-keepclassmembers,allowshrinking,allowobfuscation class androidx.compose.**.* {
    static void throw*Exception(...);
    static void throw*ExceptionForNullCheck(...);
    # For methods returning Nothing
    static java.lang.Void throw*Exception(...);
    static java.lang.Void throw*ExceptionForNullCheck(...);
}
-keepclassmembers class androidx.compose.ui.graphics.layer.view.ViewLayerContainer {
    protected void dispatchGetDisplayList();
}
-keepclassmembers class androidx.compose.ui.graphics.layer.view.PlaceholderHardwareCanvas {
    public int drawRenderNode(...);
    public boolean isHardwareAccelerated();
}

# End of content from androidx.compose.ui:ui-graphics-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/20e16d8549a03dde2f0dac67f44a8a57/transformed/ui-graphics/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.ui:ui-util-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/1b69d0f5e31094edd848dab7123f1b31/transformed/ui-util/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.

# Keep all the functions created to throw an exception. We don't want these functions to be
# inlined in any way, which R8 will do by default. The whole point of these functions is to
# reduce the amount of code generated at the call site.
-keepclassmembers,allowshrinking,allowobfuscation class androidx.compose.**.* {
    static void throw*Exception(...);
    static void throw*ExceptionForNullCheck(...);
    # For methods returning Nothing
    static java.lang.Void throw*Exception(...);
    static java.lang.Void throw*ExceptionForNullCheck(...);
}

# End of content from androidx.compose.ui:ui-util-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/1b69d0f5e31094edd848dab7123f1b31/transformed/ui-util/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.ui:ui-text-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/6e7f80043a1424f04cb68a3506f32750/transformed/ui-text/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.

# Keep all the functions created to throw an exception. We don't want these functions to be
# inlined in any way, which R8 will do by default. The whole point of these functions is to
# reduce the amount of code generated at the call site.
-keepclassmembers,allowshrinking,allowobfuscation class androidx.compose.**.* {
    static void throw*Exception(...);
    static void throw*ExceptionForNullCheck(...);
    # For methods returning Nothing
    static java.lang.Void throw*Exception(...);
    static java.lang.Void throw*ExceptionForNullCheck(...);
}

# End of content from androidx.compose.ui:ui-text-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/6e7f80043a1424f04cb68a3506f32750/transformed/ui-text/proguard.txt)
# The proguard configuration file for the following section is androidx.lifecycle:lifecycle-process:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/58c1d4bca1d0ab03a6f244d85bf81d8a/transformed/lifecycle-process-2.11.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 androidx.lifecycle:lifecycle-process:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/58c1d4bca1d0ab03a6f244d85bf81d8a/transformed/lifecycle-process-2.11.0/proguard.txt)
# The proguard configuration file for the following section is org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/8f2182409a834e7619a2446807c1bcd3/transformed/lifecycle-viewmodel-compose/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/8f2182409a834e7619a2446807c1bcd3/transformed/lifecycle-viewmodel-compose/proguard.txt)
# The proguard configuration file for the following section is org.jetbrains.androidx.lifecycle:lifecycle-runtime-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/a6864e0991a054f1f68d26a5f8d5597b/transformed/lifecycle-runtime/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from org.jetbrains.androidx.lifecycle:lifecycle-runtime-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/a6864e0991a054f1f68d26a5f8d5597b/transformed/lifecycle-runtime/proguard.txt)
# The proguard configuration file for the following section is org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ecca8645aa61c6f1d202e3204c001d73/transformed/lifecycle-viewmodel-savedstate/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ecca8645aa61c6f1d202e3204c001d73/transformed/lifecycle-viewmodel-savedstate/proguard.txt)
# The proguard configuration file for the following section is androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9e7e483fa43ce52a6a1a5fd2579de1a0/transformed/lifecycle-viewmodel-savedstate/proguard.txt)
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
    <init>(androidx.lifecycle.SavedStateHandle);
}

-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
    <init>(android.app.Application,androidx.lifecycle.SavedStateHandle);
}

# End of content from androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9e7e483fa43ce52a6a1a5fd2579de1a0/transformed/lifecycle-viewmodel-savedstate/proguard.txt)
# The proguard configuration file for the following section is androidx.lifecycle:lifecycle-runtime-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/b87e4038502a3c73cd35ed33de572be7/transformed/lifecycle-runtime/proguard.txt)
-keepattributes AnnotationDefault,
                RuntimeVisibleAnnotations,
                RuntimeVisibleParameterAnnotations,
                RuntimeVisibleTypeAnnotations

-keepclassmembers enum androidx.lifecycle.Lifecycle$Event {
    <fields>;
}

-keep class * implements androidx.lifecycle.GeneratedAdapter {
    <init>(...);
}

-keepclassmembers class ** {
    @androidx.lifecycle.OnLifecycleEvent *;
}

# The deprecated `android.app.Fragment` creates `Fragment` instances using reflection.
# See: b/338958225, b/341537875
-keepclasseswithmembers,allowobfuscation public class androidx.lifecycle.ReportFragment {
    public <init>();
}

# 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 androidx.lifecycle:lifecycle-runtime-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/b87e4038502a3c73cd35ed33de572be7/transformed/lifecycle-runtime/proguard.txt)
# The proguard configuration file for the following section is androidx.lifecycle:lifecycle-viewmodel-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/62c523e7241fa0ef4d429e98b7789588/transformed/lifecycle-viewmodel/proguard.txt)
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
    <init>();
}

-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
    <init>(android.app.Application);
}

# End of content from androidx.lifecycle:lifecycle-viewmodel-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/62c523e7241fa0ef4d429e98b7789588/transformed/lifecycle-viewmodel/proguard.txt)
# The proguard configuration file for the following section is org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9a1d41b516ff245c3fc2d9f4c1fa64c7/transformed/lifecycle-viewmodel/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9a1d41b516ff245c3fc2d9f4c1fa64c7/transformed/lifecycle-viewmodel/proguard.txt)
# The proguard configuration file for the following section is org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/bd2dd0c56a028871bf85de00d217f127/transformed/lifecycle-runtime-compose/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose-android:2.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/bd2dd0c56a028871bf85de00d217f127/transformed/lifecycle-runtime-compose/proguard.txt)
# The proguard configuration file for the following section is androidx.room:room-runtime-android:2.8.4 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/4d931f6c8f1e888ae04d508cfdf379dc/transformed/room-runtime/proguard.txt)
-keep class * extends androidx.room.RoomDatabase { void <init>(); }
-dontwarn androidx.room.paging.**
-dontwarn androidx.lifecycle.LiveData

# End of content from androidx.room:room-runtime-android:2.8.4 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/4d931f6c8f1e888ae04d508cfdf379dc/transformed/room-runtime/proguard.txt)
# The proguard configuration file for the following section is androidx.room:room-ktx:2.8.4 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/46d5babdfb7b8b7caca4a1b526c9537e/transformed/room-ktx-2.8.4/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.room:room-ktx:2.8.4 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/46d5babdfb7b8b7caca4a1b526c9537e/transformed/room-ktx-2.8.4/proguard.txt)
# The proguard configuration file for the following section is androidx.room:room-paging-android:2.8.4 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/5aa9b41f07d1f35006af096ad19bc4fe/transformed/room-paging/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.room:room-paging-android:2.8.4 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/5aa9b41f07d1f35006af096ad19bc4fe/transformed/room-paging/proguard.txt)
# The proguard configuration file for the following section is androidx.navigationevent:navigationevent-android:1.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/e489bbdf7fc5b4e8de80a55c3e367b31/transformed/navigationevent/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.navigationevent:navigationevent-android:1.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/e489bbdf7fc5b4e8de80a55c3e367b31/transformed/navigationevent/proguard.txt)
# The proguard configuration file for the following section is androidx.navigationevent:navigationevent-compose-android:1.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f084ba2f1dc8eeb804ec2f1d73691f69/transformed/navigationevent-compose/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.navigationevent:navigationevent-compose-android:1.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f084ba2f1dc8eeb804ec2f1d73691f69/transformed/navigationevent-compose/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.runtime:runtime-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f0e0134a14171bb8a52151d73c9e8950/transformed/runtime/proguard.txt)
-assumenosideeffects public class androidx.compose.runtime.ComposerKt {
    void sourceInformation(androidx.compose.runtime.Composer,java.lang.String);
    void sourceInformationMarkerStart(androidx.compose.runtime.Composer,int,java.lang.String);
    void sourceInformationMarkerEnd(androidx.compose.runtime.Composer);
}

# Composer's class initializer doesn't do anything but create an EMPTY object. Marking the
# initializers as having no side effects can help encourage shrinkers to merge/devirtualize Composer
# with ComposerImpl.
-assumenosideeffects public class androidx.compose.runtime.Composer {
    void <clinit>();
}
-assumenosideeffects public class androidx.compose.runtime.ComposerImpl {
    void <clinit>();
}

# Keep all the functions created to throw an exception. We don't want these functions to be
# inlined in any way, which R8 will do by default. The whole point of these functions is to
# reduce the amount of code generated at the call site.
-keepclassmembers,allowshrinking,allowobfuscation class androidx.compose.runtime.** {
    # java.lang.Void == methods that return Nothing
    static void throw*Exception(...);
    static void throw*ExceptionForNullCheck(...);
    static java.lang.Void throw*Exception(...);
    static java.lang.Void throw*ExceptionForNullCheck(...);

    # For functions generating error messages
    static java.lang.String exceptionMessage*(...);
    java.lang.String exceptionMessage*(...);

    static void compose*RuntimeError(...);
    static java.lang.Void compose*RuntimeError(...);
}

# Runtime uses this field to enable group key based stack trace collection.
-assumevalues class androidx.compose.runtime.tooling.ComposeStackTraceMode {
     private static boolean isMinified return true;
}

# Assume the experimental link-buffer composer is not enabled
-assumevalues public class androidx.compose.runtime.ComposeRuntimeFlags {
    static boolean isLinkBufferComposerEnabled return false;
}

# End of content from androidx.compose.runtime:runtime-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f0e0134a14171bb8a52151d73c9e8950/transformed/runtime/proguard.txt)
# The proguard configuration file for the following section is androidx.savedstate:savedstate-android:1.4.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/25de22c71b773415a063ea117858263e/transformed/savedstate/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 {
    <init>();
}

# End of content from androidx.savedstate:savedstate-android:1.4.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/25de22c71b773415a063ea117858263e/transformed/savedstate/proguard.txt)
# The proguard configuration file for the following section is androidx.savedstate:savedstate-ktx:1.4.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/66b0293d3b645bc75d0865cfb829f4d1/transformed/savedstate-ktx-1.4.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.savedstate:savedstate-ktx:1.4.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/66b0293d3b645bc75d0865cfb829f4d1/transformed/savedstate-ktx-1.4.0/proguard.txt)
# The proguard configuration file for the following section is androidx.savedstate:savedstate-compose-android:1.4.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/a19292146ea4561f68bb7dc11b95df5a/transformed/savedstate-compose/proguard.txt)
# Workaround for https://issuetracker.google.com/issues/346808608
#
# `androidx.savedstate.compose.LocalSavedStateRegistryOwner` will reflectively lookup for
# `androidx.compose.ui.platform.LocalSavedStateRegistryOwner` to ensure backward compatibility
# when using SavedState >= 1.3 with Compose <= 1.7.
#
# We need to keep the getter if the code using this is included.
#
# We need to suppress `ShrinkerUnresolvedReference` because the `LocalComposition` is in a
# different module.
#
#noinspection ShrinkerUnresolvedReference
-if public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt {
    public static *** getLocalSavedStateRegistryOwner();
}
-keep public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt {
    public static *** getLocalSavedStateRegistryOwner();
}

# End of content from androidx.savedstate:savedstate-compose-android:1.4.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/a19292146ea4561f68bb7dc11b95df5a/transformed/savedstate-compose/proguard.txt)
# The proguard configuration file for the following section is androidx.graphics:graphics-shapes-android:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/4408df6a964feaaad398c10ec7fb04bd/transformed/graphics-shapes/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.graphics:graphics-shapes-android:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/4408df6a964feaaad398c10ec7fb04bd/transformed/graphics-shapes/proguard.txt)
# The proguard configuration file for the following section is androidx.coordinatorlayout:coordinatorlayout:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ddbe1b2a76b94a422960df3b045bbdb9/transformed/coordinatorlayout-1.1.0/proguard.txt)
# Copyright (C) 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# CoordinatorLayout resolves the behaviors of its child components with reflection.
-keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior {
    public <init>(android.content.Context, android.util.AttributeSet);
    public <init>();
}

# Make sure we keep annotations for CoordinatorLayout's DefaultBehavior and ViewPager's DecorView
-keepattributes *Annotation*

# End of content from androidx.coordinatorlayout:coordinatorlayout:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ddbe1b2a76b94a422960df3b045bbdb9/transformed/coordinatorlayout-1.1.0/proguard.txt)
# The proguard configuration file for the following section is androidx.recyclerview:recyclerview:1.2.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/661459e8423f3e080d31295b126ba335/transformed/recyclerview-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.

# When layoutManager xml attribute is used, RecyclerView inflates
#LayoutManagers' constructors using reflection.
-keep public class * extends androidx.recyclerview.widget.RecyclerView$LayoutManager {
    public <init>(android.content.Context, android.util.AttributeSet, int, int);
    public <init>();
}

-keepclassmembers class androidx.recyclerview.widget.RecyclerView {
    public void suppressLayout(boolean);
    public boolean isLayoutSuppressed();
}
# End of content from androidx.recyclerview:recyclerview:1.2.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/661459e8423f3e080d31295b126ba335/transformed/recyclerview-1.2.1/proguard.txt)
# The proguard configuration file for the following section is androidx.customview:customview:1.2.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/95afb9f2c55d5878754ca08fc6ff0f4b/transformed/customview-1.2.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.customview:customview:1.2.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/95afb9f2c55d5878754ca08fc6ff0f4b/transformed/customview-1.2.0/proguard.txt)
# The proguard configuration file for the following section is androidx.transition:transition:1.6.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/1bb91b68f118396622a457337f05803f/transformed/transition-1.6.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.

# 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 androidx.transition:transition:1.6.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/1bb91b68f118396622a457337f05803f/transformed/transition-1.6.0/proguard.txt)
# The proguard configuration file for the following section is androidx.dynamicanimation:dynamicanimation:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/84c86deb81ff76a6a58704af068a8656/transformed/dynamicanimation-1.1.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.dynamicanimation:dynamicanimation:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/84c86deb81ff76a6a58704af068a8656/transformed/dynamicanimation-1.1.0/proguard.txt)
# The proguard configuration file for the following section is androidx.vectordrawable:vectordrawable-animated:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/184fdf8ba04f9d9cffcc15ac732f7753/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 androidx.vectordrawable:vectordrawable-animated:1.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/184fdf8ba04f9d9cffcc15ac732f7753/transformed/vectordrawable-animated-1.1.0/proguard.txt)
# The proguard configuration file for the following section is androidx.window:window-core-android:1.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/a143bab589694973b37f38f62d0f4a00/transformed/window-core/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.window:window-core-android:1.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/a143bab589694973b37f38f62d0f4a00/transformed/window-core/proguard.txt)
# The proguard configuration file for the following section is androidx.window:window:1.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/b91f94923cb3de8ddfecf5c0632c2d35/transformed/window-1.5.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.* {*;}
# Required to support kotlin-reflect
-keep,allowshrinking class androidx.window.layout.adapter.extensions.MulticastConsumer {
  void accept(androidx.window.extensions.layout.WindowLayoutInfo);
}
-keep interface androidx.window.reflection.Consumer2 {
  public *** accept(***);
}
-keep interface androidx.window.reflection.Predicate2 {
  public *** test(***);
}
-keep interface androidx.window.reflection.JFunction2 {
  public *** apply(***);
}
# End of content from androidx.window:window:1.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/b91f94923cb3de8ddfecf5c0632c2d35/transformed/window-1.5.0/proguard.txt)
# The proguard configuration file for the following section is androidx.camera.viewfinder:viewfinder-core:1.5.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/3982050cc80c6868c8b901e8d1baaef0/transformed/viewfinder-core-1.5.1/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.camera.viewfinder:viewfinder-core:1.5.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/3982050cc80c6868c8b901e8d1baaef0/transformed/viewfinder-core-1.5.1/proguard.txt)
# The proguard configuration file for the following section is androidx.graphics:graphics-path:1.0.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/176d8c3db79fa56ae9dd45463022e3fe/transformed/graphics-path-1.0.1/proguard.txt)
-keepclasseswithmembers class androidx.graphics.path.** {
    native <methods>;
}

# End of content from androidx.graphics:graphics-path:1.0.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/176d8c3db79fa56ae9dd45463022e3fe/transformed/graphics-path-1.0.1/proguard.txt)
# The proguard configuration file for the following section is androidx.core:core:1.19.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/d4e17b1830e75575272c388de2f2919d/transformed/core-1.19.0/proguard.txt)
# Never inline methods, but allow shrinking and obfuscation.
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
  <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
  <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
  <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
  <methods>;
}
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl {
  <methods>;
}

# End of content from androidx.core:core:1.19.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/d4e17b1830e75575272c388de2f2919d/transformed/core-1.19.0/proguard.txt)
# The proguard configuration file for the following section is androidx.compose.ui:ui-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/87a73e601fdde83f3e3dfff91081e95a/transformed/ui/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.

# We supply these as stubs and are able to link to them at runtime
# because they are hidden public classes in Android. We don't want
# R8 to complain about them not being there during optimization.
-dontwarn android.view.RenderNode
-dontwarn android.view.DisplayListCanvas
-dontwarn android.view.HardwareCanvas

-keepclassmembers class androidx.compose.ui.platform.ViewLayerContainer {
    protected void dispatchGetDisplayList();
}

-keepclassmembers class androidx.compose.ui.platform.AndroidComposeView {
    android.view.View findViewByAccessibilityIdTraversal(int);
}

# Users can create Modifier.Node instances that implement multiple Modifier.Node interfaces,
# so we cannot tell whether two modifier.node instances are of the same type without using
# reflection to determine the class type. See b/265188224 for more context.
-keep,allowobfuscation,allowshrinking class * extends androidx.compose.ui.node.ModifierNodeElement

# Keep all the functions created to throw an exception. We don't want these functions to be
# inlined in any way, which R8 will do by default. The whole point of these functions is to
# reduce the amount of code generated at the call site.
-keepclassmembers,allowshrinking,allowobfuscation class androidx.compose.**.* {
    static void throw*Exception(...);
    static void throw*ExceptionForNullCheck(...);
    # For methods returning Nothing
    static java.lang.Void throw*Exception(...);
    static java.lang.Void throw*ExceptionForNullCheck(...);
    # For functions generating error messages
    static java.lang.String exceptionMessage*(...);
    java.lang.String exceptionMessage*(...);
}

# When pointer input modifier nodes are added dynamically and have the same keys (common when
# developers `Unit` for their keys), we need a way to differentiate them and using a
# functional interface and comparing classes allows us to do that.
-keepnames class androidx.compose.ui.input.pointer.PointerInputEventHandler {
    *;
}


# End of content from androidx.compose.ui:ui-android:1.11.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/87a73e601fdde83f3e3dfff91081e95a/transformed/ui/proguard.txt)
# The proguard configuration file for the following section is androidx.activity:activity-ktx:1.13.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/1a78eda17de601329bade00608b014ff/transformed/activity-ktx-1.13.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.activity:activity-ktx:1.13.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/1a78eda17de601329bade00608b014ff/transformed/activity-ktx-1.13.0/proguard.txt)
# The proguard configuration file for the following section is androidx.activity:activity:1.13.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/08768877bee144a9fc0c81ab96628b1e/transformed/activity-1.13.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.activity:activity:1.13.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/08768877bee144a9fc0c81ab96628b1e/transformed/activity-1.13.0/proguard.txt)
# The proguard configuration file for the following section is androidx.activity:activity-compose:1.13.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ca1d7c599343f4b24ab37a579770f8a6/transformed/activity-compose-1.13.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.activity:activity-compose:1.13.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ca1d7c599343f4b24ab37a579770f8a6/transformed/activity-compose-1.13.0/proguard.txt)
# The proguard configuration file for the following section is ch.acra:acra-core:5.13.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/0932b5f428181cca4c5f2630c80a60ae/transformed/acra-core-5.13.1/proguard.txt)
# Restore some Source file names and restore approximate line numbers in the stack traces,
# otherwise the stack traces are pretty useless
-keepattributes SourceFile,LineNumberTable

# ACRA loads Plugins using reflection
-keep class * implements org.acra.plugins.Plugin {*;}

# ACRA uses enum fields in json
-keep enum org.acra.** {*;}

# autodsl accesses constructors using reflection
-keepclassmembers class * implements org.acra.config.Configuration { <init>(...); }

# ACRA creates a proxy for this interface
-keep interface org.acra.ErrorReporter { void <init>(); }

-dontwarn android.support.**

-dontwarn com.faendir.kotlin.autodsl.DslInspect
-dontwarn com.faendir.kotlin.autodsl.DslMandatory
-dontwarn com.google.auto.service.AutoService

# End of content from ch.acra:acra-core:5.13.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/0932b5f428181cca4c5f2630c80a60ae/transformed/acra-core-5.13.1/proguard.txt)
# The proguard configuration file for the following section is androidx.media3:media3-common:1.9.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c6104ec7dacde7f8a373325fd6df64e7/transformed/media3-common-1.9.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 androidx.media3:media3-common:1.9.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c6104ec7dacde7f8a373325fd6df64e7/transformed/media3-common-1.9.0/proguard.txt)
# The proguard configuration file for the following section is com.squareup.okhttp3:okhttp-android:5.4.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c6b8408fa8bca3a9b5a29fb612605a20/transformed/okhttp/proguard.txt)
# JSR 305 annotations are for embedding nullability information.
-dontwarn javax.annotation.**

# Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
-dontwarn org.codehaus.mojo.animal_sniffer.*

# OkHttp platform used only on JVM and when Conscrypt and other security providers are available.
# May be used with robolectric or deliberate use of Bouncy Castle on Android
-dontwarn okhttp3.internal.platform.**
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**

# End of content from com.squareup.okhttp3:okhttp-android:5.4.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c6b8408fa8bca3a9b5a29fb612605a20/transformed/okhttp/proguard.txt)
# The proguard configuration file for the following section is org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/00732d8b881f50f32a7af16df6d44238/transformed/shrink-rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro)
# Allow R8 to optimize away the FastServiceLoader.
# Together with ServiceLoader optimization in R8
# this results in direct instantiation when loading Dispatchers.Main
-assumenosideeffects class kotlinx.coroutines.internal.MainDispatcherLoader {
    boolean FAST_SERVICE_LOADER_ENABLED return false;
}

-assumenosideeffects class kotlinx.coroutines.internal.FastServiceLoaderKt {
    boolean ANDROID_DETECTED return true;
}

# Disable support for "Missing Main Dispatcher", since we always have Android main dispatcher
-assumenosideeffects class kotlinx.coroutines.internal.MainDispatchersKt {
    boolean SUPPORT_MISSING return false;
}

# Statically turn off all debugging facilities and assertions
-assumenosideeffects class kotlinx.coroutines.DebugKt {
    boolean getASSERTIONS_ENABLED() return false;
    boolean getDEBUG() return false;
    boolean getRECOVER_STACK_TRACES() return false;
}

# End of content from org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/00732d8b881f50f32a7af16df6d44238/transformed/shrink-rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro)
# The proguard configuration file for the following section is io.ktor:ktor-utils-jvm:3.5.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/27b731d0ebdd5142abde4871f0263474/transformed/shrink-rules/lib/META-INF/proguard/ktor.pro)
# Most of volatile fields are updated with AtomicFU and should not be mangled/removed
-keepclassmembers class io.ktor.** {
    volatile <fields>;
}

-keepclassmembernames class io.ktor.** {
    volatile <fields>;
}

# client engines are loaded using ServiceLoader so we need to keep them
-keep class io.ktor.client.engine.** implements io.ktor.client.HttpClientEngineContainer


# End of content from io.ktor:ktor-utils-jvm:3.5.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/27b731d0ebdd5142abde4871f0263474/transformed/shrink-rules/lib/META-INF/proguard/ktor.pro)
# The proguard configuration file for the following section is org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ccafefdd266b48dd21466df2f73e277f/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/coroutines.pro)
# When editing this file, update the following files as well:
# - META-INF/proguard/coroutines.pro
# - META-INF/com.android.tools/proguard/coroutines.pro

# Most of volatile fields are updated with AFU and should not be mangled
-keepclassmembers class kotlinx.coroutines.** {
    volatile <fields>;
}

# Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater
-keepclassmembers class kotlin.coroutines.SafeContinuation {
    volatile <fields>;
}

# These classes are only required by kotlinx.coroutines.debug.internal.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

# Keep GC anchor fields that prevent the sharing coroutine from being collected.
-keepclassmembers class kotlinx.coroutines.flow.ReadonlySharedFlow {
    kotlinx.coroutines.Job job;
}
-keepclassmembers class kotlinx.coroutines.flow.ReadonlyStateFlow {
    kotlinx.coroutines.Job job;
}

# End of content from org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ccafefdd266b48dd21466df2f73e277f/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/coroutines.pro)
# The proguard configuration file for the following section is androidx.sqlite:sqlite-bundled-android:2.7.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ba64d569f457cac50d0ee50099f65b41/transformed/sqlite-bundled/proguard.txt)
-keepclasseswithmembers class androidx.sqlite.driver.bundled.** { native <methods>; }
# End of content from androidx.sqlite:sqlite-bundled-android:2.7.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/ba64d569f457cac50d0ee50099f65b41/transformed/sqlite-bundled/proguard.txt)
# The proguard configuration file for the following section is io.github.pdvrieze.xmlutil:core-jvm:1.0.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/002a0db0dc206c42bfec27e3dc77c639/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/xmlutil-r8-workaround.pro)
# Needed to work around a bug in r8 where a switch over these values triggers an r8 bug.
#noinspection ShrinkerUnresolvedReference
-keep enum nl.adaptivity.xmlutil.EventType { *;}

# End of content from io.github.pdvrieze.xmlutil:core-jvm:1.0.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/002a0db0dc206c42bfec27e3dc77c639/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/xmlutil-r8-workaround.pro)
# The proguard configuration file for the following section is org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fcb55cbf854338fcc36c7b9821b45a31/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/kotlinx-serialization-common.pro)
# Keep `Companion` object field of serializable classes.
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
 -keepclassmembers @kotlinx.serialization.Serializable class ** {
    static ** Companion;
 }

# Keep names for named companion object from obfuscation
# Names of a class and of a field are important in lookup of named companion in runtime
-if @kotlinx.serialization.internal.NamedCompanion class *
-keepclassmembers class * {
    static <1> *;
}

# Keep `serializer()` on companion objects (both default and named) of serializable classes.
-if @kotlinx.serialization.Serializable class ** {
    static **$* *;
}
-keepclassmembers class <2>$<3> {
    kotlinx.serialization.KSerializer serializer(...);
}

# Keep `INSTANCE.serializer()` of serializable objects.
-if @kotlinx.serialization.Serializable class ** {
    public static ** INSTANCE;
}
-keepclassmembers class <1> {
    public static <1> INSTANCE;
    kotlinx.serialization.KSerializer serializer(...);
}

# @Serializable and @Polymorphic are used at runtime for polymorphic serialization.
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault

# Don't print notes about potential mistakes or omissions in the configuration for kotlinx-serialization classes
# See also https://github.com/Kotlin/kotlinx.serialization/issues/1900
-dontnote kotlinx.serialization.**
# Serialization core uses `java.lang.ClassValue` for caching inside these specified classes.
# If there is no `java.lang.ClassValue` (for example, in Android), then R8/ProGuard will print a warning.
# However, since in this case they will not be used, we can disable these warnings
-dontwarn kotlinx.serialization.internal.ClassValueReferences

# disable optimisation for descriptor field because in some versions of ProGuard, optimization generates incorrect bytecode that causes a verification error
# see https://github.com/Kotlin/kotlinx.serialization/issues/2719
-keepclassmembers public class **$$serializer {
    private ** descriptor;
}

# End of content from org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fcb55cbf854338fcc36c7b9821b45a31/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/kotlinx-serialization-common.pro)
# The proguard configuration file for the following section is org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fcb55cbf854338fcc36c7b9821b45a31/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/kotlinx-serialization-r8.pro)
# Rule to save runtime annotations on serializable class.
# If the R8 full mode is used, annotations are removed from classes-files.
#
# For the annotation serializer, it is necessary to read the `Serializable` annotation inside the serializer<T>() function - if it is present,
# then `SealedClassSerializer` is used, if absent, then `PolymorphicSerializer'.
#
# When using R8 full mode, all interfaces will be serialized using `PolymorphicSerializer`.
#
# see https://github.com/Kotlin/kotlinx.serialization/issues/2050

 -if @kotlinx.serialization.Serializable class **
 -keep, allowshrinking, allowoptimization, allowobfuscation, allowaccessmodification class <1>

# Rule to save runtime annotations on named companion class.
# If the R8 full mode is used, annotations are removed from classes-files.
-if @kotlinx.serialization.internal.NamedCompanion class *
-keep, allowshrinking, allowoptimization, allowobfuscation, allowaccessmodification class <1>

# Rule to save INSTANCE field and serializer function for Kotlin serializable objects.
#
# R8 full mode works differently if the instance is not explicitly accessed in the code.
#
# see https://github.com/Kotlin/kotlinx.serialization/issues/2861
# see https://issuetracker.google.com/issues/379996140

-keepclassmembers @kotlinx.serialization.Serializable class ** {
    public static ** INSTANCE;
    kotlinx.serialization.KSerializer serializer(...);
}

# End of content from org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.11.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fcb55cbf854338fcc36c7b9821b45a31/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/kotlinx-serialization-r8.pro)
# The proguard configuration file for the following section is org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.8.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/cc5fbf024495d913e9929119ebc401ce/transformed/shrink-rules/lib/META-INF/proguard/datetime.pro)
# We depend on kotlinx-serialization as compileOnly.
# If the serializers don't get used, the library works properly even without the
# kotlinx-serialization dependency, but Proguard emits warnings about datetime
# classes mentioning some serialization-related entities.
# These rules should not cause problems: if a project actually relies on
# serialization, then much more than just these two classes will be required,
# so telling Proguard not to worry if these two are missing will not prevent it
# from emitting errors for code that does use serialization but somehow forgot
# to depend on it.
-dontwarn kotlinx.serialization.KSerializer
-dontwarn kotlinx.serialization.Serializable

# End of content from org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.8.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/cc5fbf024495d913e9929119ebc401ce/transformed/shrink-rules/lib/META-INF/proguard/datetime.pro)
# The proguard configuration file for the following section is androidx.core:core-viewtree:1.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/279eb9891f3b010414c2a89b6d8e5eca/transformed/core-viewtree-1.0.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.core:core-viewtree:1.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/279eb9891f3b010414c2a89b6d8e5eca/transformed/core-viewtree-1.0.0/proguard.txt)
# The proguard configuration file for the following section is androidx.annotation:annotation-experimental:1.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fc03e4e1fbc58c78fa0dd5209970b2ae/transformed/annotation-experimental-1.5.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.annotation:annotation-experimental:1.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fc03e4e1fbc58c78fa0dd5209970b2ae/transformed/annotation-experimental-1.5.0/proguard.txt)
# The proguard configuration file for the following section is androidx.versionedparcelable:versionedparcelable:1.1.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/74cb4712765cc00ef131f445cbfd57ab/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 androidx.versionedparcelable:versionedparcelable:1.1.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/74cb4712765cc00ef131f445cbfd57ab/transformed/versionedparcelable-1.1.1/proguard.txt)
# The proguard configuration file for the following section is androidx.collection:collection-ktx:1.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c86127e11d27630596e3014cfd65d5a2/transformed/shrink-rules/lib/META-INF/proguard/androidx-collection-collection-ktx.pro)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.collection:collection-ktx:1.5.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/c86127e11d27630596e3014cfd65d5a2/transformed/shrink-rules/lib/META-INF/proguard/androidx-collection-collection-ktx.pro)
# The proguard configuration file for the following section is androidx.startup:startup-runtime:1.2.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/804573956cba6863a04a41a041520ec7/transformed/startup-runtime-1.2.0/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.
    <init>();
}

-assumenosideeffects class androidx.startup.StartupLogger { public static <methods>; }

# End of content from androidx.startup:startup-runtime:1.2.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/804573956cba6863a04a41a041520ec7/transformed/startup-runtime-1.2.0/proguard.txt)
# The proguard configuration file for the following section is androidx.core:core-backported-fixes:1.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/dcc1a8a8aad5840d831e3eee668d8b44/transformed/core-backported-fixes-1.0.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.core:core-backported-fixes:1.0.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/dcc1a8a8aad5840d831e3eee668d8b44/transformed/core-backported-fixes-1.0.0/proguard.txt)
# The proguard configuration file for the following section is androidx.exifinterface:exifinterface:1.4.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/189b78beb9e71d2fbbfd9113ceb22403/transformed/exifinterface-1.4.2/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.exifinterface:exifinterface:1.4.2 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/189b78beb9e71d2fbbfd9113ceb22403/transformed/exifinterface-1.4.2/proguard.txt)
# The proguard configuration file for the following section is com.google.android.datatransport:transport-backend-cct:2.3.3 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/2c3ecff3f56b0c29bb95908d3070d4f7/transformed/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 com.google.android.datatransport:transport-backend-cct:2.3.3 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/2c3ecff3f56b0c29bb95908d3070d4f7/transformed/transport-backend-cct-2.3.3/proguard.txt)
# The proguard configuration file for the following section is com.google.android.datatransport:transport-runtime:2.2.6 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f6e3f761e3d5a81895899dff26269f76/transformed/transport-runtime-2.2.6/proguard.txt)
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.AutoValue$Builder

# End of content from com.google.android.datatransport:transport-runtime:2.2.6 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/f6e3f761e3d5a81895899dff26269f76/transformed/transport-runtime-2.2.6/proguard.txt)
# The proguard configuration file for the following section is com.google.android.datatransport:transport-api:2.2.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/3ecacea12088f19fc2a3f8183456c1a3/transformed/transport-api-2.2.1/proguard.txt)
-dontwarn com.google.auto.value.AutoValue
-dontwarn com.google.auto.value.AutoValue$Builder

# End of content from com.google.android.datatransport:transport-api:2.2.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/3ecacea12088f19fc2a3f8183456c1a3/transformed/transport-api-2.2.1/proguard.txt)
# The proguard configuration file for the following section is com.google.firebase:firebase-components:16.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9fdf7ebc2956b0795444edf253579d60/transformed/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 com.google.firebase:firebase-components:16.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/9fdf7ebc2956b0795444edf253579d60/transformed/firebase-components-16.1.0/proguard.txt)
# The proguard configuration file for the following section is com.google.firebase:firebase-encoders-json:17.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/118fec5ccd9ca7912597283695913a53/transformed/firebase-encoders-json-17.1.0/proguard.txt)

# End of content from com.google.firebase:firebase-encoders-json:17.1.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/118fec5ccd9ca7912597283695913a53/transformed/firebase-encoders-json-17.1.0/proguard.txt)
# The proguard configuration file for the following section is androidx.tracing:tracing-ktx:1.3.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/107da61a49ad12cfe697cb63bf4194b4/transformed/tracing-ktx-1.3.0/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.tracing:tracing-ktx:1.3.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/107da61a49ad12cfe697cb63bf4194b4/transformed/tracing-ktx-1.3.0/proguard.txt)
# The proguard configuration file for the following section is androidx.camera.featurecombinationquery:featurecombinationquery:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/62edc9496eacde76f3fbcdef4f024204/transformed/featurecombinationquery-1.6.1/proguard.txt)
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from androidx.camera.featurecombinationquery:featurecombinationquery:1.6.1 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/62edc9496eacde76f3fbcdef4f024204/transformed/featurecombinationquery-1.6.1/proguard.txt)
# The proguard configuration file for the following section is androidx.annotation:annotation-jvm:1.10.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fbfcfbd3f2163f9de0e487456c9bd9eb/transformed/shrink-rules/lib/META-INF/proguard/androidx-annotations.pro)
-keep,allowobfuscation @interface androidx.annotation.Keep
-keep @androidx.annotation.Keep class * {*;}

-keepclasseswithmembers class * {
    @androidx.annotation.Keep <methods>;
}

-keepclasseswithmembers class * {
    @androidx.annotation.Keep <fields>;
}

-keepclasseswithmembers class * {
    @androidx.annotation.Keep <init>(...);
}

-keepclassmembers,allowobfuscation class * {
  @androidx.annotation.DoNotInline <methods>;
}

# End of content from androidx.annotation:annotation-jvm:1.10.0 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/fbfcfbd3f2163f9de0e487456c9bd9eb/transformed/shrink-rules/lib/META-INF/proguard/androidx-annotations.pro)
# The proguard configuration file for the following section is com.google.dagger:dagger:2.59 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/372738de2349a685a34182c13ab52012/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/r8.pro)
-identifiernamestring @dagger.internal.IdentifierNameString class ** {
    static java.lang.String *;
}

# End of content from com.google.dagger:dagger:2.59 (extracted file: /home/jenkins/.gradle/caches/9.6.1/transforms/372738de2349a685a34182c13ab52012/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/r8.pro)
# The proguard configuration file for the following section is <unknown>

# End of content from <unknown>
