You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
756 lines
40 KiB
756 lines
40 KiB
# The proguard configuration file for the following section is E:\Desktop\MTMusic\android\app\build\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 E:\Desktop\MTMusic\android\app\build\intermediates\default_proguard_files\global\proguard-android.txt-7.3.0
|
|
# The proguard configuration file for the following section is E:\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 E:\flutter\packages\flutter_tools\gradle\flutter_proguard_rules.pro
|
|
# The proguard configuration file for the following section is E:\Desktop\MTMusic\android\app\build\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>(); }
|
|
-keep class androidx.startup.InitializationProvider { <init>(); }
|
|
-keep class com.example.music_player_miao.MainActivity { <init>(); }
|
|
-keep class com.google.android.gms.metadata.ModuleDependencies { <init>(); }
|
|
-keep class io.flutter.plugins.imagepicker.ImagePickerFileProvider { <init>(); }
|
|
-keep class android.widget.Space { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.app.AlertController$RecycleListView { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.view.menu.ActionMenuItemView { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.view.menu.ExpandedMenuView { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.view.menu.ListMenuItemView { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.ActionBarContainer { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.ActionBarContextView { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.ActionBarOverlayLayout { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.ActionMenuView { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.ActivityChooserView$InnerLayout { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.AlertDialogLayout { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.ButtonBarLayout { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.ContentFrameLayout { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.DialogTitle { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.FitWindowsFrameLayout { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.FitWindowsLinearLayout { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.SearchView$SearchAutoComplete { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.SwitchCompat { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.Toolbar { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.appcompat.widget.ViewStubCompat { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.core.widget.NestedScrollView { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.preference.UnPressableLinearLayout { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.preference.internal.PreferenceImageView { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
-keep class androidx.recyclerview.widget.RecyclerView { <init>(android.content.Context, android.util.AttributeSet); }
|
|
|
|
|
|
# End of content from E:\Desktop\MTMusic\android\app\build\intermediates\aapt_proguard_file\release\aapt_rules.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.24\android\build\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.
|
|
#
|
|
# This isn't strictly needed since by definition, plugins using Android
|
|
# lifecycles should implement DefaultLifecycleObserver and therefore keep it
|
|
# from being shrunk. But there seems to be an R8 bug so this needs to stay
|
|
# https://issuetracker.google.com/issues/142778206.
|
|
-keep class androidx.lifecycle.DefaultLifecycleObserver
|
|
|
|
# End of content from C:\Users\night\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.24\android\build\intermediates\consumer_proguard_dir\release\lib0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\fbb1c717e6638ddcb7b2b53e154f8db4\transformed\media-1.7.0\proguard.txt
|
|
# Copyright (C) 2017 The Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# 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\night\.gradle\caches\transforms-3\fbb1c717e6638ddcb7b2b53e154f8db4\transformed\media-1.7.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\01164faa1dfe3d1ef9ad7587ad9129a1\transformed\preference-1.2.1\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 <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
-keep public class * extends androidx.preference.Preference {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
}
|
|
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\01164faa1dfe3d1ef9ad7587ad9129a1\transformed\preference-1.2.1\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\50e0b3af4110082a56b65255cdafcfd6\transformed\appcompat-1.1.0\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.
|
|
|
|
# Ensure that reflectively-loaded inflater is not obfuscated. This can be
|
|
# removed when we stop supporting AAPT1 builds.
|
|
-keepnames class androidx.appcompat.app.AppCompatViewInflater
|
|
|
|
# aapt is not able to read app::actionViewClass and app:actionProviderClass to produce proguard
|
|
# keep rules. Add a commonly used SearchView to the keep list until b/109831488 is resolved.
|
|
-keep class androidx.appcompat.widget.SearchView { <init>(...); }
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\50e0b3af4110082a56b65255cdafcfd6\transformed\appcompat-1.1.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\f7d963e8d062aba2132305d72d715be5\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.
|
|
|
|
# The default FragmentFactory creates Fragment instances using reflection
|
|
-if public class ** extends androidx.fragment.app.Fragment
|
|
-keepclasseswithmembers,allowobfuscation public class <1> {
|
|
public <init>();
|
|
}
|
|
|
|
# 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 C:\Users\night\.gradle\caches\transforms-3\f7d963e8d062aba2132305d72d715be5\transformed\fragment-1.7.1\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\e5d1098f0b9dfe2d4476064eba77fcbc\transformed\jetified-exoplayer-core-2.18.7\proguard.txt
|
|
# Proguard rules specific to the core module.
|
|
|
|
# Constructors accessed via reflection in DefaultRenderersFactory
|
|
-dontnote com.google.android.exoplayer2.ext.vp9.LibvpxVideoRenderer
|
|
-keepclassmembers class com.google.android.exoplayer2.ext.vp9.LibvpxVideoRenderer {
|
|
<init>(long, android.os.Handler, com.google.android.exoplayer2.video.VideoRendererEventListener, int);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.ext.av1.Libgav1VideoRenderer
|
|
-keepclassmembers class com.google.android.exoplayer2.ext.av1.Libgav1VideoRenderer {
|
|
<init>(long, android.os.Handler, com.google.android.exoplayer2.video.VideoRendererEventListener, int);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.ext.opus.LibopusAudioRenderer
|
|
-keepclassmembers class com.google.android.exoplayer2.ext.opus.LibopusAudioRenderer {
|
|
<init>(android.os.Handler, com.google.android.exoplayer2.audio.AudioRendererEventListener, com.google.android.exoplayer2.audio.AudioSink);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.ext.flac.LibflacAudioRenderer
|
|
-keepclassmembers class com.google.android.exoplayer2.ext.flac.LibflacAudioRenderer {
|
|
<init>(android.os.Handler, com.google.android.exoplayer2.audio.AudioRendererEventListener, com.google.android.exoplayer2.audio.AudioSink);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.ext.ffmpeg.FfmpegAudioRenderer
|
|
-keepclassmembers class com.google.android.exoplayer2.ext.ffmpeg.FfmpegAudioRenderer {
|
|
<init>(android.os.Handler, com.google.android.exoplayer2.audio.AudioRendererEventListener, com.google.android.exoplayer2.audio.AudioSink);
|
|
}
|
|
|
|
# Constructors accessed via reflection in DefaultDownloaderFactory
|
|
-dontnote com.google.android.exoplayer2.source.dash.offline.DashDownloader
|
|
-keepclassmembers class com.google.android.exoplayer2.source.dash.offline.DashDownloader {
|
|
<init>(com.google.android.exoplayer2.MediaItem, com.google.android.exoplayer2.upstream.cache.CacheDataSource$Factory, java.util.concurrent.Executor);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.source.hls.offline.HlsDownloader
|
|
-keepclassmembers class com.google.android.exoplayer2.source.hls.offline.HlsDownloader {
|
|
<init>(com.google.android.exoplayer2.MediaItem, com.google.android.exoplayer2.upstream.cache.CacheDataSource$Factory, java.util.concurrent.Executor);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.source.smoothstreaming.offline.SsDownloader
|
|
-keepclassmembers class com.google.android.exoplayer2.source.smoothstreaming.offline.SsDownloader {
|
|
<init>(com.google.android.exoplayer2.MediaItem, com.google.android.exoplayer2.upstream.cache.CacheDataSource$Factory, java.util.concurrent.Executor);
|
|
}
|
|
|
|
# Constructors accessed via reflection in DefaultMediaSourceFactory
|
|
-dontnote com.google.android.exoplayer2.source.dash.DashMediaSource$Factory
|
|
-keepclasseswithmembers class com.google.android.exoplayer2.source.dash.DashMediaSource$Factory {
|
|
<init>(com.google.android.exoplayer2.upstream.DataSource$Factory);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.source.hls.HlsMediaSource$Factory
|
|
-keepclasseswithmembers class com.google.android.exoplayer2.source.hls.HlsMediaSource$Factory {
|
|
<init>(com.google.android.exoplayer2.upstream.DataSource$Factory);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.source.smoothstreaming.SsMediaSource$Factory
|
|
-keepclasseswithmembers class com.google.android.exoplayer2.source.smoothstreaming.SsMediaSource$Factory {
|
|
<init>(com.google.android.exoplayer2.upstream.DataSource$Factory);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.source.rtsp.RtspMediaSource$Factory
|
|
-keepclasseswithmembers class com.google.android.exoplayer2.source.rtsp.RtspMediaSource$Factory {
|
|
<init>();
|
|
}
|
|
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\e5d1098f0b9dfe2d4476064eba77fcbc\transformed\jetified-exoplayer-core-2.18.7\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\0f20b4dce6d80ae702f6daf164df7cc5\transformed\recyclerview-1.0.0\proguard.txt
|
|
# Copyright (C) 2015 The Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# When layoutManager xml attribute is used, RecyclerView inflates
|
|
#LayoutManagers' constructors using reflection.
|
|
-keep public class * extends androidx.recyclerview.widget.RecyclerView$LayoutManager {
|
|
public <init>(android.content.Context, android.util.AttributeSet, int, int);
|
|
public <init>();
|
|
}
|
|
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\0f20b4dce6d80ae702f6daf164df7cc5\transformed\recyclerview-1.0.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\33e42f03d1df8a1d60172d74ecb11056\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");
|
|
# 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.
|
|
|
|
# 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 C:\Users\night\.gradle\caches\transforms-3\33e42f03d1df8a1d60172d74ecb11056\transformed\jetified-window-1.2.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\1ff5fc02e079d9d34079a8dbdf81c36f\transformed\lifecycle-viewmodel-2.7.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\night\.gradle\caches\transforms-3\1ff5fc02e079d9d34079a8dbdf81c36f\transformed\lifecycle-viewmodel-2.7.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\f87659cb6d6d9fe2f6434283aa11e781\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 C:\Users\night\.gradle\caches\transforms-3\f87659cb6d6d9fe2f6434283aa11e781\transformed\jetified-lifecycle-process-2.7.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\939873e875c354566fecc32de15a9185\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");
|
|
# 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\night\.gradle\caches\transforms-3\939873e875c354566fecc32de15a9185\transformed\jetified-savedstate-1.2.1\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\e9d56ce7d811bd4e531085d1dfab3333\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 C:\Users\night\.gradle\caches\transforms-3\e9d56ce7d811bd4e531085d1dfab3333\transformed\lifecycle-runtime-2.7.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\a6365882f82c43774494577b2be637a3\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 C:\Users\night\.gradle\caches\transforms-3\a6365882f82c43774494577b2be637a3\transformed\jetified-lifecycle-viewmodel-savedstate-2.7.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\328952791ec2d8e8e0dcb4a67498079c\transformed\coordinatorlayout-1.0.0\proguard.txt
|
|
# Copyright (C) 2016 The Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# CoordinatorLayout resolves the behaviors of its child components with reflection.
|
|
-keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior {
|
|
public <init>(android.content.Context, android.util.AttributeSet);
|
|
public <init>();
|
|
}
|
|
|
|
# Make sure we keep annotations for CoordinatorLayout's DefaultBehavior and ViewPager's DecorView
|
|
-keepattributes *Annotation*
|
|
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\328952791ec2d8e8e0dcb4a67498079c\transformed\coordinatorlayout-1.0.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\a69b3b106997da29e614504318133e14\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\night\.gradle\caches\transforms-3\a69b3b106997da29e614504318133e14\transformed\transition-1.4.1\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\d9ff6fef95239f177c39f5837771f5bf\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\night\.gradle\caches\transforms-3\d9ff6fef95239f177c39f5837771f5bf\transformed\vectordrawable-animated-1.1.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\f3cad98024e935b3d04da787e5251480\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>;
|
|
}
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
|
|
<methods>;
|
|
}
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
|
|
<methods>;
|
|
}
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
|
|
<methods>;
|
|
}
|
|
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl {
|
|
<methods>;
|
|
}
|
|
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\f3cad98024e935b3d04da787e5251480\transformed\core-1.13.1\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\3dbf4f5a48014e06f441693bb5df71dd\transformed\jetified-datastore-preferences-1.0.0\proguard.txt
|
|
-keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite {
|
|
<fields>;
|
|
}
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\3dbf4f5a48014e06f441693bb5df71dd\transformed\jetified-datastore-preferences-1.0.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\8bb866687c0deb7c1b638b7fa077cdd3\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\night\.gradle\caches\transforms-3\8bb866687c0deb7c1b638b7fa077cdd3\transformed\versionedparcelable-1.1.1\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\0ac437a253d27b61abeefbfd9123717f\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
|
|
|
|
# These Proguard rules ensures that ComponentInitializers are are neither shrunk nor obfuscated,
|
|
# and are a part of the primary dex file. This is because they are discovered and instantiated
|
|
# during application startup.
|
|
-keep class * extends androidx.startup.Initializer {
|
|
# Keep the public no-argument constructor while allowing other methods to be optimized.
|
|
<init>();
|
|
}
|
|
|
|
-assumenosideeffects class androidx.startup.StartupLogger { public static <methods>; }
|
|
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\0ac437a253d27b61abeefbfd9123717f\transformed\jetified-startup-runtime-1.1.1\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\5a405d891d367079108ce8a472c841ea\transformed\jetified-exoplayer-datasource-2.18.7\proguard.txt
|
|
# Proguard rules specific to the DataSource module.
|
|
|
|
# Constant folding for resource integers may mean that a resource passed to this method appears to be unused. Keep the method to prevent this from happening.
|
|
-keepclassmembers class com.google.android.exoplayer2.upstream.RawResourceDataSource {
|
|
public static android.net.Uri buildRawResourceUri(int);
|
|
}
|
|
|
|
# Constructors accessed via reflection in DefaultDataSource
|
|
-dontnote com.google.android.exoplayer2.ext.rtmp.RtmpDataSource
|
|
-keepclassmembers class com.google.android.exoplayer2.ext.rtmp.RtmpDataSource {
|
|
<init>();
|
|
}
|
|
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\5a405d891d367079108ce8a472c841ea\transformed\jetified-exoplayer-datasource-2.18.7\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\6578b54d0d5e170d404388943bc2262b\transformed\jetified-exoplayer-extractor-2.18.7\proguard.txt
|
|
# Proguard rules specific to the extractor module.
|
|
|
|
# Methods accessed via reflection in DefaultExtractorsFactory
|
|
-dontnote com.google.android.exoplayer2.ext.flac.FlacExtractor
|
|
-keepclassmembers class com.google.android.exoplayer2.ext.flac.FlacExtractor {
|
|
<init>(int);
|
|
}
|
|
-dontnote com.google.android.exoplayer2.ext.flac.FlacLibrary
|
|
-keepclassmembers class com.google.android.exoplayer2.ext.flac.FlacLibrary {
|
|
public static boolean isAvailable();
|
|
}
|
|
|
|
# Don't warn about checkerframework and Kotlin annotations
|
|
-dontwarn org.checkerframework.**
|
|
-dontwarn kotlin.annotations.jvm.**
|
|
-dontwarn javax.annotation.**
|
|
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\6578b54d0d5e170d404388943bc2262b\transformed\jetified-exoplayer-extractor-2.18.7\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\eae1a88535326996a35b02621f3f86a1\transformed\jetified-exoplayer-common-2.18.7\proguard.txt
|
|
# Proguard rules specific to the common module.
|
|
|
|
# Don't warn about checkerframework and Kotlin annotations
|
|
-dontwarn org.checkerframework.**
|
|
-dontwarn kotlin.annotations.jvm.**
|
|
-dontwarn javax.annotation.**
|
|
|
|
# From https://github.com/google/guava/wiki/UsingProGuardWithGuava
|
|
-dontwarn java.lang.ClassValue
|
|
-dontwarn java.lang.SafeVarargs
|
|
-dontwarn javax.lang.model.element.Modifier
|
|
-dontwarn sun.misc.Unsafe
|
|
|
|
# Don't warn about Guava's compile-only dependencies.
|
|
# These lines are needed for ProGuard but not R8.
|
|
-dontwarn com.google.errorprone.annotations.**
|
|
-dontwarn com.google.j2objc.annotations.**
|
|
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
|
|
|
# Workaround for https://issuetracker.google.com/issues/112297269
|
|
# This is needed for ProGuard but not R8.
|
|
-keepclassmembernames class com.google.common.base.Function { *; }
|
|
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\eae1a88535326996a35b02621f3f86a1\transformed\jetified-exoplayer-common-2.18.7\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\3766a8cd75d526cd80a376621f4edfad\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 C:\Users\night\.gradle\caches\transforms-3\3766a8cd75d526cd80a376621f4edfad\transformed\jetified-core-1.0.0\proguard.txt
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\a87162242ce54daf49b4bced3a85baab\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\night\.gradle\caches\transforms-3\a87162242ce54daf49b4bced3a85baab\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\381f68be449881585e76c0b957937ab5\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro
|
|
# When editing this file, update the following files as well:
|
|
# - META-INF/proguard/coroutines.pro
|
|
# - META-INF/com.android.tools/proguard/coroutines.pro
|
|
|
|
# Most of volatile fields are updated with AFU and should not be mangled
|
|
-keepclassmembers class kotlinx.coroutines.** {
|
|
volatile <fields>;
|
|
}
|
|
|
|
# Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater
|
|
-keepclassmembers class kotlin.coroutines.SafeContinuation {
|
|
volatile <fields>;
|
|
}
|
|
|
|
# These classes are only required by kotlinx.coroutines.debug.AgentPremain, which is only loaded when
|
|
# kotlinx-coroutines-core is used as a Java agent, so these are not needed in contexts where ProGuard is used.
|
|
-dontwarn java.lang.instrument.ClassFileTransformer
|
|
-dontwarn sun.misc.SignalHandler
|
|
-dontwarn java.lang.instrument.Instrumentation
|
|
-dontwarn sun.misc.Signal
|
|
|
|
# Only used in `kotlinx.coroutines.internal.ExceptionsConstructor`.
|
|
# The case when it is not available is hidden in a `try`-`catch`, as well as a check for Android.
|
|
-dontwarn java.lang.ClassValue
|
|
|
|
# An annotation used for build tooling, won't be directly accessed.
|
|
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
|
# End of content from C:\Users\night\.gradle\caches\transforms-3\381f68be449881585e76c0b957937ab5\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro
|
|
# The proguard configuration file for the following section is C:\Users\night\.gradle\caches\transforms-3\182dd6cb48bd352c8b061ab6ea93eada\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\night\.gradle\caches\transforms-3\182dd6cb48bd352c8b061ab6ea93eada\transformed\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro
|
|
# The proguard configuration file for the following section is <unknown>
|
|
-ignorewarnings
|
|
# End of content from <unknown> |