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

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

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

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

# For native methods, see https://www.guardsquare.com/manual/configuration/examples#native
-keepclasseswithmembernames,includedescriptorclasses class * {
    native <methods>;
}

# Keep setters in Views so that animations can still work.
-keepclassmembers public class * extends android.view.View {
    void set*(***);
    *** get*();
}

# We want to keep methods in Activity that could be used in the XML attribute onClick.
-keepclassmembers class * extends android.app.Activity {
    public void *(android.view.View);
}

# For enumeration classes, see https://www.guardsquare.com/manual/configuration/examples#enumerations
-keepclassmembers enum * {
    public static **[] values();
    public static ** valueOf(java.lang.String);
}

-keepclassmembers class * implements android.os.Parcelable {
    public static final ** CREATOR;
}

# Preserve annotated Javascript interface methods.
-keepclassmembers class * {
    @android.webkit.JavascriptInterface <methods>;
}

# The support libraries contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.
-dontnote android.support.**
-dontnote androidx.**
-dontwarn android.support.**
-dontwarn androidx.**

# Understand the @Keep support annotation.
-keep class android.support.annotation.Keep

-keep @android.support.annotation.Keep class * {*;}

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

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

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

# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
-dontnote org.apache.http.**
-dontnote android.net.http.**

# These classes are duplicated between android.jar and core-lambda-stubs.jar.
-dontnote java.lang.invoke.**

# End of content from /home/runner/work/onHit/onHit/app/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-9.0.0
# The proguard configuration file for the following section is /home/runner/work/onHit/onHit/app/proguard-rules.pro
-optimizationpasses 8
-allowaccessmodification
-overloadaggressively
-dontskipnonpubliclibraryclasses
-dontpreverify

-keep class mba.vm.onhit.hook.MainHook {
    <init>();
    void handleLoadPackage(...);
}

-assumenosideeffects class android.util.Log {
    public static *** i(...);
    public static *** d(...);
    public static *** v(...);
    public static *** w(...);
    public static *** e(...);
    public static *** println(...);
}
# End of content from /home/runner/work/onHit/onHit/app/proguard-rules.pro
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/f19ef1018398de5ee2d29f7f02c72a65/transformed/documentfile-1.1.0/proguard.txt
# Intentionally empty proguard rules to indicate this library is safe to shrink

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

# When layoutManager xml attribute is used, RecyclerView inflates
#LayoutManagers' constructors using reflection.
-keep public class * extends androidx.recyclerview.widget.RecyclerView$LayoutManager {
    public <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 /home/runner/.gradle/caches/9.3.0/transforms/c2cdbf351b279aa7b680ce4a12e4c669/transformed/recyclerview-1.4.0/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/075ebba7b5971b5aa9b7bf56b7948a09/transformed/swiperefreshlayout-1.2.0/proguard.txt
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from /home/runner/.gradle/caches/9.3.0/transforms/075ebba7b5971b5aa9b7bf56b7948a09/transformed/swiperefreshlayout-1.2.0/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/bd9c60b267423a1bfb2bd08bfb8b4025/transformed/core-ktx-1.17.0/proguard.txt
# Intentionally empty proguard rules to indicate this library is safe to shrink

# End of content from /home/runner/.gradle/caches/9.3.0/transforms/bd9c60b267423a1bfb2bd08bfb8b4025/transformed/core-ktx-1.17.0/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/4ad39a6c6501f2516b3a3b3905c2e725/transformed/core-1.17.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 /home/runner/.gradle/caches/9.3.0/transforms/4ad39a6c6501f2516b3a3b3905c2e725/transformed/core-1.17.0/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/c6e3adcdf6f6f61fd65522161ea09a6a/transformed/xposed-api-82-3.1.1-rc1/proguard.txt

# End of content from /home/runner/.gradle/caches/9.3.0/transforms/c6e3adcdf6f6f61fd65522161ea09a6a/transformed/xposed-api-82-3.1.1-rc1/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/9767de758c34206d450a0f4cb8caddac/transformed/android-utils-3.1.1-rc1/proguard.txt

# End of content from /home/runner/.gradle/caches/9.3.0/transforms/9767de758c34206d450a0f4cb8caddac/transformed/android-utils-3.1.1-rc1/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/584392c7b0b5896db669782491504342/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/runner/.gradle/caches/9.3.0/transforms/584392c7b0b5896db669782491504342/transformed/core-viewtree-1.0.0/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/c94b391208375d5398b2627cf4118eda/transformed/lifecycle-runtime-2.6.2/proguard.txt
-keepattributes AnnotationDefault,
                RuntimeVisibleAnnotations,
                RuntimeVisibleParameterAnnotations,
                RuntimeVisibleTypeAnnotations

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

-keep !interface * implements androidx.lifecycle.LifecycleObserver {
}

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

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

# this rule is need to work properly when app is compiled with api 28, see b/142778206
# Also this rule prevents registerIn from being inlined.
-keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; }
# End of content from /home/runner/.gradle/caches/9.3.0/transforms/c94b391208375d5398b2627cf4118eda/transformed/lifecycle-runtime-2.6.2/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/293a3020a317d12e0c262b23667969b8/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/runner/.gradle/caches/9.3.0/transforms/293a3020a317d12e0c262b23667969b8/transformed/startup-runtime-1.1.1/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/5aaf755af8b6846e10002e2ca2ce2fda/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/runner/.gradle/caches/9.3.0/transforms/5aaf755af8b6846e10002e2ca2ce2fda/transformed/versionedparcelable-1.1.1/proguard.txt
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/72c7b167257eb142c16439064110ce1a/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 /home/runner/.gradle/caches/9.3.0/transforms/72c7b167257eb142c16439064110ce1a/transformed/shrink-rules/lib/META-INF/proguard/androidx-annotations.pro
# The proguard configuration file for the following section is /home/runner/.gradle/caches/9.3.0/transforms/833b80a122ba95c1bcb0a30baabd59f4/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 /home/runner/.gradle/caches/9.3.0/transforms/833b80a122ba95c1bcb0a30baabd59f4/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 /home/runner/.gradle/caches/9.3.0/transforms/1ddf13c5bd2e0de630ab7b5e788e9dda/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.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/runner/.gradle/caches/9.3.0/transforms/1ddf13c5bd2e0de630ab7b5e788e9dda/transformed/shrink-rules/lib/META-INF/com.android.tools/r8/coroutines.pro
# The proguard configuration file for the following section is <unknown>

# End of content from <unknown>
