# The proguard configuration file for the following section is /home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/build/intermediates/aapt_proguard_file/release/processReleaseResources/aapt_rules.txt
-keep class androidx.core.app.CoreComponentFactory { <init>(); }
-keep class androidx.profileinstaller.ProfileInstallReceiver { <init>(); }
-keep class androidx.startup.InitializationProvider { <init>(); }
-keep class com.eloview.sdk.testapp.AccountManagerActivity { <init>(); }
-keep class com.eloview.sdk.testapp.MainActivity { <init>(); }
-keep class com.eloview.sdk.testapp.eloActivity.EloActivity { <init>(); }
-keep class com.eloview.sdk.testapp.infoActivity.InfoActivity { <init>(); }
-keep class com.eloview.sdk.testapp.memoryActivity.MemoryActivity { <init>(); }
-keep class com.eloview.sdk.testapp.networkActivity.ESTCertificateActivity { <init>(); }
-keep class com.eloview.sdk.testapp.networkActivity.LocalCertificateActivity { <init>(); }
-keep class com.eloview.sdk.testapp.networkActivity.NetworkActivity { <init>(); }
-keep class com.eloview.sdk.testapp.otaActivity.OtaActivity { <init>(); }
-keep class com.eloview.sdk.testapp.packageActivity.PackageActivity { <init>(); }
-keep class com.eloview.sdk.testapp.peripheralActivity.PeripheralActivity { <init>(); }
-keep class com.eloview.sdk.testapp.systemActivity.KeyReceiver { <init>(); }
-keep class com.eloview.sdk.testapp.systemActivity.SystemActivity { <init>(); }
-keep class com.eloview.sdk.testapp.systemActivity.SystemActivityOnClickListeners$ForegroundService { <init>(); }
-keep class net.openid.appauth.AuthorizationManagementActivity { <init>(); }
-keep class net.openid.appauth.RedirectUriReceiverActivity { <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.SearchView$SearchAutoComplete { <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.core.widget.NestedScrollView { <init>(android.content.Context, android.util.AttributeSet); }


# End of content from /home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/build/intermediates/aapt_proguard_file/release/processReleaseResources/aapt_rules.txt
# The proguard configuration file for the following section is /home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-8.7.3
# 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 /home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-8.7.3
# The proguard configuration file for the following section is /home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/proguard-rules.pro
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
#   http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
#   public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
# End of content from /home/elo/JENKIN/HELPER_APPS_BUILD_MACHINE/workspace/AWS_JENKINS_JOBS/ic-device/COMMON_APPS/EloViewHomeSDK2.0/MR-23/EloViewHomeSDK2.0/ELOVIEW_HOME_SDK_REPO/EloViewHome2TestApp/app/proguard-rules.pro
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/db8561962a8b00b7788b9eec8cbe0b09/transformed/appcompat-1.3.0/proguard.txt
# Copyright (C) 2018 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# aapt is not able to read app::actionViewClass and app:actionProviderClass to produce proguard
# keep rules. Add a commonly used SearchView to the keep list until b/109831488 is resolved.
-keep class androidx.appcompat.widget.SearchView { <init>(...); }

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

# End of content from /home/elo/.gradle/caches/8.10/transforms/db8561962a8b00b7788b9eec8cbe0b09/transformed/appcompat-1.3.0/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/57e5866871e6974a120514a2edde2833/transformed/fragment-1.3.4/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>();
}

# End of content from /home/elo/.gradle/caches/8.10/transforms/57e5866871e6974a120514a2edde2833/transformed/fragment-1.3.4/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/bed467573e45b053d9a2446ec4335d94/transformed/animation-core-release/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 /home/elo/.gradle/caches/8.10/transforms/bed467573e45b053d9a2446ec4335d94/transformed/animation-core-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/0fd25fbc5ed8522d93f18b8ddca70dc7/transformed/material-ripple-release/proguard.txt
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from /home/elo/.gradle/caches/8.10/transforms/0fd25fbc5ed8522d93f18b8ddca70dc7/transformed/material-ripple-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/d4f49946bcd1e09ccb189ec77b9b739b/transformed/animation-release/proguard.txt
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from /home/elo/.gradle/caches/8.10/transforms/d4f49946bcd1e09ccb189ec77b9b739b/transformed/animation-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/dd84f62563b19a4d82a33789635201a9/transformed/foundation-layout-release/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 /home/elo/.gradle/caches/8.10/transforms/dd84f62563b19a4d82a33789635201a9/transformed/foundation-layout-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/7b71ced619c3bb729ab9f08a2ef31c32/transformed/foundation-release/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 /home/elo/.gradle/caches/8.10/transforms/7b71ced619c3bb729ab9f08a2ef31c32/transformed/foundation-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/aa7db29ed932b38f594e3457d001888d/transformed/ui-unit-release/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 /home/elo/.gradle/caches/8.10/transforms/aa7db29ed932b38f594e3457d001888d/transformed/ui-unit-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/989ad5627e7d3a4e5e210111664ba96c/transformed/ui-geometry-release/proguard.txt
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from /home/elo/.gradle/caches/8.10/transforms/989ad5627e7d3a4e5e210111664ba96c/transformed/ui-geometry-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/db58d1edca6af434ef8e3f11c5837b6b/transformed/ui-util-release/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 /home/elo/.gradle/caches/8.10/transforms/db58d1edca6af434ef8e3f11c5837b6b/transformed/ui-util-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/470ef6ef35fbcd12e2fc82fd1fdccd6f/transformed/ui-text-release/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 /home/elo/.gradle/caches/8.10/transforms/470ef6ef35fbcd12e2fc82fd1fdccd6f/transformed/ui-text-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/8a4ed7e0bd75130a0740611935188af2/transformed/ui-tooling-preview-release/proguard.txt
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from /home/elo/.gradle/caches/8.10/transforms/8a4ed7e0bd75130a0740611935188af2/transformed/ui-tooling-preview-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/1e597ee3bf837c0c0b6760acdf731eae/transformed/ui-graphics-release/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 /home/elo/.gradle/caches/8.10/transforms/1e597ee3bf837c0c0b6760acdf731eae/transformed/ui-graphics-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/5533b9c93f2cff4cb65e09df4651692b/transformed/ui-release/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,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 /home/elo/.gradle/caches/8.10/transforms/5533b9c93f2cff4cb65e09df4651692b/transformed/ui-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/d9d395ce1c7b07c88561be6ccef0b90b/transformed/savedstate-1.2.1/proguard.txt
# Copyright (C) 2019 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

-keepclassmembers,allowobfuscation class * implements androidx.savedstate.SavedStateRegistry$AutoRecreated {
    <init>();
}

# End of content from /home/elo/.gradle/caches/8.10/transforms/d9d395ce1c7b07c88561be6ccef0b90b/transformed/savedstate-1.2.1/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/6120a9a36588b1d91bb2269b05180ee9/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 /home/elo/.gradle/caches/8.10/transforms/6120a9a36588b1d91bb2269b05180ee9/transformed/vectordrawable-animated-1.1.0/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/0241d180122038a4785748309eccb86b/transformed/graphics-path-1.0.1/proguard.txt
-keepclasseswithmembers class androidx.graphics.path.** {
    native <methods>;
}

# End of content from /home/elo/.gradle/caches/8.10/transforms/0241d180122038a4785748309eccb86b/transformed/graphics-path-1.0.1/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/88493b3af8fa420f056ad155c14ebc31/transformed/core-1.13.1/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 /home/elo/.gradle/caches/8.10/transforms/88493b3af8fa420f056ad155c14ebc31/transformed/core-1.13.1/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/c96fb5b2740d1a75be3707c60a4763ae/transformed/lifecycle-process-2.8.7/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 /home/elo/.gradle/caches/8.10/transforms/c96fb5b2740d1a75be3707c60a4763ae/transformed/lifecycle-process-2.8.7/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/75ba66db10b5f711b1b1e1a8c63bfbb0/transformed/lifecycle-runtime-release/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 /home/elo/.gradle/caches/8.10/transforms/75ba66db10b5f711b1b1e1a8c63bfbb0/transformed/lifecycle-runtime-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/8fffda4883ca59c08bf54710db904059/transformed/lifecycle-runtime-compose-release/proguard.txt
# Workaround for https://issuetracker.google.com/issues/346808608
#
# `androidx.lifecycle.compose.LocalLifecycleOwner` will reflectively lookup for
# `androidx.compose.ui.platform.LocalLifecycleOwner` to ensure backward compatibility
# when using Lifecycle 2.8+ with Compose 1.6.
#
# 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 *** getLocalLifecycleOwner();
}
-keep public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt {
    public static *** getLocalLifecycleOwner();
}

