# The proguard configuration file for the following section is C:\Users\slavon\StudioProjects\proto103\app\build\intermediates\default_proguard_files\global\proguard-android-optimize.txt-7.2.0-alpha03 # 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 ; } # 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 ; } # 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 ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.annotation.Keep (...); } -keepclasseswithmembers class * { @androidx.annotation.Keep (...); } # 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 C:\Users\slavon\StudioProjects\proto103\app\build\intermediates\default_proguard_files\global\proguard-android-optimize.txt-7.2.0-alpha03 #-dontobfuscate -verbose #-printmapping out.map -renamesourcefileattribute SourceFile #-optimizations class/merging/*,field/*,code/simplification/* -repackageclasses 'com.cisystems.ssmp.arm_vmb2' #-flattenpackagehierarchy com.cisystems.ssmp.arm_vmb2 #-optimizationpasses 30 #-overloadaggressively -allowaccessmodification -keeppackagenames android.** -keep, allowobfuscation class org.kodein.type.TypeReference -keep, allowobfuscation class org.kodein.type.JVMAbstractTypeToken$Companion$WrappingTest -keep, allowobfuscation, allowoptimization class * extends org.kodein.type.TypeReference -keep, allowobfuscation, allowoptimization class * extends org.kodein.type.JVMAbstractTypeToken$Companion$WrappingTest -keepnames,allowshrinking,allowoptimization class * extends androidx.lifecycle.LifecycleService -keepnames,allowshrinking,allowoptimization class * extends android.app.Service -keepnames,allowshrinking,allowoptimization class * implements android.content.ServiceConnection -keepattributes RuntimeVisibleAnnotations, RuntimeInvisibleAnnotations #-keep class kotlin.Metadata { *; } # -keep,allowoptimization,allowshrinking,includedescriptorclasses class kotlin.reflect.** { *; } # -keep,allowoptimization,allowshrinking,includedescriptorclasses class kotlinx.coroutines.** { *; } -dontwarn java.lang.ClassValue -keepparameternames -keepattributes SourceFile,LineNumberTable, *Annotation*, Exceptions, InnerClasses # -target 11 #noinspection ShrinkerUnresolvedReference #-keep class kotlinx.** { *; } #-keep class kotlin.coroutines.** { *; } #-keep class com.cisystems.ssmp.arm_vmb2.ui.main.viewmodels.* { *; } # -keepclassmembers class * implements okio.okio.Okio { ; } # JSR 305 annotations are for embedding nullability information. -dontwarn javax.annotation.** -dontwarn java.lang.instrument.* -dontwarn org.apache.** -dontwarn sun.misc.** -dontwarn org.bouncycastle.jsse.BCSSLParameters # The proguard configuration file for the following section is C:\Users\slavon\StudioProjects\proto103\app\okhttp3.pro # A resource is loaded with a relative path so the package of this class must be preserved. -keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase #-keepclasseswithmembernames class okhttp3.* { *; } #-keepclassmembers class okhttp3.Headers { ; } #-keep class okio.** { *; } #-keep interface okio.** { *; } #-keep interface okhttp3.Interceptor { *; } # -keep class okio.Okio_JvmJioKt { *; } # 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 dependency is available. -dontwarn okhttp3.internal.platform.ConscryptPlatform -dontwarn org.conscrypt.* -dontwarn org.bouncycastle.jsse.BCSSLSocket -dontwarn org.bouncycastle.jsse.provider.BouncyCastleJsseProvider -dontwarn org.openjsse.javax.net.ssl.SSLParameters -dontwarn org.openjsse.javax.net.ssl.SSLSocket -dontwarn org.openjsse.net.ssl.OpenJSSE # End of content from C:\Users\slavon\StudioProjects\proto103\app\okhttp3.pro # The proguard configuration file for the following section is C:\Users\slavon\StudioProjects\proto103\app\retrifit.pro # Retrofit does reflection on generic parameters. InnerClasses is required to use Signature and # EnclosingMethod is required to use InnerClasses. -keepattributes Signature, InnerClasses, EnclosingMethod # Retrofit does reflection on method and parameter annotations. -keepattributes RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations # Keep annotation default values (e.g., retrofit2.http.Field.encoded). -keepattributes AnnotationDefault # Retain service method parameters when optimizing. -keepclassmembers,allowshrinking,allowoptimization interface com.cisystems.ssmp.arm_vmb2.** { @retrofit2.http.* ; } #-keep class retrofit2.** # Ignore annotation used for build tooling. -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement # Ignore JSR 305 annotations for embedding nullability information. -dontwarn javax.annotation.** # Guarded by a NoClassDefFoundError try/catch and only used when on the classpath. -dontwarn kotlin.Unit # Top-level functions that can only be used by Kotlin. -dontwarn retrofit2.KotlinExtensions -dontwarn retrofit2.KotlinExtensions$* # With R8 full mode, it sees no subtypes of Retrofit interfaces since they are created with a Proxy # and replaces all potential values with null. Explicitly keeping the interfaces prevents this. -if interface com.cisystems.ssmp.arm_vmb2.** { @retrofit2.http.* ; } -keep,allowobfuscation interface <1> -if interface com.cisystems.ssmp.arm_vmb2.* { @retrofit2.http.* ; } -keep,allowobfuscation class com.cisystems.ssmp.arm_vmb2.** implements <1> # Keep generic signature of Call, Response (R8 full mode strips signatures from non-kept items). -keep,allowobfuscation,allowshrinking interface retrofit2.Call -keep,allowobfuscation,allowshrinking class retrofit2.Response # With R8 full mode generic signatures are stripped for classes that are not # kept. Suspend functions are wrapped in continuations where the type argument # is used. -keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation # End of content from C:\Users\slavon\StudioProjects\proto103\app\retrifit.pro # The proguard configuration file for the following section is C:\Users\slavon\StudioProjects\proto103\app\kotlinx-serialization.pro -keepattributes *Annotation*, InnerClasses -dontnote kotlinx.serialization.AnnotationsKt # core serialization annotations # kotlinx-serialization-json specific. Add this if you have java.lang.NoClassDefFoundError kotlinx.serialization.json.JsonObjectSerializer -keepclassmembers class kotlinx.serialization.json.** { *** Companion; } -keepclasseswithmembers class kotlinx.serialization.json.** { kotlinx.serialization.KSerializer serializer(...); } # Change here com.yourcompany.yourpackage -keepclassmembers @kotlinx.serialization.Serializable class com.cisystems.ssmp.arm_vmb2.** { # lookup for plugin generated serializable classes *** Companion; # lookup for serializable objects *** INSTANCE; kotlinx.serialization.KSerializer serializer(...); } # lookup for plugin generated serializable classes -if @kotlinx.serialization.Serializable class com.cisystems.ssmp.arm_vmb2.** -keepclassmembers class com.cisystems.ssmp.arm_vmb2.<1>$Companion { kotlinx.serialization.KSerializer serializer(...); } # Serialization supports named companions but for such classes it is necessary to add an additional rule. # This rule keeps serializer and serializable class from obfuscation. Therefore, it is recommended not to use wildcards in it, but to write rules for each such class. -keep class com.cisystems.ssmp.arm_vmb2.**$$serializer { *** INSTANCE; } # End of content from C:\Users\slavon\StudioProjects\proto103\app\kotlinx-serialization.pro # The proguard configuration file for the following section is C:\Users\slavon\StudioProjects\proto103\app\proguard-rules.pro #-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {} #-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {} #-keepnames class kotlinx.coroutines.android.AndroidExceptionPreHandler {} #-keepnames class kotlinx.coroutines.android.AndroidDispatcherFactory {} #noinspection ShrinkerUnresolvedReference #-keepclassmembernames class kotlinx.** { # volatile ; #} # -keep class kotlinx.coroutines.sync.Mutex #noinspection ShrinkerUnresolvedReference # -keep enum com.cisystems.ssmp.arm_vmb2.** #noinspection ShrinkerUnresolvedReference # -keepclasseswithmembernames class com.cisystems.ssmp.arm_vmb2.** { *; } #noinspection ShrinkerUnresolvedReference # -keepclasseswithmembernames interface com.cisystems.ssmp.arm_vmb2.** { *; } #noinspection ShrinkerUnresolvedReference # -keepclasseswithmembernames class * implements com.cisystems.ssmp.arm_vmb2.** { *; } #noinspection ShrinkerUnresolvedReference # -keepclasseswithmembernames class * extends com.cisystems.ssmp.arm_vmb2.** { *; } #-keep interface com.cisystems.ssmp.arm_vmb2.network.jsonRPC.* { *; } #-keep class * extends com.cisystems.ssmp.arm_vmb2.network.jsonRPC.* { # (***); # (***); # ; #} #-keep class * implements com.cisystems.ssmp.arm_vmb2.network.jsonRPC.* { # (***); # (***); # ; #} #-keep interface com.cisystems.ssmp.arm_vmb2.db.entity.* { *; } #-keep class com.cisystems.ssmp.arm_vmb2.db.entity.* { # (***); # (***); # ; #} #-keep @androidx.room.** class com.cisystems.ssmp.arm_vmb2.** #-keep @androidx.room.** interface com.cisystems.ssmp.arm_vmb2.** -keepnames,allowoptimization,allowshrinking @kotlinx.serialization.Serializable enum com.cisystems.ssmp.arm_vmb2.** -keepnames,allowoptimization,allowshrinking @kotlinx.serialization.Serializable class com.cisystems.ssmp.arm_vmb2.** -keepnames,allowoptimization,allowshrinking @androidx.room.Entity class com.cisystems.ssmp.arm_vmb2.** -keep @kotlinx.serialization.Serializable enum com.cisystems.ssmp.arm_vmb2.** { (***); (***); # synthetic (***); # synthetic *** *$*(***); ; } -keep @kotlinx.serialization.Serializable class com.cisystems.ssmp.arm_vmb2.** { (***); (***); # synthetic (***); # synthetic *** *$*(***); ; } -keep @androidx.room.Entity class com.cisystems.ssmp.arm_vmb2.** { (***); (***); # synthetic (***); # synthetic void (***); # synthetic *** *$*(***); ; } #-keep class com.cisystems.ssmp.arm_vmb2.** { # @androidx.room.** ; # @androidx.room.** ; #} #-keep interface com.cisystems.ssmp.arm_vmb2.** { # @androidx.room.** ; # @androidx.room.** ; #} #-keep,allowoptimization,allowshrinking class com.cisystems.ssmp.arm_vmb2.db.dao.** #-keep,includedescriptorclasses class com.cisystems.ssmp.arm_vmb2.network.jsonRPC.* { ; } #-keep,includedescriptorclasses interface com.cisystems.ssmp.arm_vmb2.network.jsonRPC.KisJsonRPC { *; } # -keep class com.cisystems.ssmp.arm_vmb2.db.entity.* { ; } #-keepclasseswithmembers interface com.cisystems.ssmp.arm_vmb2.db.entity.* { public ; } # class com.cisystems.ssmp.arm_vmb2.network.jsonRPC.* { ; } #-keepclasseswithmembers interface com.cisystems.ssmp.arm_vmb2.network.jsonRPC.* { public ; } #-keep,includedescriptorclasses class * extends com.cisystems.ssmp.arm_vmb2.db.entity.** { *; } #-keep,includedescriptorclasses class * implements com.cisystems.ssmp.arm_vmb2.db.entity.** { *; } #-keep, allowoptimization, allowshrinking, includedescriptorclasses @androidx.room.Dao class * { *; } #-keep, allowoptimization, allowshrinking, includedescriptorclasses @androidx.room.Database class * { *; } # -keep,includedescriptorclasses class com.cisystems.ssmp.arm_vmb2.network.** { *; } # -keep,includedescriptorclasses interface com.cisystems.ssmp.arm_vmb2.network.** { *; } # -keep,includedescriptorclasses class * extends com.cisystems.ssmp.arm_vmb2.network.** { *; } # -keep,includedescriptorclasses class * implements com.cisystems.ssmp.arm_vmb2.network.** { *; } # -keep,includedescriptorclasses class com.cisystems.ssmp.arm_vmb2.workers.** { *; } # -keep,includedescriptorclasses class com.cisystems.ssmp.arm_vmb2.services.** { *; } # -keepclassmembers class com.cisystems.ssmp.arm_vmb2.** { ; } # -keep class com.cisystems.ssmp.arm_vmb2.db.dao.* { *; } #-keepclassmembers,allowshrinking,allowoptimization public class com.cisystems.ssmp.arm_vmb2.** { # public synthetic ; #} #-keep, allowoptimization, allowshrinking class com.cisystems.ssmp.arm_vmb2.** { *; } #-keep, allowoptimization interface com.cisystems.ssmp.arm_vmb2.** { *; } #-keep, allowoptimization enum com.cisystems.ssmp.arm_vmb2.** { *; } #-keep, allowoptimization, allowshrinking class com.cisystems.ssmp.arm_vmb2.** { *; } #-keep, allowoptimization, allowshrinking interface com.cisystems.ssmp.arm_vmb2.** { *; } #-keep, allowoptimization, allowshrinking enum com.cisystems.ssmp.arm_vmb2.** { *; } # -keepclasseswithmembernames, allowoptimization, allowshrinking class com.cisystems.ssmp.arm_vmb2.network.jsonRPC.* { *; } ################# Data classes #-keep class com.cisystems.ssmp.arm_vmb2.db.* { *; } #-keep interface com.cisystems.ssmp.arm_vmb2.db.* { *; } #-keep class * implements com.cisystems.ssmp.arm_vmb2.db.* # # -keep class com.cisystems.ssmp.arm_vmb2.network.jsonRPC.* { *; } #-keep class * implements com.cisystems.ssmp.arm_vmb2.network.jsonRPC.* # #-keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.CardStatusFragment #-keepattributes Database #-keepattributes *Annotation* #-keepattributes Dao #-keepattributes Entiry ############ SQL CHIPPER #-keep class net.sqlcipher.* {*;} # -keep class !com.cisystems.ssmp.arm_vmb2.** { *; } # End of content from C:\Users\slavon\StudioProjects\proto103\app\proguard-rules.pro # The proguard configuration file for the following section is C:\Users\slavon\StudioProjects\proto103\app\build\intermediates\aapt_proguard_file\minApi30Release\aapt_rules.txt -keep class androidx.core.app.CoreComponentFactory { (); } -keep class androidx.core.content.FileProvider { (); } -keep class androidx.profileinstaller.ProfileInstallReceiver { (); } -keep class androidx.room.MultiInstanceInvalidationService { (); } -keep class androidx.startup.InitializationProvider { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy { (); } -keep class androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver { (); } -keep class androidx.work.impl.background.systemalarm.RescheduleReceiver { (); } -keep class androidx.work.impl.background.systemalarm.SystemAlarmService { (); } -keep class androidx.work.impl.background.systemjob.SystemJobService { (); } -keep class androidx.work.impl.diagnostics.DiagnosticsReceiver { (); } -keep class androidx.work.impl.foreground.SystemForegroundService { (); } -keep class androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver { (); } -keep class com.cisystems.ssmp.arm_vmb2.MyApplication { (); } -keep class com.cisystems.ssmp.arm_vmb2.services.HeartbeatService { (); } -keep class com.cisystems.ssmp.arm_vmb2.services.NotificationService { (); } -keep class com.cisystems.ssmp.arm_vmb2.ui.LoginActivity { (); } -keep class com.cisystems.ssmp.arm_vmb2.ui.MainActivity { (); } -keep class com.google.android.datatransport.runtime.backends.TransportBackendDiscovery { (); } -keep class com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver { (); } -keep class com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService { (); } -keep class com.google.android.gms.measurement.AppMeasurementJobService { (); } -keep class com.google.android.gms.measurement.AppMeasurementReceiver { (); } -keep class com.google.android.gms.measurement.AppMeasurementService { (); } -keep class com.google.firebase.components.ComponentDiscoveryService { (); } -keep class com.google.firebase.perf.provider.FirebasePerfProvider { (); } -keep class com.google.firebase.provider.FirebaseInitProvider { (); } -keep class leakcanary.internal.activity.LeakActivity { (); } -keep class android.widget.Space { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.app.AlertController$RecycleListView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ActionMenuItemView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ExpandedMenuView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.view.menu.ListMenuItemView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarContainer { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarContextView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionBarOverlayLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActionMenuView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ActivityChooserView$InnerLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.AlertDialogLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.AppCompatImageButton { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.AppCompatImageView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.AppCompatTextView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ButtonBarLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ContentFrameLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.DialogTitle { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.FitWindowsFrameLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.FitWindowsLinearLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.LinearLayoutCompat { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.SearchView$SearchAutoComplete { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.SwitchCompat { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.Toolbar { (android.content.Context, android.util.AttributeSet); } -keep class androidx.appcompat.widget.ViewStubCompat { (android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.helper.widget.Flow { (android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.helper.widget.Layer { (android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.widget.Barrier { (android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.widget.ConstraintLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.widget.Group { (android.content.Context, android.util.AttributeSet); } -keep class androidx.constraintlayout.widget.Guideline { (android.content.Context, android.util.AttributeSet); } -keep class androidx.coordinatorlayout.widget.CoordinatorLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.core.widget.NestedScrollView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.drawerlayout.widget.DrawerLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.fragment.app.FragmentContainerView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.navigation.fragment.NavHostFragment { (); } -keep class androidx.preference.UnPressableLinearLayout { (android.content.Context, android.util.AttributeSet); } -keep class androidx.preference.internal.PreferenceImageView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.recyclerview.widget.RecyclerView { (android.content.Context, android.util.AttributeSet); } -keep class androidx.viewpager2.widget.ViewPager2 { (android.content.Context, android.util.AttributeSet); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.AboutFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.AddActiveCallFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.AddAssertedClinicFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.AddAssertedServiceFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.AddDrugFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.AdditionalFeaturesFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.CancelHospRequestFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.CardStatusFragment { (); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.CardStatusFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.CommonFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.ContactsListFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.CrewFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.DutiesFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.EkgDetailsFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.LoginFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.MapFragmentF { (); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.MapFragmentF { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.MapLegendFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.MedicineListFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.MedicineRouterFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.MenuSettingsFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.MultimediaFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.NewCallFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.NewTicketFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.NoStowagesFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.PassingCallFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.PassingCallListFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.SettingsFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.SimpleFormFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.TicketFirstMenuFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.TicketSecondFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.TicketSecondTabsFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.TicketTypeRouterFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.TicketsListFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.fragments.TutorialFragment { (...); } -keep class com.cisystems.ssmp.arm_vmb2.ui.w.CachedSmartText { (android.content.Context, android.util.AttributeSet); } -keep class com.cisystems.ssmp.arm_vmb2.ui.w.SmartCheckBox { (android.content.Context, android.util.AttributeSet); } -keep class com.cisystems.ssmp.arm_vmb2.ui.w.SmartChipGroup { (android.content.Context, android.util.AttributeSet); } -keep class com.cisystems.ssmp.arm_vmb2.ui.w.SmartInputTextEdit { (android.content.Context, android.util.AttributeSet); } -keep class com.cisystems.ssmp.arm_vmb2.ui.w.SmartMaterialText { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.appbar.AppBarLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.appbar.MaterialToolbar { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.button.MaterialButton { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.button.MaterialButtonToggleGroup { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.card.MaterialCardView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.chip.Chip { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.chip.ChipGroup { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.datepicker.MaterialCalendarGridView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.floatingactionbutton.FloatingActionButton { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.BaselineLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.CheckableImageButton { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.NavigationMenuItemView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.internal.NavigationMenuView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.navigation.NavigationView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.snackbar.Snackbar$SnackbarLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.snackbar.SnackbarContentLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.switchmaterial.SwitchMaterial { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.tabs.TabLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.textfield.TextInputEditText { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.textfield.TextInputLayout { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.textview.MaterialTextView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.timepicker.ChipTextInputComboView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.timepicker.ClockFaceView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.timepicker.ClockHandView { (android.content.Context, android.util.AttributeSet); } -keep class com.google.android.material.timepicker.TimePickerView { (android.content.Context, android.util.AttributeSet); } -keep class org.osmdroid.views.MapView { (android.content.Context, android.util.AttributeSet); } -keepclassmembers class * { *** viewImage(android.view.View); } # End of content from C:\Users\slavon\StudioProjects\proto103\app\build\intermediates\aapt_proguard_file\minApi30Release\aapt_rules.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\5673edbc29000d30b2d24dd832ce938d\transformed\databinding-runtime-7.2.0-alpha03\proguard.txt -dontwarn androidx.databinding.ViewDataBinding -dontwarn androidx.databinding.ViewDataBinding$LiveDataListener # instant apps load these via reflection so we need to keep them. -keep public class * extends androidx.databinding.DataBinderMapper # End of content from C:\Users\slavon\.gradle\caches\transforms-3\5673edbc29000d30b2d24dd832ce938d\transformed\databinding-runtime-7.2.0-alpha03\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\80394bdce3146cd33b679a2fa9855fd6\transformed\preference-1.2.0-alpha01\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 (android.content.Context, android.util.AttributeSet); } -keep public class * extends androidx.preference.Preference { public (android.content.Context, android.util.AttributeSet); } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\80394bdce3146cd33b679a2fa9855fd6\transformed\preference-1.2.0-alpha01\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\95306fc1496270655e853764787235db\transformed\navigation-ui-2.4.0-beta01\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. # setProgress is called via an ObjectAnimator in AbstractAppBarOnDestinationChangedListener -keepclassmembers class androidx.appcompat.graphics.drawable.DrawerArrowDrawable { void setProgress(float); } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\95306fc1496270655e853764787235db\transformed\navigation-ui-2.4.0-beta01\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\4d656b9801dc3c4e2f9e011d93286daa\transformed\material-1.5.0-alpha999\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 (android.content.Context, android.util.AttributeSet); public (); } # 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 { (); } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\4d656b9801dc3c4e2f9e011d93286daa\transformed\material-1.5.0-alpha999\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\d3cc263a5d9ac99b96e0c343294d98b3\transformed\appcompat-1.4.0-rc01\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 { (...); } # Never inline methods, but allow shrinking and obfuscation. -keepclassmembernames,allowobfuscation,allowshrinking class androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper$Impl* { ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\d3cc263a5d9ac99b96e0c343294d98b3\transformed\appcompat-1.4.0-rc01\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\51b435423dc6060934385a11ae311494\transformed\jetified-play-services-measurement-api-19.0.2\proguard.txt # Can be removed once we pull in a dependency on firebase-common that includes # https://github.com/firebase/firebase-android-sdk/pull/1472/commits/856f1ca1151cdd88679bbc778892f23dfa34fc06#diff-a2ed34b5a38b4c6c686b09e54865eb48 -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # 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.measurement.zzjz { ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\51b435423dc6060934385a11ae311494\transformed\jetified-play-services-measurement-api-19.0.2\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\9f95ff799618f2030a00ceb64cc3a1e0\transformed\jetified-firebase-common-20.0.0\proguard.txt -dontwarn com.google.firebase.platforminfo.KotlinDetector -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\slavon\.gradle\caches\transforms-3\9f95ff799618f2030a00ceb64cc3a1e0\transformed\jetified-firebase-common-20.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\b4e8fbceb03cea92aef40c97efa82723\transformed\jetified-play-services-measurement-19.0.2\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.measurement.zzjz { ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\b4e8fbceb03cea92aef40c97efa82723\transformed\jetified-play-services-measurement-19.0.2\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\bb41c0690518031281063b686ee2ad08\transformed\jetified-play-services-measurement-sdk-19.0.2\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.measurement.zzjz { ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\bb41c0690518031281063b686ee2ad08\transformed\jetified-play-services-measurement-sdk-19.0.2\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\621276bf1c8b8d3a91be596cdf400b9b\transformed\jetified-play-services-measurement-impl-19.0.2\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.measurement.zzjz { ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\621276bf1c8b8d3a91be596cdf400b9b\transformed\jetified-play-services-measurement-impl-19.0.2\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\b21604b261e0a8986937e1d37fe94c53\transformed\jetified-play-services-measurement-sdk-api-19.0.2\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.measurement.zzjz { ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\b21604b261e0a8986937e1d37fe94c53\transformed\jetified-play-services-measurement-sdk-api-19.0.2\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\e6e3dc359e180d623b811b0e1f2816e4\transformed\jetified-play-services-measurement-base-19.0.2\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.measurement.zzjz { ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\e6e3dc359e180d623b811b0e1f2816e4\transformed\jetified-play-services-measurement-base-19.0.2\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\da056095dc81498866e58c16281e1f88\transformed\jetified-play-services-basement-17.3.0\proguard.txt # 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 @android.support.annotation.Keep class * -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.annotation.Keep ; } # 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 ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } # 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 ; public ; } # 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 # Internal Google annotations for generating Proguard keep rules. -dontwarn com.google.android.apps.common.proguard.UsedBy* # Annotations referenced by the SDK but whose definitions are contained in # non-required dependencies. -dontwarn javax.annotation.** -dontwarn org.checkerframework.** # End of content from C:\Users\slavon\.gradle\caches\transforms-3\da056095dc81498866e58c16281e1f88\transformed\jetified-play-services-basement-17.3.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\fcca5437d22a0e115a6bd7b1f26c7536\transformed\fragment-1.4.0-beta01\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 (); } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\fcca5437d22a0e115a6bd7b1f26c7536\transformed\fragment-1.4.0-beta01\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\7207b18a8d52e9191276d27513628e30\transformed\navigation-common-2.4.0-beta01\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 C:\Users\slavon\.gradle\caches\transforms-3\7207b18a8d52e9191276d27513628e30\transformed\navigation-common-2.4.0-beta01\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\62f3e20a0e4cf19e053bc10c9bcf45b2\transformed\jetified-lifecycle-viewmodel-savedstate-2.4.0\proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { (androidx.lifecycle.SavedStateHandle); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { (android.app.Application,androidx.lifecycle.SavedStateHandle); } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\62f3e20a0e4cf19e053bc10c9bcf45b2\transformed\jetified-lifecycle-viewmodel-savedstate-2.4.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\4309636e81023e5bb32020bc5531ec19\transformed\work-runtime-2.7.0\proguard.txt -keep class * extends androidx.work.Worker -keep class * extends androidx.work.InputMerger # Keep all constructors on ListenableWorker, Worker (also marked with @Keep) -keep public class * extends androidx.work.ListenableWorker { public (...); } # We need to keep WorkerParameters for the ListenableWorker constructor -keep class androidx.work.WorkerParameters # End of content from C:\Users\slavon\.gradle\caches\transforms-3\4309636e81023e5bb32020bc5531ec19\transformed\work-runtime-2.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\ac03d89d5c4117728ed84e321b1d4a88\transformed\jetified-lifecycle-process-2.4.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 C:\Users\slavon\.gradle\caches\transforms-3\ac03d89d5c4117728ed84e321b1d4a88\transformed\jetified-lifecycle-process-2.4.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\309ce53e29767bd8ebdbf54102a8e8af\transformed\jetified-window-1.0.0-beta03\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. # Some methods in androidx.window.extensions are accessed through reflection and need to be kept. # Failure to do so can cause bugs such as b/157286362. This could be overly broad too and should # ideally be trimmed down to only the classes/methods that actually need to be kept. This should # be tracked in b/165268619. -keep class androidx.window.extensions.** { *; } -dontwarn androidx.window.extensions.** -keep class androidx.window.extensions.embedding.** { *; } -dontwarn androidx.window.extensions.embedding.** # Keep the whole library for now since there is a crash with a missing method. # TODO(b/165268619) Make a narrow rule -keep class androidx.window.** { *; } # We also neep to keep sidecar.** for the same reason. -keep class androidx.window.sidecar.** { *; } -dontwarn androidx.window.sidecar.** # End of content from C:\Users\slavon\.gradle\caches\transforms-3\309ce53e29767bd8ebdbf54102a8e8af\transformed\jetified-window-1.0.0-beta03\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\376f5471fcff920e94f610c80ca54572\transformed\media-1.4.3\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. # Prevent Parcelable objects from being removed or renamed. -keep class android.support.v4.media.** implements android.os.Parcelable { public static final android.os.Parcelable$Creator *; } # Prevent Parcelable objects from being removed or renamed. -keep class androidx.media.** implements android.os.Parcelable { public static final android.os.Parcelable$Creator *; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\376f5471fcff920e94f610c80ca54572\transformed\media-1.4.3\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\20add24ba8e1569ed1c50c3bf238074a\transformed\recyclerview-1.3.0-alpha01\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 (android.content.Context, android.util.AttributeSet, int, int); public (); } -keepclassmembers class androidx.recyclerview.widget.RecyclerView { public void suppressLayout(boolean); public boolean isLayoutSuppressed(); } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\20add24ba8e1569ed1c50c3bf238074a\transformed\recyclerview-1.3.0-alpha01\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\26ec863ab461c5b2302ddcb04ac40d52\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 C:\Users\slavon\.gradle\caches\transforms-3\26ec863ab461c5b2302ddcb04ac40d52\transformed\vectordrawable-animated-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\43f75bd76326d18edc6de09c7b653bd5\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 (android.content.Context, android.util.AttributeSet); public (); } # Make sure we keep annotations for CoordinatorLayout's DefaultBehavior and ViewPager's DecorView -keepattributes *Annotation* # End of content from C:\Users\slavon\.gradle\caches\transforms-3\43f75bd76326d18edc6de09c7b653bd5\transformed\coordinatorlayout-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\5ea323efca05f5fcca9fc627a7c4ebd8\transformed\transition-1.4.1\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 C:\Users\slavon\.gradle\caches\transforms-3\5ea323efca05f5fcca9fc627a7c4ebd8\transformed\transition-1.4.1\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\e7227eda5bf065c5f99df495f46e4e65\transformed\core-1.7.0\proguard.txt # Never inline methods, but allow shrinking and obfuscation. -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl { ; } -keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl { ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\e7227eda5bf065c5f99df495f46e4e65\transformed\core-1.7.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\35eda85de9387a6062c826966ca665cf\transformed\lifecycle-runtime-2.4.0\proguard.txt -keepattributes AnnotationDefault, RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations, RuntimeVisibleTypeAnnotations -keepclassmembers enum androidx.lifecycle.Lifecycle$Event { ; } -keep !interface * implements androidx.lifecycle.LifecycleObserver { } -keep class * implements androidx.lifecycle.GeneratedAdapter { (...); } -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 C:\Users\slavon\.gradle\caches\transforms-3\35eda85de9387a6062c826966ca665cf\transformed\lifecycle-runtime-2.4.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\5a3e589dcd3359b5f571e0dfa18ab333\transformed\jetified-savedstate-1.1.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 { (); } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\5a3e589dcd3359b5f571e0dfa18ab333\transformed\jetified-savedstate-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\fe3476ed5093d4284442a8dd983973bd\transformed\room-runtime-2.4.0-beta01\proguard.txt -keep class * extends androidx.room.RoomDatabase -dontwarn androidx.room.paging.** # End of content from C:\Users\slavon\.gradle\caches\transforms-3\fe3476ed5093d4284442a8dd983973bd\transformed\room-runtime-2.4.0-beta01\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\176eab92953a400bcc54bddeaeb69d33\transformed\rules\lib\META-INF\proguard\retrofit2.pro # Retrofit does reflection on generic parameters. InnerClasses is required to use Signature and # EnclosingMethod is required to use InnerClasses. -keepattributes Signature, InnerClasses, EnclosingMethod # Retrofit does reflection on method and parameter annotations. -keepattributes RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations # Retain service method parameters when optimizing. -keepclassmembers,allowshrinking,allowobfuscation interface * { @retrofit2.http.* ; } # Ignore annotation used for build tooling. -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement # Ignore JSR 305 annotations for embedding nullability information. -dontwarn javax.annotation.** # Guarded by a NoClassDefFoundError try/catch and only used when on the classpath. -dontwarn kotlin.Unit # Top-level functions that can only be used by Kotlin. -dontwarn retrofit2.KotlinExtensions -dontwarn retrofit2.KotlinExtensions$* # With R8 full mode, it sees no subtypes of Retrofit interfaces since they are created with a Proxy # and replaces all potential values with null. Explicitly keeping the interfaces prevents this. -if interface * { @retrofit2.http.* ; } -keep,allowobfuscation interface <1> # End of content from C:\Users\slavon\.gradle\caches\transforms-3\176eab92953a400bcc54bddeaeb69d33\transformed\rules\lib\META-INF\proguard\retrofit2.pro # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\d068d69bcad0e631a6b54e4fb6b1dd80\transformed\rules\lib\META-INF\proguard\okhttp3.pro # JSR 305 annotations are for embedding nullability information. -dontwarn javax.annotation.** # A resource is loaded with a relative path so the package of this class must be preserved. -keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase # 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 dependency is available. -dontwarn okhttp3.internal.platform.ConscryptPlatform -dontwarn org.conscrypt.ConscryptHostnameVerifier # End of content from C:\Users\slavon\.gradle\caches\transforms-3\d068d69bcad0e631a6b54e4fb6b1dd80\transformed\rules\lib\META-INF\proguard\okhttp3.pro # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\d575539f09b180d4bf8093c0355ed248\transformed\jetified-startup-runtime-1.1.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. (); } -assumenosideeffects class androidx.startup.StartupLogger { public static ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\d575539f09b180d4bf8093c0355ed248\transformed\jetified-startup-runtime-1.1.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\576cb8c2106d0c9f1fe7ce02b5f0b0b8\transformed\lifecycle-viewmodel-2.4.0\proguard.txt -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel { (); } -keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel { (android.app.Application); } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\576cb8c2106d0c9f1fe7ce02b5f0b0b8\transformed\lifecycle-viewmodel-2.4.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\9e9b3c8bbeedb6879d46209db6969aff\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 C:\Users\slavon\.gradle\caches\transforms-3\9e9b3c8bbeedb6879d46209db6969aff\transformed\versionedparcelable-1.1.1\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\e3e94952c25d7e622435bdad2b5f1028\transformed\jetified-firebase-components-17.0.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 C:\Users\slavon\.gradle\caches\transforms-3\e3e94952c25d7e622435bdad2b5f1028\transformed\jetified-firebase-components-17.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\b71c02ff484138ab17e9e82f3b2c6e96\transformed\jetified-transport-backend-cct-3.0.0\proguard.txt -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\slavon\.gradle\caches\transforms-3\b71c02ff484138ab17e9e82f3b2c6e96\transformed\jetified-transport-backend-cct-3.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\cb7149d472bf505ebe72ebec5cdef5c1\transformed\jetified-transport-runtime-3.0.1\proguard.txt -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\slavon\.gradle\caches\transforms-3\cb7149d472bf505ebe72ebec5cdef5c1\transformed\jetified-transport-runtime-3.0.1\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\ad0182c67c189cf7e94882428f25f365\transformed\jetified-transport-api-3.0.0\proguard.txt -dontwarn com.google.auto.value.AutoValue -dontwarn com.google.auto.value.AutoValue$Builder # End of content from C:\Users\slavon\.gradle\caches\transforms-3\ad0182c67c189cf7e94882428f25f365\transformed\jetified-transport-api-3.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\ff7a45917c7160a19b812a6f7caa4f2e\transformed\jetified-firebase-encoders-json-18.0.0\proguard.txt # End of content from C:\Users\slavon\.gradle\caches\transforms-3\ff7a45917c7160a19b812a6f7caa4f2e\transformed\jetified-firebase-encoders-json-18.0.0\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\1fefd93c4eabe404ca4b0437c771e4e3\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 ; } -keepclasseswithmembers class * { @androidx.annotation.Keep ; } -keepclasseswithmembers class * { @androidx.annotation.Keep (...); } -keepclassmembers,allowobfuscation class * { @androidx.annotation.DoNotInline ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\1fefd93c4eabe404ca4b0437c771e4e3\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\4bc0b92a47a1bbe91a90d8a4e3100a59\transformed\jetified-annotation-experimental-1.2.0-alpha01\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. # Ignore missing Kotlin meta-annotations so that this library can be used # without adding a compileOnly dependency on the Kotlin standard library. -dontwarn kotlin.Deprecated -dontwarn kotlin.Metadata -dontwarn kotlin.ReplaceWith -dontwarn kotlin.annotation.AnnotationRetention -dontwarn kotlin.annotation.AnnotationTarget -dontwarn kotlin.annotation.Retention -dontwarn kotlin.annotation.Target # End of content from C:\Users\slavon\.gradle\caches\transforms-3\4bc0b92a47a1bbe91a90d8a4e3100a59\transformed\jetified-annotation-experimental-1.2.0-alpha01\proguard.txt # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\801d8e2683c8139982a02e10a5f9e9d2\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 C:\Users\slavon\.gradle\caches\transforms-3\801d8e2683c8139982a02e10a5f9e9d2\transformed\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\8c6b50a47784f5b4e8b056d138953e2f\transformed\rules\lib\META-INF\proguard\okio.pro # Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java. -dontwarn org.codehaus.mojo.animal_sniffer.* # End of content from C:\Users\slavon\.gradle\caches\transforms-3\8c6b50a47784f5b4e8b056d138953e2f\transformed\rules\lib\META-INF\proguard\okio.pro # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\a528e6773a8ab3bb8853bf3715f77a64\transformed\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 ; } -keepclassmembernames class io.ktor.** { volatile ; } # 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 C:\Users\slavon\.gradle\caches\transforms-3\a528e6773a8ab3bb8853bf3715f77a64\transformed\rules\lib\META-INF\proguard\ktor.pro # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\ac0c740cf2b95ec4b2a1574433f04e9f\transformed\rules\lib\META-INF\proguard\coroutines.pro # ServiceLoader support -keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {} -keepnames class kotlinx.coroutines.CoroutineExceptionHandler {} # Most of volatile fields are updated with AFU and should not be mangled -keepclassmembers class kotlinx.coroutines.** { volatile ; } # Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater -keepclassmembers class kotlin.coroutines.SafeContinuation { volatile ; } # 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 # End of content from C:\Users\slavon\.gradle\caches\transforms-3\ac0c740cf2b95ec4b2a1574433f04e9f\transformed\rules\lib\META-INF\proguard\coroutines.pro # The proguard configuration file for the following section is C:\Users\slavon\.gradle\caches\transforms-3\86678e0b19d70b2c355a0906cbe8c178\transformed\jetified-protolite-well-known-types-18.0.0\proguard.txt # 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 # protobuf-javalite has a bug that requires this workaround rule # https://github.com/protocolbuffers/protobuf/issues/6463#issuecomment-553183215 -keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { ; } # End of content from C:\Users\slavon\.gradle\caches\transforms-3\86678e0b19d70b2c355a0906cbe8c178\transformed\jetified-protolite-well-known-types-18.0.0\proguard.txt # The proguard configuration file for the following section is -ignorewarnings # End of content from