# The proguard configuration file for the following section is /Volumes/Data/Projects/Edfapay/Android/edfapay-plugin-android-github/app/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-7.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.
# Adding optimization introduces certain risks, since for example not all optimizations performed by
# ProGuard works on all versions of Dalvik.  The following flags turn off various optimizations
# known to have issues, but the list may not be complete or up to date. (The "arithmetic"
# optimization can be used if you are only targeting Android 2.0 or later.)  Make sure you test
# thoroughly if you go this route.
-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
-optimizationpasses 5
-allowaccessmodification

-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-verbose

# 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 http://proguard.sourceforge.net/manual/examples.html#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 http://proguard.sourceforge.net/manual/examples.html#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.**

# This class is deprecated, but remains for backward compatibility.
-dontwarn android.util.FloatMath

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

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

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

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

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

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

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

-keepclasseswithmembers class * {
    @androidx.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 /Volumes/Data/Projects/Edfapay/Android/edfapay-plugin-android-github/app/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-7.3.1
# The proguard configuration file for the following section is /Volumes/Data/Projects/Edfapay/Android/edfapay-plugin-android-github/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 /Volumes/Data/Projects/Edfapay/Android/edfapay-plugin-android-github/app/proguard-rules.pro
# The proguard configuration file for the following section is /Volumes/Data/Projects/Edfapay/Android/edfapay-plugin-android-github/app/build/intermediates/aapt_proguard_file/release/aapt_rules.txt
# Generated by the gradle plugin
-keep class androidx.constraintlayout.widget.ConstraintLayout { <init>(...); }
-keep class com.airbnb.lottie.LottieAnimationView { <init>(...); }
-keep class com.edfapay.paymentcard.App { <init>(...); }
-keep class com.edfapay.paymentcard.ui.PosStatusIndicator { <init>(...); }
-keep class com.edfapay.paymentcard.ui.ScanCardActivity { <init>(...); }
-keep class com.edfapay.paymentcard.ui.TestEntryPointActivity { <init>(...); }
-keep class com.edfapay.paymentcard.utils.countdownview.CountdownView { <init>(...); }
-keep class com.google.android.material.progressindicator.CircularProgressIndicator { <init>(...); }
-keep class com.google.android.material.progressindicator.LinearProgressIndicator { <init>(...); }

# End of content from /Volumes/Data/Projects/Edfapay/Android/edfapay-plugin-android-github/app/build/intermediates/aapt_proguard_file/release/aapt_rules.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/eeae34cf4c0d63dea3f4740b0edc6586/transformed/material-1.7.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>();
}


# End of content from /Users/zik/.gradle/caches/transforms-3/eeae34cf4c0d63dea3f4740b0edc6586/transformed/material-1.7.0/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/78ce624e358a1c24b8992bed850b344f/transformed/appcompat-1.6.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.

# 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 /Users/zik/.gradle/caches/transforms-3/78ce624e358a1c24b8992bed850b344f/transformed/appcompat-1.6.1/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/e8cb2c0c71223e59f27952e303c60096/transformed/fragment-1.3.6/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 /Users/zik/.gradle/caches/transforms-3/e8cb2c0c71223e59f27952e303c60096/transformed/fragment-1.3.6/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/d5e55288da3c1483fd34363dd52dbeea/transformed/lifecycle-viewmodel-2.5.1/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 /Users/zik/.gradle/caches/transforms-3/d5e55288da3c1483fd34363dd52dbeea/transformed/lifecycle-viewmodel-2.5.1/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/b80a82baa3ddbdba794f16cae5afe528/transformed/lifecycle-viewmodel-savedstate-2.5.1/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 /Users/zik/.gradle/caches/transforms-3/b80a82baa3ddbdba794f16cae5afe528/transformed/lifecycle-viewmodel-savedstate-2.5.1/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/3dffccf7a19dbe4860cdd926fb5202c7/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 /Users/zik/.gradle/caches/transforms-3/3dffccf7a19dbe4860cdd926fb5202c7/transformed/rules/lib/META-INF/com.android.tools/r8/coroutines.pro
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/95e023e6358951af4f0d46e1cacc331e/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;
}