# End of content from /home/elo/.gradle/caches/8.10/transforms/8fffda4883ca59c08bf54710db904059/transformed/lifecycle-runtime-compose-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/c32e18a6788ba84e722fd21401b005a9/transformed/lifecycle-viewmodel-savedstate-2.8.7/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 /home/elo/.gradle/caches/8.10/transforms/c32e18a6788ba84e722fd21401b005a9/transformed/lifecycle-viewmodel-savedstate-2.8.7/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/2639cca063b4c81fcb967d3c1dfe7e79/transformed/lifecycle-viewmodel-release/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 /home/elo/.gradle/caches/8.10/transforms/2639cca063b4c81fcb967d3c1dfe7e79/transformed/lifecycle-viewmodel-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/4a7c00a3bedf6aff2f1c1143af89803e/transformed/runtime-saveable-release/proguard.txt
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from /home/elo/.gradle/caches/8.10/transforms/4a7c00a3bedf6aff2f1c1143af89803e/transformed/runtime-saveable-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/92561201a2db9b441c45958766b7bae7/transformed/runtime-release/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(...);
}


# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from /home/elo/.gradle/caches/8.10/transforms/92561201a2db9b441c45958766b7bae7/transformed/runtime-release/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/ebe3624bd66b6cc0385c4ea7b0216758/transformed/rules/lib/META-INF/com.android.tools/r8/coroutines.pro
# When editing this file, update the following files as well:
# - META-INF/proguard/coroutines.pro
# - META-INF/com.android.tools/proguard/coroutines.pro

