123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- # The proguard configuration file for the following section is D:\00_work\01 AAA\Source\DONE\AndroidStudio_0220\WallPadKeyBoard\build\intermediates\proguard-files\proguard-android.txt-4.1.1
- # 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 *Annotation*,Signature,InnerClasses,EnclosingMethod
- -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:\00_work\01 AAA\Source\DONE\AndroidStudio_0220\WallPadKeyBoard\build\intermediates\proguard-files\proguard-android.txt-4.1.1
- # The proguard configuration file for the following section is D:\00_work\01 AAA\Source\DONE\AndroidStudio_0220\WallPadKeyBoard\build\intermediates\aapt_proguard_file\release_secured\aapt_rules.txt
- -keep class androidx.core.app.CoreComponentFactory { <init>(); }
- -keep class kr.co.icontrols.wallpadkeyboard.SoftKeyboard { <init>(); }
- -keep class kr.co.icontrols.wallpadkeyboard.LatinKeyboardView { <init>(android.content.Context, android.util.AttributeSet); }
- # End of content from D:\00_work\01 AAA\Source\DONE\AndroidStudio_0220\WallPadKeyBoard\build\intermediates\aapt_proguard_file\release_secured\aapt_rules.txt
- # The proguard configuration file for the following section is C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\b52031778c3730d2e5cb2a6c88a2a2c6\media-1.0.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\icontrols\.gradle\caches\transforms-2\files-2.1\b52031778c3730d2e5cb2a6c88a2a2c6\media-1.0.0\proguard.txt
- # The proguard configuration file for the following section is C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\92001d884bae6b5cefc26e21923317cd\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\icontrols\.gradle\caches\transforms-2\files-2.1\92001d884bae6b5cefc26e21923317cd\coordinatorlayout-1.0.0\proguard.txt
- # The proguard configuration file for the following section is C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\4fa96a30a609219e9d73eea686ac383a\core-1.0.0\proguard.txt
- # aapt2 is not (yet) keeping FQCNs defined in the appComponentFactory <application> attribute
- -keep class androidx.core.app.CoreComponentFactory
- # End of content from C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\4fa96a30a609219e9d73eea686ac383a\core-1.0.0\proguard.txt
- # The proguard configuration file for the following section is C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\79a301892a9f029dc033d4b17f38d796\versionedparcelable-1.0.0\proguard.txt
- -keep public class * extends 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\icontrols\.gradle\caches\transforms-2\files-2.1\79a301892a9f029dc033d4b17f38d796\versionedparcelable-1.0.0\proguard.txt
- # The proguard configuration file for the following section is C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\10110df7080fc19484462ad1544bc732\lifecycle-runtime-2.0.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 *;
- }
- # End of content from C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\10110df7080fc19484462ad1544bc732\lifecycle-runtime-2.0.0\proguard.txt
- # The proguard configuration file for the following section is C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\f6ea0f7b82b1e478e582e673833f4259\lifecycle-viewmodel-2.0.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\icontrols\.gradle\caches\transforms-2\files-2.1\f6ea0f7b82b1e478e582e673833f4259\lifecycle-viewmodel-2.0.0\proguard.txt
- # The proguard configuration file for the following section is C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\7807ef76218d4bdcf94c94831e193906\rules\lib\META-INF\proguard\androidx-annotations.pro
- -keep @android.support.annotation.Keep class * {*;}
- -keepclasseswithmembers class * {
- @android.support.annotation.Keep <methods>;
- }
- -keepclasseswithmembers class * {
- @android.support.annotation.Keep <fields>;
- }
- -keepclasseswithmembers class * {
- @android.support.annotation.Keep <init>(...);
- }
- # End of content from C:\Users\icontrols\.gradle\caches\transforms-2\files-2.1\7807ef76218d4bdcf94c94831e193906\rules\lib\META-INF\proguard\androidx-annotations.pro
- # The proguard configuration file for the following section is <unknown>
- -ignorewarnings
- # End of content from <unknown>
|