-keep class kotlinx.coroutines.android.AndroidDispatcherFactory {*;}

# 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 /Users/zik/.gradle/caches/transforms-3/95e023e6358951af4f0d46e1cacc331e/transformed/rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/4c55aa8c3c7cdf7ee35099a69f6c1c25/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 /Users/zik/.gradle/caches/transforms-3/4c55aa8c3c7cdf7ee35099a69f6c1c25/transformed/coordinatorlayout-1.1.0/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/76c16e8b8fb5c338f6176bc98e55eff4/transformed/transition-1.2.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 /Users/zik/.gradle/caches/transforms-3/76c16e8b8fb5c338f6176bc98e55eff4/transformed/transition-1.2.0/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/e98e343b82fb9bd8ff6c3b7ba83a1ef4/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 /Users/zik/.gradle/caches/transforms-3/e98e343b82fb9bd8ff6c3b7ba83a1ef4/transformed/vectordrawable-animated-1.1.0/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/f9ab9edb16c7765a2939e080081a9079/transformed/recyclerview-1.1.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 /Users/zik/.gradle/caches/transforms-3/f9ab9edb16c7765a2939e080081a9079/transformed/recyclerview-1.1.0/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/8daa366fed296cd3fd3200fda271128f/transformed/core-1.9.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 /Users/zik/.gradle/caches/transforms-3/8daa366fed296cd3fd3200fda271128f/transformed/core-1.9.0/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/3d5c8fbfcc275128c3054a6e0262d94c/transformed/lifecycle-process-2.4.1/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 /Users/zik/.gradle/caches/transforms-3/3d5c8fbfcc275128c3054a6e0262d94c/transformed/lifecycle-process-2.4.1/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/d74e87064bfd887836ee81855101ad1f/transformed/lifecycle-runtime-2.5.1/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 /Users/zik/.gradle/caches/transforms-3/d74e87064bfd887836ee81855101ad1f/transformed/lifecycle-runtime-2.5.1/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/29e276182978cf435ef02003d6f30465/transformed/savedstate-1.2.0/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 /Users/zik/.gradle/caches/transforms-3/29e276182978cf435ef02003d6f30465/transformed/savedstate-1.2.0/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/e72a1d7f0395740742a496723cd08735/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 /Users/zik/.gradle/caches/transforms-3/e72a1d7f0395740742a496723cd08735/transformed/startup-runtime-1.1.1/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/24f3d5d957224a6f92ef79bc4f2f9acb/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 /Users/zik/.gradle/caches/transforms-3/24f3d5d957224a6f92ef79bc4f2f9acb/transformed/versionedparcelable-1.1.1/proguard.txt
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/630bfd7424236cf4825bfe1c5efded12/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 /Users/zik/.gradle/caches/transforms-3/630bfd7424236cf4825bfe1c5efded12/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro
# The proguard configuration file for the following section is /Users/zik/.gradle/caches/transforms-3/327d4650e608166efe0391da6811757e/transformed/visa-release-0.0.11/proguard.txt



-keeppackagenames com.e.c,com.visa.vac.tc.utils,com.visa.vac.tc.emvconverter,com.visa.vac.tc,com.visa.vac.tc.session




-keep class com.e.c.ȷ {
    <init>(java.io.InputStream,int[],byte[],int,boolean,int);
}

-keep class com.e.c.ɪ {
    <init>(java.io.InputStream,int,int,short,int,int);
}

-keepclassmembers,allowobfuscation class com.visa.app.ttpkernel.ContactlessKernel$3 {
    <init>();
}

-keepclassmembers,allowobfuscation class com.visa.app.ttpkernel.ContactlessKernel$4 {
    <init>();
}

-keep class com.visa.vac.tc.ı$2 {
    <init>(com.visa.vac.tc.emvconverter.Constants);
}

-keep class com.visa.vac.tc.VACThinClient

-keepclassmembers,allowoptimization,allowobfuscation class com.visa.vac.tc.VACThinClient {
    <init>();
}

-keep class com.visa.vac.tc.VACThinClient$TransactionCallback {
    void onComplete(int,com.visa.vac.tc.emvconverter.Transaction);
    void onProgress(int,com.visa.vac.tc.emvconverter.Transaction);
}

