Repo created
This commit is contained in:
parent
51cf8bb4f9
commit
ee0cddf35c
548 changed files with 93129 additions and 2 deletions
21
app/proguard-rules.pro
vendored
Normal file
21
app/proguard-rules.pro
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
-keepattributes
|
||||
-keep class org.ocpsoft.prettytime.i18n.**
|
||||
-keep class * extends com.raizlabs.android.dbflow.config.DatabaseHolder { *; }
|
||||
-dontpreverify
|
||||
-dontoptimize
|
||||
-dontobfuscate
|
||||
-keep class dev.ukanth.ufirewall.** { *; }
|
||||
-optimizations !code/allocation/variable
|
||||
|
||||
# Android 16 specific proguard rules
|
||||
-keep class android.window.** { *; }
|
||||
-keep class androidx.activity.** { *; }
|
||||
-dontwarn android.window.**
|
||||
-dontwarn androidx.window.**
|
||||
|
||||
# Edge-to-edge and window insets support
|
||||
-keep class androidx.core.view.WindowInsetsCompat** { *; }
|
||||
-keep class androidx.core.view.ViewCompat** { *; }
|
||||
|
||||
# Notification channel compatibility
|
||||
-keep class androidx.core.app.NotificationChannelCompat** { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue