bug fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# The proguard configuration file for the following section is /Users/error/workspacesFlutter/neowallet_mobile/build/app/intermediates/default_proguard_files/global/proguard-android.txt-7.2.0
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/Neo_wallet/neowallet_mobile/build/app/intermediates/default_proguard_files/global/proguard-android-optimize.txt-7.3.0
|
||||
# This is a configuration file for ProGuard.
|
||||
# http://proguard.sourceforge.net/index.html#manual/usage.html
|
||||
#
|
||||
@@ -6,15 +6,16 @@
|
||||
# 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
|
||||
# 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
|
||||
@@ -116,8 +117,8 @@
|
||||
# These classes are duplicated between android.jar and core-lambda-stubs.jar.
|
||||
-dontnote java.lang.invoke.**
|
||||
|
||||
# End of content from /Users/error/workspacesFlutter/neowallet_mobile/build/app/intermediates/default_proguard_files/global/proguard-android.txt-7.2.0
|
||||
# The proguard configuration file for the following section is /Users/error/Flutter/flutter/packages/flutter_tools/gradle/flutter_proguard_rules.pro
|
||||
# End of content from /Users/nutchayut/Neo_wallet/neowallet_mobile/build/app/intermediates/default_proguard_files/global/proguard-android-optimize.txt-7.3.0
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/Flutter/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)
|
||||
@@ -126,8 +127,15 @@
|
||||
# The android.** package is provided by the OS at runtime.
|
||||
-dontwarn android.**
|
||||
|
||||
# End of content from /Users/error/Flutter/flutter/packages/flutter_tools/gradle/flutter_proguard_rules.pro
|
||||
# The proguard configuration file for the following section is /Users/error/workspacesFlutter/neowallet_mobile/build/app/intermediates/aapt_proguard_file/release/aapt_rules.txt
|
||||
# In some cases, R8 is incorrectly stripping plugin classes. Keep
|
||||
# all implementations of FlutterPlugin until we can determine
|
||||
# why this is the case.
|
||||
# See https://github.com/flutter/flutter/issues/154580.
|
||||
-if class * implements io.flutter.embedding.engine.plugins.FlutterPlugin
|
||||
-keep,allowshrinking,allowobfuscation class <1>
|
||||
|
||||
# End of content from /Users/nutchayut/Flutter/flutter/packages/flutter_tools/gradle/flutter_proguard_rules.pro
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/Neo_wallet/neowallet_mobile/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 androidx.profileinstaller.ProfileInstallReceiver { <init>(); }
|
||||
@@ -186,8 +194,8 @@
|
||||
-keep class com.journeyapps.barcodescanner.ViewfinderView { <init>(android.content.Context, android.util.AttributeSet); }
|
||||
|
||||
|
||||
# End of content from /Users/error/workspacesFlutter/neowallet_mobile/build/app/intermediates/aapt_proguard_file/release/aapt_rules.txt
|
||||
# The proguard configuration file for the following section is /Users/error/workspacesFlutter/neowallet_mobile/build/flutter_plugin_android_lifecycle/intermediates/consumer_proguard_dir/release/lib0/proguard.txt
|
||||
# End of content from /Users/nutchayut/Neo_wallet/neowallet_mobile/build/app/intermediates/aapt_proguard_file/release/aapt_rules.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/Neo_wallet/neowallet_mobile/build/flutter_plugin_android_lifecycle/intermediates/consumer_proguard_dir/release/lib0/proguard.txt
|
||||
# The point of this package is to specify that a dependent plugin intends to
|
||||
# use the AndroidX lifecycle classes. Make sure no R8 heuristics shrink classes
|
||||
# brought in by the embedding's pom.
|
||||
@@ -198,8 +206,8 @@
|
||||
# https://issuetracker.google.com/issues/142778206.
|
||||
-keep class androidx.lifecycle.DefaultLifecycleObserver
|
||||
|
||||
# End of content from /Users/error/workspacesFlutter/neowallet_mobile/build/flutter_plugin_android_lifecycle/intermediates/consumer_proguard_dir/release/lib0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/6c400c0637cb2fea81e72115a5ff1a4e/transformed/appcompat-1.4.2/proguard.txt
|
||||
# End of content from /Users/nutchayut/Neo_wallet/neowallet_mobile/build/flutter_plugin_android_lifecycle/intermediates/consumer_proguard_dir/release/lib0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/551852d14c43c62a340e43677c14d681/transformed/appcompat-1.4.2/proguard.txt
|
||||
# Copyright (C) 2018 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -223,30 +231,8 @@
|
||||
<methods>;
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/6c400c0637cb2fea81e72115a5ff1a4e/transformed/appcompat-1.4.2/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/25a0b970139aa02c768087660f5883a2/transformed/fragment-1.3.6/proguard.txt
|
||||
# Copyright (C) 2020 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# The default FragmentFactory creates Fragment instances using reflection
|
||||
-if public class ** extends androidx.fragment.app.Fragment
|
||||
-keepclasseswithmembers,allowobfuscation public class <1> {
|
||||
public <init>();
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/25a0b970139aa02c768087660f5883a2/transformed/fragment-1.3.6/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/041c3d6cec009c325371a55f5cc5a5e3/transformed/webkit-1.11.0/proguard.txt
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/551852d14c43c62a340e43677c14d681/transformed/appcompat-1.4.2/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/25c8b7b0d300a048d61e77b59cd72732/transformed/webkit-1.11.0/proguard.txt
|
||||
# Copyright 2018 The Chromium Authors
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
@@ -279,8 +265,8 @@
|
||||
-keepnames public class androidx.webkit.ProcessGlobalConfig {
|
||||
private static final *** sProcessGlobalConfig;
|
||||
}
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/041c3d6cec009c325371a55f5cc5a5e3/transformed/webkit-1.11.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/dee59bb480020f42d53c2ea15e4501f7/transformed/jetified-window-1.0.0-beta04/proguard.txt
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/25c8b7b0d300a048d61e77b59cd72732/transformed/webkit-1.11.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/7f3f160fbcaacf3a60c60112b2680370/transformed/jetified-window-1.2.0/proguard.txt
|
||||
# Copyright (C) 2020 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -295,26 +281,73 @@
|
||||
# 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.**
|
||||
# A rule that will keep classes that implement SidecarInterface$SidecarCallback if Sidecar seems
|
||||
# be used. See b/157286362 and b/165268619 for details.
|
||||
# TODO(b/208543178) investigate how to pass header jar to R8 so we don't need this rule
|
||||
-if class androidx.window.layout.adapter.sidecar.SidecarCompat {
|
||||
public *** setExtensionCallback(androidx.window.layout.adapter.sidecar.ExtensionInterfaceCompat$ExtensionCallbackInterface);
|
||||
}
|
||||
-keep class androidx.window.layout.adapter.sidecar.SidecarCompat$TranslatingCallback,
|
||||
androidx.window.layout.adapter.sidecar.DistinctElementSidecarCallback {
|
||||
public *** onDeviceStateChanged(androidx.window.sidecar.SidecarDeviceState);
|
||||
public *** onWindowLayoutChanged(android.os.IBinder, androidx.window.sidecar.SidecarWindowLayoutInfo);
|
||||
}
|
||||
# Required for window area API reflection guard
|
||||
-keep interface androidx.window.area.reflectionguard.* {*;}
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/7f3f160fbcaacf3a60c60112b2680370/transformed/jetified-window-1.2.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/f4753d5a7bc4ba30b46885c15f81b805/transformed/fragment-1.7.1/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.
|
||||
|
||||
# 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.** { *; }
|
||||
# The default FragmentFactory creates Fragment instances using reflection
|
||||
-if public class ** extends androidx.fragment.app.Fragment
|
||||
-keepclasseswithmembers,allowobfuscation public class <1> {
|
||||
public <init>();
|
||||
}
|
||||
|
||||
# We also neep to keep sidecar.** for the same reason.
|
||||
-keep class androidx.window.sidecar.** { *; }
|
||||
-dontwarn androidx.window.sidecar.**
|
||||
# FragmentTransition will reflectively lookup:
|
||||
# androidx.transition.FragmentTransitionSupport
|
||||
# We should ensure that we keep the constructor if the code using this is alive
|
||||
-if class androidx.fragment.app.FragmentTransition {
|
||||
private static androidx.fragment.app.FragmentTransitionImpl resolveSupportImpl();
|
||||
}
|
||||
-keep class androidx.transition.FragmentTransitionSupport {
|
||||
public <init>();
|
||||
}
|
||||
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/f4753d5a7bc4ba30b46885c15f81b805/transformed/fragment-1.7.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/58fd7c8ee96b8ec37e493e656b8613d5/transformed/lifecycle-viewmodel-2.7.0/proguard.txt
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
|
||||
<init>();
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/dee59bb480020f42d53c2ea15e4501f7/transformed/jetified-window-1.0.0-beta04/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/f562cbc756445f17cad7fd8f06b07dbc/transformed/vectordrawable-animated-1.1.0/proguard.txt
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
|
||||
<init>(android.app.Application);
|
||||
}
|
||||
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/58fd7c8ee96b8ec37e493e656b8613d5/transformed/lifecycle-viewmodel-2.7.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/38417141b3b52aebe6164d612fae8c09/transformed/jetified-lifecycle-viewmodel-savedstate-2.7.0/proguard.txt
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
|
||||
<init>(androidx.lifecycle.SavedStateHandle);
|
||||
}
|
||||
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
|
||||
<init>(android.app.Application,androidx.lifecycle.SavedStateHandle);
|
||||
}
|
||||
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/38417141b3b52aebe6164d612fae8c09/transformed/jetified-lifecycle-viewmodel-savedstate-2.7.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/96b942a85e05b3b494509261ce60f276/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");
|
||||
@@ -335,8 +368,8 @@
|
||||
*** get*();
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/f562cbc756445f17cad7fd8f06b07dbc/transformed/vectordrawable-animated-1.1.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/9c9ab1a476c120097a79d748cec7161f/transformed/core-1.10.1/proguard.txt
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/96b942a85e05b3b494509261ce60f276/transformed/vectordrawable-animated-1.1.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/10d81fd3dc413c25086bb80dbb0c0dda/transformed/core-1.13.1/proguard.txt
|
||||
# Never inline methods, but allow shrinking and obfuscation.
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
|
||||
<methods>;
|
||||
@@ -354,8 +387,34 @@
|
||||
<methods>;
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/9c9ab1a476c120097a79d748cec7161f/transformed/core-1.10.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/acc0a4ed60db051ae6d4cb2c458aa935/transformed/jetified-savedstate-1.2.1/proguard.txt
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/10d81fd3dc413c25086bb80dbb0c0dda/transformed/core-1.13.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/b7dac07c6fd4907c5556c8a90b7abd35/transformed/lifecycle-runtime-2.7.0/proguard.txt
|
||||
-keepattributes AnnotationDefault,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations
|
||||
|
||||
-keepclassmembers enum androidx.lifecycle.Lifecycle$Event {
|
||||
<fields>;
|
||||
}
|
||||
|
||||
-keep class * implements androidx.lifecycle.GeneratedAdapter {
|
||||
<init>(...);
|
||||
}
|
||||
|
||||
-keepclassmembers class ** {
|
||||
@androidx.lifecycle.OnLifecycleEvent *;
|
||||
}
|
||||
|
||||
# this rule is need to work properly when app is compiled with api 28, see b/142778206
|
||||
# Also this rule prevents registerIn from being inlined.
|
||||
-keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; }
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/b7dac07c6fd4907c5556c8a90b7abd35/transformed/lifecycle-runtime-2.7.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/ff1942e39fc54fa8317713983d657267/transformed/jetified-lifecycle-process-2.7.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 /Users/nutchayut/.gradle/caches/transforms-3/ff1942e39fc54fa8317713983d657267/transformed/jetified-lifecycle-process-2.7.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/62eabba1046c4654b9159652edd85f36/transformed/jetified-savedstate-1.2.1/proguard.txt
|
||||
# Copyright (C) 2019 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -374,57 +433,8 @@
|
||||
<init>();
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/acc0a4ed60db051ae6d4cb2c458aa935/transformed/jetified-savedstate-1.2.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/61256e84d873788e3787e3ff3bbeec42/transformed/jetified-lifecycle-process-2.6.1/proguard.txt
|
||||
# this rule is need to work properly when app is compiled with api 28, see b/142778206
|
||||
-keepclassmembers class * extends androidx.lifecycle.EmptyActivityLifecycleCallbacks { *; }
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/61256e84d873788e3787e3ff3bbeec42/transformed/jetified-lifecycle-process-2.6.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/4817204ab7acc54a5f2c041737b3ebbd/transformed/lifecycle-viewmodel-2.6.1/proguard.txt
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
|
||||
<init>();
|
||||
}
|
||||
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
|
||||
<init>(android.app.Application);
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/4817204ab7acc54a5f2c041737b3ebbd/transformed/lifecycle-viewmodel-2.6.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/ad9f1a2743e3eaf4aa449a5b2d8828b3/transformed/lifecycle-runtime-2.6.1/proguard.txt
|
||||
-keepattributes AnnotationDefault,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations
|
||||
|
||||
-keepclassmembers enum androidx.lifecycle.Lifecycle$Event {
|
||||
<fields>;
|
||||
}
|
||||
|
||||
-keep !interface * implements androidx.lifecycle.LifecycleObserver {
|
||||
}
|
||||
|
||||
-keep class * implements androidx.lifecycle.GeneratedAdapter {
|
||||
<init>(...);
|
||||
}
|
||||
|
||||
-keepclassmembers class ** {
|
||||
@androidx.lifecycle.OnLifecycleEvent *;
|
||||
}
|
||||
|
||||
# this rule is need to work properly when app is compiled with api 28, see b/142778206
|
||||
# Also this rule prevents registerIn from being inlined.
|
||||
-keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; }
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/ad9f1a2743e3eaf4aa449a5b2d8828b3/transformed/lifecycle-runtime-2.6.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/7c1fedf36a262d80afd033982dc78c54/transformed/jetified-lifecycle-viewmodel-savedstate-2.6.1/proguard.txt
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
|
||||
<init>(androidx.lifecycle.SavedStateHandle);
|
||||
}
|
||||
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
|
||||
<init>(android.app.Application,androidx.lifecycle.SavedStateHandle);
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/7c1fedf36a262d80afd033982dc78c54/transformed/jetified-lifecycle-viewmodel-savedstate-2.6.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/38c0c639ea1652eab05090c10e3a49e4/transformed/rules/lib/META-INF/com.android.tools/r8/coroutines.pro
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/62eabba1046c4654b9159652edd85f36/transformed/jetified-savedstate-1.2.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/0390ee62bfd08f1e48c2b046580cd068/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
|
||||
@@ -452,8 +462,8 @@
|
||||
|
||||
# An annotation used for build tooling, won't be directly accessed.
|
||||
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/38c0c639ea1652eab05090c10e3a49e4/transformed/rules/lib/META-INF/com.android.tools/r8/coroutines.pro
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/6b1c8b251c3def14d039f91520c4234a/transformed/rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/0390ee62bfd08f1e48c2b046580cd068/transformed/rules/lib/META-INF/com.android.tools/r8/coroutines.pro
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/7ae2016f9e7dc51e96a1c3b30341732a/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
|
||||
@@ -477,8 +487,8 @@
|
||||
boolean getRECOVER_STACK_TRACES() return false;
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/6b1c8b251c3def14d039f91520c4234a/transformed/rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/ff5f5b0a71e9b3e49766bc82725fe9a1/transformed/jetified-startup-runtime-1.1.1/proguard.txt
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/7ae2016f9e7dc51e96a1c3b30341732a/transformed/rules/lib/META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/0eaac2437cc8f1a21576499f26d2bad9/transformed/jetified-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
|
||||
|
||||
@@ -492,15 +502,41 @@
|
||||
|
||||
-assumenosideeffects class androidx.startup.StartupLogger { public static <methods>; }
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/ff5f5b0a71e9b3e49766bc82725fe9a1/transformed/jetified-startup-runtime-1.1.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/5abdc06e026f2f7b9b89c25dcd7a6d7e/transformed/versionedparcelable-1.1.1/proguard.txt
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/0eaac2437cc8f1a21576499f26d2bad9/transformed/jetified-startup-runtime-1.1.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/5f04bc2e76ff64d1b6efc732079219b3/transformed/versionedparcelable-1.1.1/proguard.txt
|
||||
-keep class * implements androidx.versionedparcelable.VersionedParcelable
|
||||
-keep public class android.support.**Parcelizer { *; }
|
||||
-keep public class androidx.**Parcelizer { *; }
|
||||
-keep public class androidx.versionedparcelable.ParcelImpl
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/5abdc06e026f2f7b9b89c25dcd7a6d7e/transformed/versionedparcelable-1.1.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/error/.gradle/caches/transforms-3/6004728d15f12d0902673cae8e02fa75/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/5f04bc2e76ff64d1b6efc732079219b3/transformed/versionedparcelable-1.1.1/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/e17b99ebf253aac5e6b6d4c5754b5b37/transformed/jetified-core-1.0.0/proguard.txt
|
||||
# Copyright (C) 2022 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.
|
||||
|
||||
# These interfaces must be kept for the client library to invoke methods in extensions.
|
||||
-keep interface androidx.window.extensions.core.util.function.Consumer {
|
||||
public void accept(***);
|
||||
}
|
||||
-keep interface androidx.window.extensions.core.util.function.Predicate {
|
||||
public boolean test(***);
|
||||
}
|
||||
-keep interface androidx.window.extensions.core.util.function.Function {
|
||||
public *** apply(***);
|
||||
}
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/e17b99ebf253aac5e6b6d4c5754b5b37/transformed/jetified-core-1.0.0/proguard.txt
|
||||
# The proguard configuration file for the following section is /Users/nutchayut/.gradle/caches/transforms-3/f69f67b6296b36c2639da7a4606b28b7/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro
|
||||
-keep,allowobfuscation @interface androidx.annotation.Keep
|
||||
-keep @androidx.annotation.Keep class * {*;}
|
||||
|
||||
@@ -520,7 +556,7 @@
|
||||
@androidx.annotation.DoNotInline <methods>;
|
||||
}
|
||||
|
||||
# End of content from /Users/error/.gradle/caches/transforms-3/6004728d15f12d0902673cae8e02fa75/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro
|
||||
# End of content from /Users/nutchayut/.gradle/caches/transforms-3/f69f67b6296b36c2639da7a4606b28b7/transformed/rules/lib/META-INF/proguard/androidx-annotations.pro
|
||||
# The proguard configuration file for the following section is <unknown>
|
||||
-ignorewarnings
|
||||
# End of content from <unknown>
|
||||
Reference in New Issue
Block a user