-keep class com.visa.vac.tc.emvconverter.ActionEngine {
    java.lang.String getActionID();
    java.lang.String getActionType();
    java.lang.String getScriptAlias();
}

-keep class com.visa.vac.tc.emvconverter.ActionTable {
    int getInterfaceID();
    java.lang.String getSvID();
    android.util.ArrayMap getMap();
}

-keep class com.visa.vac.tc.emvconverter.CAL {
    int commandState;
    int calTxnState;
    <init>(com.visa.vac.tc.emvconverter.CAL$CALListener);
    void initDefaultData();
    void setCurrentTime();
    void setSEMaps(java.lang.Object[]);
    void setLocalConfigMaps(android.util.ArrayMap);
    void setScriptDefaults(android.util.ArrayMap);
    boolean parseKiCResponse(java.lang.String,java.lang.String);
    void setTxnInterface(int);
    void setTxnInterface(int,boolean);
    void setTxnAmount(com.visa.vac.tc.emvconverter.Transaction,boolean);
    java.lang.String runScript(com.visa.vac.tc.emvconverter.EmvReader);
}

-keep class com.visa.vac.tc.emvconverter.CAL$CALListener

-keep class com.visa.vac.tc.emvconverter.Constants

-keep class com.visa.vac.tc.emvconverter.EmvReader {
    int getActiveInterface();
    int getInterfaceType();
    void sendCancel();
}

-keep class com.visa.vac.tc.emvconverter.EmvReader$EmvReaderListener

-keep class com.visa.vac.tc.emvconverter.TagDataList {
    void setDataMapping(android.util.ArrayMap,android.util.ArrayMap,android.util.ArrayMap);
    void clearCardData(boolean);
    void storeSecGenData(java.lang.String,java.lang.Object);
    java.lang.Object getSecGenData(java.lang.String);
    java.lang.String getSecGenTagMapping(java.lang.String);
}

-keep class com.visa.vac.tc.emvconverter.Transaction {
    java.lang.String amount;
    java.lang.String transactionType;
    int transactionInterface;
    boolean eligibleContactless;
    boolean activeInterface;
    java.lang.String transactionDisplay;
    java.lang.String finalStatus;
    java.lang.String receipt;
    java.lang.String cvm;
    java.lang.String transactionSequenceCounter;
    com.visa.vac.tc.emvconverter.EmvReader emvReader;
}

-keep class com.visa.vac.tc.emvconverter.Utils {
    java.lang.String getHexString(byte[]);
    java.lang.String shortToString(short);
}

-keep class com.visa.vac.tc.emvconverter.XmlReader {
    <init>();
    java.lang.Object[] parse(java.lang.String,java.lang.String);
}

-keep class com.visa.vac.tc.session.VisaTimerTask {
    <init>(long,long,com.visa.vac.tc.session.VisaTimerTask$TimeoutCallBack);
}

-keep class com.visa.vac.tc.session.VisaTimerTask$TimeoutCallBack

-keep class com.visa.vac.tc.utils.AssetReader {
    <init>(android.content.res.AssetManager);
    java.lang.String getContentsOfFile(java.lang.String);
}

-keep class com.visa.vac.tc.utils.PreferenceManager {
    com.visa.vac.tc.utils.PreferenceManager INSTANCE();
    void putString(java.lang.String,java.lang.String);
    java.lang.String getString(java.lang.String);
    void putInt(java.lang.String,int);
}

-keepclassmembers,allowoptimization,allowobfuscation class com.visa.vac.tc.utils.PreferenceManager {
    <init>();
}

# Enumerations.
-keepclassmembers enum  * {
    public static **[] values();
    public static ** valueOf(java.lang.String);
}

-keep public class com.visa.app.ttpkernel.** {
    <fields>;
    <methods>;
}

-keep class !com.visa.** {
    <fields>;
    <methods>;
}

# End of content from /Users/zik/.gradle/caches/transforms-3/327d4650e608166efe0391da6811757e/transformed/visa-release-0.0.11/proguard.txt
# The proguard configuration file for the following section is <unknown>
-keep class **.R
-keep class **.R$* {*;}
-ignorewarnings
# End of content from <unknown>