Configuration
Configuration
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
# 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);
}
-keepclasseswithmembers class * {
@android.support.annotation.Keep <methods>;
}
-keepclasseswithmembers class * {
@android.support.annotation.Keep <fields>;
}
-keepclasseswithmembers class * {
@android.support.annotation.Keep <init>(...);
}
-keepclasseswithmembers class * {
@androidx.annotation.Keep <methods>;
}
-keepclasseswithmembers class * {
@androidx.annotation.Keep <fields>;
}
-keepclasseswithmembers class * {
@androidx.annotation.Keep <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); }