# The proguard configuration file for the following section is Android Gradle plugin 9.3.1 (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-Primary/app-android/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-9.3.1)
# This is a configuration file for ProGuard.
# http://proguard.sourceforge.net/index.html#manual/usage.html
#
# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
# will be ignored by new version of the Android plugin for Gradle.

# Optimizations: If you don't want to optimize, use the proguard-android.txt configuration file
# instead of this one, which turns off the optimization flags.
-allowaccessmodification

# Preserve some attributes that may be required for reflection.
-keepattributes AnnotationDefault,
                EnclosingMethod,
                InnerClasses,
                RuntimeVisibleAnnotations,
                RuntimeVisibleParameterAnnotations,
                RuntimeVisibleTypeAnnotations,
                Signature

-keep public class com.google.vending.licensing.ILicensingService
-keep public class com.android.vending.licensing.ILicensingService
-keep public class com.google.android.vending.licensing.ILicensingService
-dontnote com.android.vending.licensing.ILicensingService
-dontnote com.google.vending.licensing.ILicensingService
-dontnote com.google.android.vending.licensing.ILicensingService

# For native methods, see https://www.guardsquare.com/manual/configuration/examples#native
-keepclasseswithmembernames,includedescriptorclasses class * {
    native <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.3.1 (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-Primary/app-android/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-9.3.1)
# The proguard configuration file for the following section is /home/jenkins/.jenkins/workspace/RESPECT-Primary/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.

# End of content from /home/jenkins/.jenkins/workspace/RESPECT-Primary/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-Primary/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-Primary/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-Primary/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-Primary/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-Primary/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-Primary/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/804953240caec0044bf6f390b6897735/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/804953240caec0044bf6f390b6897735/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/2dd7f08abd7093fb7ac3d6de7cc80d8c/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/2dd7f08abd7093fb7ac3d6de7cc80d8c/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/ac2c3e644450f9f9bd9690f6003c6919/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/ac2c3e644450f9f9bd9690f6003c6919/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-Primary/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-Primary/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/39afa057535414640cbf85d92b845901/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/39afa057535414640cbf85d92b845901/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-Primary/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-Primary/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-Primary/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-Primary/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/cec518da407349b79977671a9446243f/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/cec518da407349b79977671a9446243f/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/a68595afcbd54234d775308c4a1e5d69/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/a68595afcbd54234d775308c4a1e5d69/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/be6d82d1262b98fb24fb36ca714fc1b0/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/be6d82d1262b98fb24fb36ca714fc1b0/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/f896e4815d70df824977c37f3fd95207/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/f896e4815d70df824977c37f3fd95207/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/f07ce41ec5ce0f0ce7122efdd0016cce/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/f07ce41ec5ce0f0ce7122efdd0016cce/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/983e255f8ac4fa0f934df10cc15b98d6/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/983e255f8ac4fa0f934df10cc15b98d6/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/819f420cf6ccd4f597465957ca47ab28/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/819f420cf6ccd4f597465957ca47ab28/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/25754de15df640c5fa1a3d36b6dbb502/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/25754de15df640c5fa1a3d36b6dbb502/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/1fc40a3676fa3593f39a68625e6d56b3/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/1fc40a3676fa3593f39a68625e6d56b3/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/926b8d8aa33324b08d8363a066e84b07/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/926b8d8aa33324b08d8363a066e84b07/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/7017f02c0f2e82edc84eaf45b6b6707f/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/7017f02c0f2e82edc84eaf45b6b6707f/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/18b1e40d1061726a11773c6f73143df2/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/18b1e40d1061726a11773c6f73143df2/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/7a6f450edb4ffd3716b7dfdc49af1e10/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/7a6f450edb4ffd3716b7dfdc49af1e10/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/05986e014b4788967b299577c697870e/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/05986e014b4788967b299577c697870e/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/ae0dd17c29d0787ae9b63944e6f3f0fc/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/ae0dd17c29d0787ae9b63944e6f3f0fc/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/8c5b1093e103ac9e1dcd46d07a374acf/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/8c5b1093e103ac9e1dcd46d07a374acf/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/070eda2f6c12b28aae9bc83d8c3d6edd/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/070eda2f6c12b28aae9bc83d8c3d6edd/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/0753c6bb67ca6e0813a5b91cc4fa7f0a/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/0753c6bb67ca6e0813a5b91cc4fa7f0a/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/961ad260faeb8b75b007d9567f767234/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/961ad260faeb8b75b007d9567f767234/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/d464a6d6f6d455b566fbbdbc9e5e68a4/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/d464a6d6f6d455b566fbbdbc9e5e68a4/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/4fb5eb49af9830e17c0445c5679988a1/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/4fb5eb49af9830e17c0445c5679988a1/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/79629a6f98a9e0a15a7bfae988cbd4a7/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/79629a6f98a9e0a15a7bfae988cbd4a7/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/e9f012e8e7b34bc165ddcb14cb72b2fb/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/e9f012e8e7b34bc165ddcb14cb72b2fb/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/7df7b82cf7b3db7f0f40ce479248a93e/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/7df7b82cf7b3db7f0f40ce479248a93e/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/33dc9c99b99f19cfa476317e961c8c51/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/33dc9c99b99f19cfa476317e961c8c51/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/b6648489237302349c887e2cdc86e36d/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/b6648489237302349c887e2cdc86e36d/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/3a90a831eb428ddab65ce8d1c3987698/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/3a90a831eb428ddab65ce8d1c3987698/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/cf93e929b0a07f2598861f7494654a29/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/cf93e929b0a07f2598861f7494654a29/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/dab2f1f6b399acac7f3e250b510ad921/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/dab2f1f6b399acac7f3e250b510ad921/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/d8fc08a9cd60959c377c396479122b4b/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/d8fc08a9cd60959c377c396479122b4b/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/78766e03417b50c3aa8f03f8150ba093/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/78766e03417b50c3aa8f03f8150ba093/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/66c625c60592fb7aa2547e67a341e9a7/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/66c625c60592fb7aa2547e67a341e9a7/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/223e8dc45e015cc43055bc6a39e560da/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/223e8dc45e015cc43055bc6a39e560da/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/54f357e5600fdf0427f9c037f93c5116/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/54f357e5600fdf0427f9c037f93c5116/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/d2c82355d91209dca49e5bba21d6c1a4/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/d2c82355d91209dca49e5bba21d6c1a4/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/aea6efbdfc1f06272b039021c57b920d/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/aea6efbdfc1f06272b039021c57b920d/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/da3de023764ec96bd25ba9df9052fe16/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/da3de023764ec96bd25ba9df9052fe16/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/cfd00d98f1629a01bf44444ee36ab43f/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/cfd00d98f1629a01bf44444ee36ab43f/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/e00ac440591ace6e704d63d60e43f780/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/e00ac440591ace6e704d63d60e43f780/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/25b803f190ca05a568d2a7a9d25844bb/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/25b803f190ca05a568d2a7a9d25844bb/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/9e7d2cbf6d14c48648dc1aa7bbc06e9a/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/9e7d2cbf6d14c48648dc1aa7bbc06e9a/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/c19fd0c550986ccc0b99c81aea06444a/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/c19fd0c550986ccc0b99c81aea06444a/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/874ad7c3e9ac709591644faff545ed82/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/874ad7c3e9ac709591644faff545ed82/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/1ebbb8572b464feb05fffa3905d6457e/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/1ebbb8572b464feb05fffa3905d6457e/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/291c5e95457c60c141642b8643afd607/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/291c5e95457c60c141642b8643afd607/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/1b74321d17add9790eaafc094519bb9f/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/1b74321d17add9790eaafc094519bb9f/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/ffe159785318f6d329ee8351351538ba/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/ffe159785318f6d329ee8351351538ba/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/64f55d9d5a654f0739313c5eb444094a/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/64f55d9d5a654f0739313c5eb444094a/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/060ef3caf6a65a9b5613c21ccea10671/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/060ef3caf6a65a9b5613c21ccea10671/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/15dd69797ab1eb6a3a61e33e876dba36/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/15dd69797ab1eb6a3a61e33e876dba36/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/37925d269574b5fda50be255605fff0a/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/37925d269574b5fda50be255605fff0a/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/fea88be19be09ba0e5176577edcc4be0/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/fea88be19be09ba0e5176577edcc4be0/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/04f816aea9923e8a93df78e4f990b6ac/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/04f816aea9923e8a93df78e4f990b6ac/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/9ad63cbfab813edc5112853ba5e76b70/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/9ad63cbfab813edc5112853ba5e76b70/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/0d702e4905d7e7acee8f7c7e0458e27e/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/0d702e4905d7e7acee8f7c7e0458e27e/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/e6efca00e3a966299260fa58fde1eba7/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/e6efca00e3a966299260fa58fde1eba7/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/ad3bc8301cd60c508c20fa3978591959/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/ad3bc8301cd60c508c20fa3978591959/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/498af4ef8cffedcb50ef3fd7a3e5e6e9/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/498af4ef8cffedcb50ef3fd7a3e5e6e9/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/d1dd0f9a34a077dd858e456a8de36160/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/d1dd0f9a34a077dd858e456a8de36160/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/467fa35bcd2ccc4cf2cf6623a875fd95/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/467fa35bcd2ccc4cf2cf6623a875fd95/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/e5e4be691fe710532096c66c515d983a/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/e5e4be691fe710532096c66c515d983a/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/e95dac6af7b0b1073fb10db7f249a9a4/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/e95dac6af7b0b1073fb10db7f249a9a4/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/9625304e0f73ee1468b56418e5ef8639/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/9625304e0f73ee1468b56418e5ef8639/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/8638a2724f8b500bb1dd0d05972ec352/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/8638a2724f8b500bb1dd0d05972ec352/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/0780371674c6b162c5089ff8a4656a3d/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/0780371674c6b162c5089ff8a4656a3d/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/c634bc41b715e6f7fc414f8f0e35dc62/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/c634bc41b715e6f7fc414f8f0e35dc62/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/9a29b0daec216dd8e914ff36f0fc4f0a/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/9a29b0daec216dd8e914ff36f0fc4f0a/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/1b81b24bdd87ec17f782b2a46b6e8cb3/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/1b81b24bdd87ec17f782b2a46b6e8cb3/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/43f8bf879705fe52ef3cd2dc9974b6d5/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/43f8bf879705fe52ef3cd2dc9974b6d5/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/9971094ebe18010c96142635ab213ede/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/9971094ebe18010c96142635ab213ede/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/63a0d0779f18e5dd6a4f0be76fb29276/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/63a0d0779f18e5dd6a4f0be76fb29276/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/86bcda4c874095d967dadc76b9558588/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/86bcda4c874095d967dadc76b9558588/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/c19818fc22a4a652a1773631108a1baa/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/c19818fc22a4a652a1773631108a1baa/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/065d8953a17dc82c090a5a17746fb454/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/065d8953a17dc82c090a5a17746fb454/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/3502b2864ec2eb0dca998e135933798e/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/3502b2864ec2eb0dca998e135933798e/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/967fca5955780ddc06bd6ec41bc94392/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/967fca5955780ddc06bd6ec41bc94392/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/a29522a67204634d9ce9f174a0e0b397/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/a29522a67204634d9ce9f174a0e0b397/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/1ceafe8d6b35895a5d74bd9587fdf645/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/1ceafe8d6b35895a5d74bd9587fdf645/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/4c384d6bab02d16f38cc031954dd4671/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/4c384d6bab02d16f38cc031954dd4671/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/40b828036b7c011ff5671e9794fe9fec/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/40b828036b7c011ff5671e9794fe9fec/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/2215439d5f70fa874d48d9b17f1b621a/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/2215439d5f70fa874d48d9b17f1b621a/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/b9ad956a56642fb6bdc239ebf80d94b0/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/b9ad956a56642fb6bdc239ebf80d94b0/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/97f6c7148f91cd99db3b29b25464cc48/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/97f6c7148f91cd99db3b29b25464cc48/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/97f6c7148f91cd99db3b29b25464cc48/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/97f6c7148f91cd99db3b29b25464cc48/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/51b2362b514d61c6e00167909278b226/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/51b2362b514d61c6e00167909278b226/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/98f7daad6cddefc605b9666a467c3026/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/98f7daad6cddefc605b9666a467c3026/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/e12166fb2495c9f0ba97c9df51ff99ba/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/e12166fb2495c9f0ba97c9df51ff99ba/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/75049447394f96454fc93906ae2d3e82/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/75049447394f96454fc93906ae2d3e82/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/896cc23c7770844f5169dba9a368c44f/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/896cc23c7770844f5169dba9a368c44f/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/5c4508ec586f72df223b967ce3007c99/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/5c4508ec586f72df223b967ce3007c99/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/01d604cdb3621ce5261b7999416ed989/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/01d604cdb3621ce5261b7999416ed989/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/fc69fd6e0045ca4914f2962f55c984ad/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/fc69fd6e0045ca4914f2962f55c984ad/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/310b8c953402493442d6564cce5e3e4c/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/310b8c953402493442d6564cce5e3e4c/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/c44c61fd70e723e2fa8e2cf6d3d73fb3/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/c44c61fd70e723e2fa8e2cf6d3d73fb3/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/8fc0e9110cfee57ba42fe5b310ca8512/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/8fc0e9110cfee57ba42fe5b310ca8512/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/b0e918ef43c861505cc9dbd1be42d1bf/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/b0e918ef43c861505cc9dbd1be42d1bf/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/279452fd78470863175a687e6197d88c/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/279452fd78470863175a687e6197d88c/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/5c54589044e0442ef2506bedf921db14/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/5c54589044e0442ef2506bedf921db14/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/19bb8dfd06d6185aa8d44a0bf45ed43b/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/19bb8dfd06d6185aa8d44a0bf45ed43b/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/d6745d7c599ebd20b27611d0d1122849/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/d6745d7c599ebd20b27611d0d1122849/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/6ff821b49a98be6d60900b047b849f41/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/6ff821b49a98be6d60900b047b849f41/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/r8.pro)
# The proguard configuration file for the following section is AAPT2 generated keep rules (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-Primary/app-android/build/intermediates/aapt_proguard_file/release/processReleaseResources/aapt_rules.txt)
-keep class androidx.camera.core.impl.MetadataHolderService { <init>(); }
-keep class androidx.core.app.CoreComponentFactory { <init>(); }
-keep class androidx.core.content.FileProvider { <init>(); }
-keep class androidx.credentials.playservices.CredentialProviderMetadataHolder { <init>(); }
-keep class androidx.credentials.playservices.controllers.identityauth.HiddenActivity { <init>(); }
-keep class androidx.credentials.playservices.controllers.identitycredentials.IdentityCredentialApiHiddenActivity { <init>(); }
-keep class androidx.profileinstaller.ProfileInstallReceiver { <init>(); }
-keep class androidx.room.MultiInstanceInvalidationService { <init>(); }
-keep class androidx.startup.InitializationProvider { <init>(); }
-keep class androidx.work.impl.background.systemalarm.RescheduleReceiver { <init>(); }
-keep class androidx.work.impl.background.systemjob.SystemJobService { <init>(); }
-keep class androidx.work.impl.diagnostics.DiagnosticsReceiver { <init>(); }
-keep class androidx.work.impl.foreground.SystemForegroundService { <init>(); }
-keep class androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver { <init>(); }
-keep class com.google.android.datatransport.runtime.backends.TransportBackendDiscovery { <init>(); }
-keep class com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver { <init>(); }
-keep class com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService { <init>(); }
-keep class com.google.android.gms.auth.api.signin.RevocationBoundService { <init>(); }
-keep class com.google.android.gms.auth.api.signin.internal.SignInHubActivity { <init>(); }
-keep class com.google.android.gms.common.api.GoogleApiActivity { <init>(); }
-keep class com.google.mlkit.common.internal.MlKitComponentDiscoveryService { <init>(); }
-keep class com.google.mlkit.common.internal.MlKitInitProvider { <init>(); }
-keep class org.acra.attachment.AcraContentProvider { <init>(); }
-keep class org.acra.sender.JobSenderService { <init>(); }
-keep class org.acra.sender.LegacySenderService { <init>(); }
-keep class org.jetbrains.compose.resources.AndroidContextProvider { <init>(); }
-keep class org.openeel.libcache.ipc.server.HttpIpcService { <init>(); }
-keep class world.respect.MainActivity { <init>(); }
-keep class world.respect.RespectApp { <init>(); }
-keep class world.respect.WebViewActivity { <init>(); }
-keep class world.respect.app.domain.e2eartifactupload.E2EArtifactUploadActivity { <init>(); }
-keep class world.respect.xapi.ipc.server.XapiIpcService { <init>(); }
-keep class android.widget.Space { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.app.AlertController$RecycleListView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.view.menu.ActionMenuItemView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.view.menu.ExpandedMenuView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.view.menu.ListMenuItemView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.ActionBarContainer { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.ActionBarContextView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.ActionBarOverlayLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.ActionMenuView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.ActivityChooserView$InnerLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.AlertDialogLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.ButtonBarLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.ContentFrameLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.DialogTitle { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.FitWindowsFrameLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.FitWindowsLinearLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.LinearLayoutCompat { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.SearchView$SearchAutoComplete { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.SwitchCompat { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.Toolbar { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.appcompat.widget.ViewStubCompat { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.browser.browseractions.BrowserActionsFallbackMenuView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.constraintlayout.helper.widget.Flow { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.constraintlayout.widget.ConstraintLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.constraintlayout.widget.Guideline { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.coordinatorlayout.widget.CoordinatorLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.core.view.insets.ProtectionLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.core.widget.NestedScrollView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.fragment.app.FragmentContainerView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.preference.UnPressableLinearLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.preference.internal.PreferenceImageView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class androidx.recyclerview.widget.RecyclerView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.appbar.AppBarLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.appbar.MaterialToolbar { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.button.MaterialButton { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.button.MaterialButtonToggleGroup { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.chip.Chip { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.datepicker.MaterialCalendarGridView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.divider.MaterialDivider { <init>(android.content.Context, android.util.AttributeSet); }

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

-keep class com.google.android.material.internal.BaselineLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.internal.CheckableImageButton { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.internal.ClippableRoundedCornerLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.internal.NavigationMenuItemView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.internal.NavigationMenuView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.internal.TouchObserverFrameLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.snackbar.Snackbar$SnackbarLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.snackbar.SnackbarContentLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.textfield.TextInputEditText { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.textfield.TextInputLayout { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.timepicker.ChipTextInputComboView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.timepicker.ClockFaceView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.timepicker.ClockHandView { <init>(android.content.Context, android.util.AttributeSet); }

-keep class com.google.android.material.timepicker.TimePickerView { <init>(android.content.Context, android.util.AttributeSet); }


# End of content from AAPT2 generated keep rules (extracted file: /home/jenkins/.jenkins/workspace/RESPECT-Primary/app-android/build/intermediates/aapt_proguard_file/release/processReleaseResources/aapt_rules.txt)
# The proguard configuration file for the following section is <unknown>

# End of content from <unknown>