# Most of volatile fields are updated with AFU and should not be mangled
-keepclassmembers class kotlinx.coroutines.** {
    volatile <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.AgentPremain, which is only loaded when
# kotlinx-coroutines-core is used as a Java agent, so these are not needed in contexts where ProGuard is used.
-dontwarn java.lang.instrument.ClassFileTransformer
-dontwarn sun.misc.SignalHandler
-dontwarn java.lang.instrument.Instrumentation
-dontwarn sun.misc.Signal

# Only used in `kotlinx.coroutines.internal.ExceptionsConstructor`.
# The case when it is not available is hidden in a `try`-`catch`, as well as a check for Android.
-dontwarn java.lang.ClassValue

# An annotation used for build tooling, won't be directly accessed.
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
# End of content from /home/elo/.gradle/caches/8.10/transforms/ebe3624bd66b6cc0385c4ea7b0216758/transformed/rules/lib/META-INF/com.android.tools/r8/coroutines.pro
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/5dadf12911f8225ac3c5e06a1ac45846/transformed/rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro
# Allow R8 to optimize away the FastServiceLoader.
# Together with ServiceLoader optimization in R8
# this results in direct instantiation when loading Dispatchers.Main
-assumenosideeffects class kotlinx.coroutines.internal.MainDispatcherLoader {
    boolean FAST_SERVICE_LOADER_ENABLED return false;
}

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

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

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

# End of content from /home/elo/.gradle/caches/8.10/transforms/5dadf12911f8225ac3c5e06a1ac45846/transformed/rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/dae73b1f7444a8b721d4cfaf93385ec6/transformed/core-viewtree-1.0.0/proguard.txt
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from /home/elo/.gradle/caches/8.10/transforms/dae73b1f7444a8b721d4cfaf93385ec6/transformed/core-viewtree-1.0.0/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/1461f1bae1669d3055e436964583268d/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 /home/elo/.gradle/caches/8.10/transforms/1461f1bae1669d3055e436964583268d/transformed/versionedparcelable-1.1.1/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/828c3e8da09d854e08f1bbe09c446823/transformed/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 /home/elo/.gradle/caches/8.10/transforms/828c3e8da09d854e08f1bbe09c446823/transformed/rules/lib/META-INF/proguard/androidx-collection-collection-ktx.pro
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/2d578588822054863a977df016d26fda/transformed/startup-runtime-1.1.1/proguard.txt
# It's important that we preserve initializer names, given they are used in the AndroidManifest.xml.
-keepnames class * extends androidx.startup.Initializer

# These Proguard rules ensures that ComponentInitializers are are neither shrunk nor obfuscated,
# and are a part of the primary dex file. This is because they are discovered and instantiated
# during application startup.
-keep class * extends androidx.startup.Initializer {
    # Keep the public no-argument constructor while allowing other methods to be optimized.
    <init>();
}

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

# End of content from /home/elo/.gradle/caches/8.10/transforms/2d578588822054863a977df016d26fda/transformed/startup-runtime-1.1.1/proguard.txt
# The proguard configuration file for the following section is /home/elo/.gradle/caches/8.10/transforms/2f6443fa0f9c848cd7e9de92c77373f9/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro
-keep,allowobfuscation @interface androidx.annotation.Keep
-keep @androidx.annotation.Keep class * {*;}

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

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

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

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

# End of content from /home/elo/.gradle/caches/8.10/transforms/2f6443fa0f9c848cd7e9de92c77373f9/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro
# The proguard configuration file for the following section is <unknown>

# End of content from <unknown>