0% found this document useful (0 votes)
31 views4 pages

Configuration

Config

Uploaded by

Souhail RAZZOUK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views4 pages

Configuration

Config

Uploaded by

Souhail RAZZOUK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

# The proguard configuration file for the following section is /tmp/pwabuilder-

cloudapk--18-ObNw31U1RJmo/app/build/intermediates/default_proguard_files/global/
proguard-android.txt-8.5.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

# Preserve some attributes that may be required for reflection.


-keepattributes AnnotationDefault,
EnclosingMethod,
InnerClasses,
RuntimeVisibleAnnotations,
RuntimeVisibleParameterAnnotations,
RuntimeVisibleTypeAnnotations,
Signature

-keep public class com.google.vending.licensing.ILicensingService


-keep public class com.android.vending.licensing.ILicensingService
-keep public class com.google.android.vending.licensing.ILicensingService
-dontnote com.android.vending.licensing.ILicensingService
-dontnote com.google.vending.licensing.ILicensingService
-dontnote com.google.android.vending.licensing.ILicensingService

# For native methods, see


https://www.guardsquare.com/manual/configuration/examples#native
-keepclasseswithmembernames,includedescriptorclasses class * {
native <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


https://www.guardsquare.com/manual/configuration/examples#enumerations
-keepclassmembers enum * {
public static **[] values();
public static ** valueOf(java.lang.String);
}

-keepclassmembers class * implements android.os.Parcelable {


public static final ** CREATOR;
}

# Preserve annotated Javascript interface methods.


-keepclassmembers class * {
@android.webkit.JavascriptInterface <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.**

# Understand the @Keep support annotation.


-keep class android.support.annotation.Keep

-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>(...);
}

# 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


/tmp/pwabuilder-cloudapk--18-ObNw31U1RJmo/app/build/intermediates/
default_proguard_files/global/proguard-android.txt-8.5.0
# The proguard configuration file for the following section is
/root/.gradle/caches/8.8/transforms/2144911bb09dce3a07f407e3b390637e/transformed/
core-1.1.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


/root/.gradle/caches/8.8/transforms/2144911bb09dce3a07f407e3b390637e/transformed/
core-1.1.0/proguard.txt
# The proguard configuration file for the following section is
/root/.gradle/caches/8.8/transforms/2fd04857057ce230bd6016b4ac1ced40/transformed/
versionedparcelable-1.1.0/proguard.txt
-keep public 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


/root/.gradle/caches/8.8/transforms/2fd04857057ce230bd6016b4ac1ced40/transformed/
versionedparcelable-1.1.0/proguard.txt
# The proguard configuration file for the following section is
/root/.gradle/caches/8.8/transforms/42a26476301fce7c411d750596c2fc56/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>(...);
}

# End of content from


/root/.gradle/caches/8.8/transforms/42a26476301fce7c411d750596c2fc56/transformed/
rules/lib/META-INF/proguard/androidx-annotations.pro
# The proguard configuration file for the following section is
/root/.gradle/caches/8.8/transforms/e807fb6701c5feba89b5db3fc097d290/transformed/
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
/root/.gradle/caches/8.8/transforms/e807fb6701c5feba89b5db3fc097d290/transformed/
lifecycle-runtime-2.0.0/proguard.txt
# The proguard configuration file for the following section is /tmp/pwabuilder-
cloudapk--18-ObNw31U1RJmo/app/build/intermediates/aapt_proguard_file/release/
processReleaseResources/aapt_rules.txt
-keep class androidx.core.app.CoreComponentFactory { <init>(); }
-keep class androidx.core.content.FileProvider { <init>(); }
-keep class com.google.androidbrowserhelper.trusted.FocusActivity { <init>(); }
-keep class com.google.androidbrowserhelper.trusted.ManageDataLauncherActivity
{ <init>(); }
-keep class
com.google.androidbrowserhelper.trusted.NotificationPermissionRequestActivity
{ <init>(); }
-keep class com.google.androidbrowserhelper.trusted.WebViewFallbackActivity
{ <init>(); }
-keep class com.nord_lock.fastener_standards.twa.Application { <init>(); }
-keep class com.nord_lock.fastener_standards.twa.DelegationService { <init>(); }
-keep class com.nord_lock.fastener_standards.twa.LauncherActivity { <init>(); }
-keep class androidx.browser.browseractions.BrowserActionsFallbackMenuView
{ <init>(android.content.Context, android.util.AttributeSet); }

# End of content from


/tmp/pwabuilder-cloudapk--18-ObNw31U1RJmo/app/build/intermediates/
aapt_proguard_file/release/processReleaseResources/aapt_rules.txt
# The proguard configuration file for the following section is <unknown>

# End of content from <unknown>

You might also like