342 lines
15 KiB
Plaintext
342 lines
15 KiB
Plaintext
# The proguard configuration file for the following section is D:\caraka\build\app\intermediates\default_proguard_files\global\proguard-android.txt-7.3.0
|
|
# This is a configuration file for ProGuard.
|
|
# http://proguard.sourceforge.net/index.html#manual/usage.html
|
|
#
|
|
# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
|
|
# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
|
|
# will be ignored by new version of the Android plugin for Gradle.
|
|
|
|
# Optimization is turned off by default. Dex does not like code run
|
|
# through the ProGuard optimize steps (and performs some
|
|
# of these optimizations on its own).
|
|
# Note that if you want to enable optimization, you cannot just
|
|
# include optimization flags in your own project configuration file;
|
|
# instead you will need to point to the
|
|
# "proguard-android-optimize.txt" file instead of this one from your
|
|
# project.properties file.
|
|
-dontoptimize
|
|
|
|
-dontusemixedcaseclassnames
|
|
-dontskipnonpubliclibraryclasses
|
|
-verbose
|
|
|
|
# Preserve some attributes that may be required for reflection.
|
|
-keepattributes AnnotationDefault,
|
|
EnclosingMethod,
|
|
InnerClasses,
|
|
RuntimeVisibleAnnotations,
|
|
RuntimeVisibleParameterAnnotations,
|
|
RuntimeVisibleTypeAnnotations,
|
|
Signature
|
|
|
|
-keep public class com.google.vending.licensing.ILicensingService
|
|
-keep public class com.android.vending.licensing.ILicensingService
|
|
-keep public class com.google.android.vending.licensing.ILicensingService
|
|
-dontnote com.android.vending.licensing.ILicensingService
|
|
-dontnote com.google.vending.licensing.ILicensingService
|
|
-dontnote com.google.android.vending.licensing.ILicensingService
|
|
|
|
# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
|
|
-keepclasseswithmembernames,includedescriptorclasses class * {
|
|
native <methods>;
|
|
}
|
|
|
|
# Keep setters in Views so that animations can still work.
|
|
-keepclassmembers public class * extends android.view.View {
|
|
void set*(***);
|
|
*** get*();
|
|
}
|
|
|
|
# We want to keep methods in Activity that could be used in the XML attribute onClick.
|
|
-keepclassmembers class * extends android.app.Activity {
|
|
public void *(android.view.View);
|
|
}
|
|
|
|
# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
|
|
-keepclassmembers enum * {
|
|
public static **[] values();
|
|
public static ** valueOf(java.lang.String);
|
|
}
|
|
|
|
-keepclassmembers class * implements android.os.Parcelable {
|
|
public static final ** CREATOR;
|
|
}
|
|
|
|
# Preserve annotated Javascript interface methods.
|
|
-keepclassmembers class * {
|
|
@android.webkit.JavascriptInterface <methods>;
|
|
}
|
|
|
|
# The support libraries contains references to newer platform versions.
|
|
# Don't warn about those in case this app is linking against an older
|
|
# platform version. We know about them, and they are safe.
|
|
-dontnote android.support.**
|
|
-dontnote androidx.**
|
|
-dontwarn android.support.**
|
|
-dontwarn androidx.**
|
|
|
|
# This class is deprecated, but remains for backward compatibility.
|
|
-dontwarn android.util.FloatMath
|
|
|
|
# Understand the @Keep support annotation.
|
|
-keep class android.support.annotation.Keep
|
|
-keep class androidx.annotation.Keep
|
|
|
|
-keep @android.support.annotation.Keep class * {*;}
|
|
-keep @androidx.annotation.Keep class * {*;}
|
|
|
|
-keepclasseswithmembers class * {
|
|
@android.support.annotation.Keep <methods>;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
@androidx.annotation.Keep <methods>;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
@android.support.annotation.Keep <fields>;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
@androidx.annotation.Keep <fields>;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
@android.support.annotation.Keep <init>(...);
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
@androidx.annotation.Keep <init>(...);
|
|
}
|
|
|
|
# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
|
|
-dontnote org.apache.http.**
|
|
-dontnote android.net.http.**
|
|
|
|
# These classes are duplicated between android.jar and core-lambda-stubs.jar.
|
|
-dontnote java.lang.invoke.**
|
|
|
|
# End of content from D:\caraka\build\app\intermediates\default_proguard_files\global\proguard-android.txt-7.3.0
|
|
# The proguard configuration file for the following section is C:\Users\qomar\flutter\packages\flutter_tools\gradle\flutter_proguard_rules.pro
|
|
# Build the ephemeral app in a module project.
|
|
# Prevents: Warning: library class <plugin-package> depends on program class io.flutter.plugin.**
|
|
# This is due to plugins (libraries) depending on the embedding (the program jar)
|
|
-dontwarn io.flutter.plugin.**
|
|
|
|
# The android.** package is provided by the OS at runtime.
|
|
-dontwarn android.**
|
|
|
|
# End of content from C:\Users\qomar\flutter\packages\flutter_tools\gradle\flutter_proguard_rules.pro
|
|
# The proguard configuration file for the following section is D:\caraka\build\app\intermediates\aapt_proguard_file\release\aapt_rules.txt
|
|
-keep class android.app.Application { <init>(); }
|
|
-keep class androidx.core.app.CoreComponentFactory { <init>(); }
|
|
-keep class com.example.caraka.MainActivity { <init>(); }
|
|
|
|
# End of content from D:\caraka\build\app\intermediates\aapt_proguard_file\release\aapt_rules.txt
|
|
# The proguard configuration file for the following section is C:\Users\qomar\.gradle\caches\transforms-3\dbc358efe4e8145a4a832128e99bdcb5\transformed\jetified-window-1.0.0-beta04\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\qomar\.gradle\caches\transforms-3\dbc358efe4e8145a4a832128e99bdcb5\transformed\jetified-window-1.0.0-beta04\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\qomar\.gradle\caches\transforms-3\bbf93a21ba630f97c51db6c596fe35c9\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\qomar\.gradle\caches\transforms-3\bbf93a21ba630f97c51db6c596fe35c9\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\qomar\.gradle\caches\transforms-3\3ff4abd5db4e838ca4e7fa3ff5f1e674\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 <fields>;
|
|
}
|
|
|
|
# Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater
|
|
-keepclassmembers class kotlin.coroutines.SafeContinuation {
|
|
volatile <fields>;
|
|
}
|
|
|
|
# These classes are only required by kotlinx.coroutines.debug.AgentPremain, which is only loaded when
|
|
# kotlinx-coroutines-core is used as a Java agent, so these are not needed in contexts where ProGuard is used.
|
|
-dontwarn java.lang.instrument.ClassFileTransformer
|
|
-dontwarn sun.misc.SignalHandler
|
|
-dontwarn java.lang.instrument.Instrumentation
|
|
-dontwarn sun.misc.Signal
|
|
|
|
# End of content from C:\Users\qomar\.gradle\caches\transforms-3\3ff4abd5db4e838ca4e7fa3ff5f1e674\transformed\rules\lib\META-INF\proguard\coroutines.pro
|
|
# The proguard configuration file for the following section is C:\Users\qomar\.gradle\caches\transforms-3\9dacda86fdcabef6cf3751a9a371e8d6\transformed\core-1.6.0\proguard.txt
|
|
# Never inline methods, but allow shrinking and obfuscation.
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
|
|
<methods>;
|
|
}
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
|
|
<methods>;
|
|
}
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
|
|
<methods>;
|
|
}
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
|
|
<methods>;
|
|
}
|
|
|
|
# End of content from C:\Users\qomar\.gradle\caches\transforms-3\9dacda86fdcabef6cf3751a9a371e8d6\transformed\core-1.6.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\qomar\.gradle\caches\transforms-3\df20d0919168e38ab9c359c38430c00b\transformed\lifecycle-runtime-2.2.0\proguard.txt
|
|
-keepattributes *Annotation*
|
|
|
|
-keepclassmembers enum androidx.lifecycle.Lifecycle$Event {
|
|
<fields>;
|
|
}
|
|
|
|
-keep !interface * implements androidx.lifecycle.LifecycleObserver {
|
|
}
|
|
|
|
-keep class * implements androidx.lifecycle.GeneratedAdapter {
|
|
<init>(...);
|
|
}
|
|
|
|
-keepclassmembers class ** {
|
|
@androidx.lifecycle.OnLifecycleEvent *;
|
|
}
|
|
|
|
# this rule is need to work properly when app is compiled with api 28, see b/142778206
|
|
-keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; }
|
|
# End of content from C:\Users\qomar\.gradle\caches\transforms-3\df20d0919168e38ab9c359c38430c00b\transformed\lifecycle-runtime-2.2.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\qomar\.gradle\caches\transforms-3\37d276d70013a26ae91e252a8d54d37c\transformed\jetified-savedstate-1.0.0\proguard.txt
|
|
# Copyright (C) 2019 The Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
-keepclassmembers,allowobfuscation class * implements androidx.savedstate.SavedStateRegistry$AutoRecreated {
|
|
<init>();
|
|
}
|
|
|
|
# End of content from C:\Users\qomar\.gradle\caches\transforms-3\37d276d70013a26ae91e252a8d54d37c\transformed\jetified-savedstate-1.0.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\qomar\.gradle\caches\transforms-3\034816b7a4c08cebf82442eae8c4add0\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\qomar\.gradle\caches\transforms-3\034816b7a4c08cebf82442eae8c4add0\transformed\versionedparcelable-1.1.1\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\qomar\.gradle\caches\transforms-3\1a0ed9859086e7579a125a4090cfb1dd\transformed\lifecycle-viewmodel-2.1.0\proguard.txt
|
|
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
|
|
<init>();
|
|
}
|
|
|
|
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
|
|
<init>(android.app.Application);
|
|
}
|
|
|
|
# End of content from C:\Users\qomar\.gradle\caches\transforms-3\1a0ed9859086e7579a125a4090cfb1dd\transformed\lifecycle-viewmodel-2.1.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\qomar\.gradle\caches\transforms-3\a580f2cc1c6063087fdd68b46971e1c3\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro
|
|
-keep,allowobfuscation @interface androidx.annotation.Keep
|
|
-keep @androidx.annotation.Keep class * {*;}
|
|
|
|
-keepclasseswithmembers class * {
|
|
@androidx.annotation.Keep <methods>;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
@androidx.annotation.Keep <fields>;
|
|
}
|
|
|
|
-keepclasseswithmembers class * {
|
|
@androidx.annotation.Keep <init>(...);
|
|
}
|
|
|
|
-keepclassmembers,allowobfuscation class * {
|
|
@androidx.annotation.DoNotInline <methods>;
|
|
}
|
|
|
|
# End of content from C:\Users\qomar\.gradle\caches\transforms-3\a580f2cc1c6063087fdd68b46971e1c3\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro
|
|
# The proguard configuration file for the following section is C:\Users\qomar\.gradle\caches\transforms-3\bcc1f8c2ff909db99de8d8359fd37cdd\transformed\jetified-annotation-experimental-1.1.0\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\qomar\.gradle\caches\transforms-3\bcc1f8c2ff909db99de8d8359fd37cdd\transformed\jetified-annotation-experimental-1.1.0\proguard.txt
|
|
# The proguard configuration file for the following section is <unknown>
|
|
-ignorewarnings
|
|
# End of content from <unknown> |