# The proguard configuration file for the following section is C:\Users\decid\Documents\projects\spt-mobile\app\build\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.5.2 # This is a configuration file for ProGuard. # http://proguard.sourceforge.net/index.html#manual/usage.html # # Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with # the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and # will be ignored by new version of the Android plugin for Gradle. # Optimizations: If you don't want to optimize, use the proguard-android.txt configuration file # instead of this one, which turns off the optimization flags. -allowaccessmodification # Preserve some attributes that may be required for reflection. -keepattributes AnnotationDefault, EnclosingMethod, InnerClasses, RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations, RuntimeVisibleTypeAnnotations, Signature -keep public class com.google.vending.licensing.ILicensingService -keep public class com.android.vending.licensing.ILicensingService -keep public class com.google.android.vending.licensing.ILicensingService -dontnote com.android.vending.licensing.ILicensingService -dontnote com.google.vending.licensing.ILicensingService -dontnote com.google.android.vending.licensing.ILicensingService # For native methods, see https://www.guardsquare.com/manual/configuration/examples#native -keepclasseswithmembernames,includedescriptorclasses class * { native ; } # Keep setters in Views so that animations can still work. -keepclassmembers public class * extends android.view.View { void set*(***); *** get*(); } # We want to keep methods in Activity that could be used in the XML attribute onClick. -keepclassmembers class * extends android.app.Activity { public void *(android.view.View); } # For enumeration classes, see https://www.guardsquare.com/manual/configuration/examples#enumerations -keepclassmembers enum * { public static **[] values(); public static ** valueOf(java.lang.String); } -keepclassmembers class * implements android.os.Parcelable { public static final ** CREATOR; } # Preserve annotated Javascript interface methods. -keepclassmembers class * { @android.webkit.JavascriptInterface ; } # The support libraries contains references to newer platform versions. # Don't warn about those in case this app is linking against an older # platform version. We know about them, and they are safe. -dontnote android.support.** -dontnote androidx.** -dontwarn android.support.** -dontwarn androidx.** # Understand the @Keep support annotation. -keep class android.support.annotation.Keep -keep @android.support.annotation.Keep class * {*;} -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.annotation.Keep ; } -keepclasseswithmembers class * { @android.support.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\decid\Documents\projects\spt-mobile\app\build\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.5.2 # The proguard configuration file for the following section is C:\Users\decid\Documents\projects\spt-mobile\app\proguard-rules.pro # R8 keep rules for the release build (POLISH-PLAN W3-9, # REQ-RELEASE-PACKAGING): only the seams the minifier cannot see — JNI name # lookups and native-method registration. Everything else (Compose, Room's # generated impls, compiled kotlinx-serialization serializers) is reached # through ordinary references R8 tracks itself. # JNI half of the device link: native methods must keep their names and # signatures or System.loadLibrary registration fails at runtime. -keepclasseswithmembers class com.sptmobile.link.LinkNative { native ; } # rustls-platform-verifier: the Rust side of the .so looks these classes up # BY NAME through JNI (the relay-TLS trust-store bridge); its AAR ships no # consumer rules, so renaming/stripping them kills TLS at first dial. -keep class org.rustls.platformverifier.** { *; } # Room: the runtime instantiates the generated database impl by reflection # from the @Database class name (Room.databaseBuilder). Room's own consumer # rules cover the runtime; pin our database class so its generated _Impl # sibling keeps a resolvable name. -keep class com.sptmobile.voice.VoiceDb { *; } -keep class * extends androidx.room.RoomDatabase { (); } # End of content from C:\Users\decid\Documents\projects\spt-mobile\app\proguard-rules.pro # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\c0caa49d72af417a69a2e7a92fa191df\transformed\graphics-path-1.0.1\proguard.txt -keepclasseswithmembers class androidx.graphics.path.** { native ; } # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\c0caa49d72af417a69a2e7a92fa191df\transformed\graphics-path-1.0.1\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\1a84660126bac0a8f4c02d9876ee4b7b\transformed\core-1.13.1\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\decid\.gradle\caches\8.9\transforms\1a84660126bac0a8f4c02d9876ee4b7b\transformed\core-1.13.1\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\3ff5c7b67d9116c6ef3b166e615359e1\transformed\savedstate-1.2.1\proguard.txt # Copyright (C) 2019 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -keepclassmembers,allowobfuscation class * implements androidx.savedstate.SavedStateRegistry$AutoRecreated { (); } # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\3ff5c7b67d9116c6ef3b166e615359e1\transformed\savedstate-1.2.1\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\9b6fe4934fff084a603d35bd28d6fd66\transformed\lifecycle-process-2.8.6\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\decid\.gradle\caches\8.9\transforms\9b6fe4934fff084a603d35bd28d6fd66\transformed\lifecycle-process-2.8.6\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\6cce4f323f1a76da9c80ce46cd067fb8\transformed\lifecycle-runtime-compose-release\proguard.txt # Workaround for https://issuetracker.google.com/issues/346808608 # # `androidx.lifecycle.compose.LocalLifecycleOwner` will reflectively lookup for # `androidx.compose.ui.platform.LocalLifecycleOwner` to ensure backward compatibility # when using Lifecycle 2.8+ with Compose 1.6. # # We need to keep the getter if the code using this is included. # # We need to suppress `ShrinkerUnresolvedReference` because the `LocalComposition` is in a # different module. # #noinspection ShrinkerUnresolvedReference -if public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt { public static *** getLocalLifecycleOwner(); } -keep public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt { public static *** getLocalLifecycleOwner(); } # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\6cce4f323f1a76da9c80ce46cd067fb8\transformed\lifecycle-runtime-compose-release\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\6c9c4a66f3c9ccd9c7dd5e72020e4ebf\transformed\lifecycle-viewmodel-release\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\decid\.gradle\caches\8.9\transforms\6c9c4a66f3c9ccd9c7dd5e72020e4ebf\transformed\lifecycle-viewmodel-release\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\c8a3f246410399e231554c341fe14604\transformed\lifecycle-runtime-release\proguard.txt -keepattributes AnnotationDefault, RuntimeVisibleAnnotations, RuntimeVisibleParameterAnnotations, RuntimeVisibleTypeAnnotations -keepclassmembers enum androidx.lifecycle.Lifecycle$Event { ; } -keep class * implements androidx.lifecycle.GeneratedAdapter { (...); } -keepclassmembers class ** { @androidx.lifecycle.OnLifecycleEvent *; } # The deprecated `android.app.Fragment` creates `Fragment` instances using reflection. # See: b/338958225, b/341537875 -keepclasseswithmembers,allowobfuscation public class androidx.lifecycle.ReportFragment { public (); } # 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\decid\.gradle\caches\8.9\transforms\c8a3f246410399e231554c341fe14604\transformed\lifecycle-runtime-release\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\c0376497c4db58f15d537167756fdcea\transformed\lifecycle-viewmodel-savedstate-2.8.6\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\decid\.gradle\caches\8.9\transforms\c0376497c4db58f15d537167756fdcea\transformed\lifecycle-viewmodel-savedstate-2.8.6\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\f5400583155aea30a3a208180bbdcf3e\transformed\ui-release\proguard.txt # Copyright (C) 2020 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # We supply these as stubs and are able to link to them at runtime # because they are hidden public classes in Android. We don't want # R8 to complain about them not being there during optimization. -dontwarn android.view.RenderNode -dontwarn android.view.DisplayListCanvas -dontwarn android.view.HardwareCanvas -keepclassmembers class androidx.compose.ui.platform.ViewLayerContainer { protected void dispatchGetDisplayList(); } -keepclassmembers class androidx.compose.ui.platform.AndroidComposeView { android.view.View findViewByAccessibilityIdTraversal(int); } # Users can create Modifier.Node instances that implement multiple Modifier.Node interfaces, # so we cannot tell whether two modifier.node instances are of the same type without using # reflection to determine the class type. See b/265188224 for more context. -keep,allowshrinking class * extends androidx.compose.ui.node.ModifierNodeElement # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\f5400583155aea30a3a208180bbdcf3e\transformed\ui-release\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\b285f20f13c3a6aaf1c44e1f510eb2e8\transformed\room-runtime-2.6.1\proguard.txt -keep class * extends androidx.room.RoomDatabase -dontwarn androidx.room.paging.** -dontwarn androidx.lifecycle.LiveData # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\b285f20f13c3a6aaf1c44e1f510eb2e8\transformed\room-runtime-2.6.1\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\207ed2c72522db2f05054e9f880e9c04\transformed\rules\lib\META-INF\proguard\androidx.datastore_datastore-preferences-core.pro -keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite { ; } # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\207ed2c72522db2f05054e9f880e9c04\transformed\rules\lib\META-INF\proguard\androidx.datastore_datastore-preferences-core.pro # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\6fc86b18a2032582b6d49b51c7c037f9\transformed\runtime-release\proguard.txt -assumenosideeffects public class androidx.compose.runtime.ComposerKt { void sourceInformation(androidx.compose.runtime.Composer,java.lang.String); void sourceInformationMarkerStart(androidx.compose.runtime.Composer,int,java.lang.String); void sourceInformationMarkerEnd(androidx.compose.runtime.Composer); } # Composer's class initializer doesn't do anything but create an EMPTY object. Marking the # initializers as having no side effects can help encourage shrinkers to merge/devirtualize Composer # with ComposerImpl. -assumenosideeffects public class androidx.compose.runtime.Composer { void (); } -assumenosideeffects public class androidx.compose.runtime.ComposerImpl { void (); } # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\6fc86b18a2032582b6d49b51c7c037f9\transformed\runtime-release\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\14dfd52d936812fec5df076f2322769a\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 ; } # 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 # 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 C:\Users\decid\.gradle\caches\8.9\transforms\14dfd52d936812fec5df076f2322769a\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\deac618bca652ab264b9ccbbc0f6df40\transformed\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro # Allow R8 to optimize away the FastServiceLoader. # Together with ServiceLoader optimization in R8 # this results in direct instantiation when loading Dispatchers.Main -assumenosideeffects class kotlinx.coroutines.internal.MainDispatcherLoader { boolean FAST_SERVICE_LOADER_ENABLED return false; } -assumenosideeffects class kotlinx.coroutines.internal.FastServiceLoaderKt { boolean ANDROID_DETECTED return true; } # Disable support for "Missing Main Dispatcher", since we always have Android main dispatcher -assumenosideeffects class kotlinx.coroutines.internal.MainDispatchersKt { boolean SUPPORT_MISSING return false; } # Statically turn off all debugging facilities and assertions -assumenosideeffects class kotlinx.coroutines.DebugKt { boolean getASSERTIONS_ENABLED() return false; boolean getDEBUG() return false; boolean getRECOVER_STACK_TRACES() return false; } # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\deac618bca652ab264b9ccbbc0f6df40\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\decid\.gradle\caches\8.9\transforms\37831b470cd149c86810746d0f4c803a\transformed\rules\lib\META-INF\com.android.tools\r8\kotlinx-serialization-common.pro # Keep `Companion` object fields of serializable classes. # This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects. -if @kotlinx.serialization.Serializable class ** -keepclassmembers class <1> { static <1>$Companion Companion; } # Keep `serializer()` on companion objects (both default and named) of serializable classes. -if @kotlinx.serialization.Serializable class ** { static **$* *; } -keepclassmembers class <2>$<3> { kotlinx.serialization.KSerializer serializer(...); } # Keep `INSTANCE.serializer()` of serializable objects. -if @kotlinx.serialization.Serializable class ** { public static ** INSTANCE; } -keepclassmembers class <1> { public static <1> INSTANCE; kotlinx.serialization.KSerializer serializer(...); } # @Serializable and @Polymorphic are used at runtime for polymorphic serialization. -keepattributes RuntimeVisibleAnnotations,AnnotationDefault # Don't print notes about potential mistakes or omissions in the configuration for kotlinx-serialization classes # See also https://github.com/Kotlin/kotlinx.serialization/issues/1900 -dontnote kotlinx.serialization.** # Serialization core uses `java.lang.ClassValue` for caching inside these specified classes. # If there is no `java.lang.ClassValue` (for example, in Android), then R8/ProGuard will print a warning. # However, since in this case they will not be used, we can disable these warnings -dontwarn kotlinx.serialization.internal.ClassValueReferences # disable optimisation for descriptor field because in some versions of ProGuard, optimization generates incorrect bytecode that causes a verification error # see https://github.com/Kotlin/kotlinx.serialization/issues/2719 -keepclassmembers public class **$$serializer { private ** descriptor; } # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\37831b470cd149c86810746d0f4c803a\transformed\rules\lib\META-INF\com.android.tools\r8\kotlinx-serialization-common.pro # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\37831b470cd149c86810746d0f4c803a\transformed\rules\lib\META-INF\com.android.tools\r8\kotlinx-serialization-r8.pro # Rule to save runtime annotations on serializable class. # If the R8 full mode is used, annotations are removed from classes-files. # # For the annotation serializer, it is necessary to read the `Serializable` annotation inside the serializer() function - if it is present, # then `SealedClassSerializer` is used, if absent, then `PolymorphicSerializer'. # # When using R8 full mode, all interfaces will be serialized using `PolymorphicSerializer`. # # see https://github.com/Kotlin/kotlinx.serialization/issues/2050 -if @kotlinx.serialization.Serializable class ** -keep, allowshrinking, allowoptimization, allowobfuscation, allowaccessmodification class <1> # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\37831b470cd149c86810746d0f4c803a\transformed\rules\lib\META-INF\com.android.tools\r8\kotlinx-serialization-r8.pro # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\2008679c46673ea8efd3413c1a1855b1\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\decid\.gradle\caches\8.9\transforms\2008679c46673ea8efd3413c1a1855b1\transformed\rules\lib\META-INF\proguard\okio.pro # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\2316693cce6870519930aa0e625e4edf\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\decid\.gradle\caches\8.9\transforms\2316693cce6870519930aa0e625e4edf\transformed\versionedparcelable-1.1.1\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\3a015db8c7b20595eeb4d6b48e815903\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. (); } -assumenosideeffects class androidx.startup.StartupLogger { public static ; } # End of content from C:\Users\decid\.gradle\caches\8.9\transforms\3a015db8c7b20595eeb4d6b48e815903\transformed\startup-runtime-1.1.1\proguard.txt # The proguard configuration file for the following section is C:\Users\decid\.gradle\caches\8.9\transforms\cc3c75c5bfb5aa4594a19af748418564\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\decid\.gradle\caches\8.9\transforms\cc3c75c5bfb5aa4594a19af748418564\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro # The proguard configuration file for the following section is C:\Users\decid\Documents\projects\spt-mobile\app\build\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt -keep class androidx.core.app.CoreComponentFactory { (); } -keep class androidx.profileinstaller.ProfileInstallReceiver { (); } -keep class androidx.room.MultiInstanceInvalidationService { (); } -keep class androidx.startup.InitializationProvider { (); } -keep class com.sptmobile.app.MainActivity { (); } -keep class com.sptmobile.link.BootReceiver { (); } -keep class com.sptmobile.link.LinkService { (); } # End of content from C:\Users\decid\Documents\projects\spt-mobile\app\build\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt # The proguard configuration file for the following section is # End of content from