-
-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Add project specific ProGuard rules here. | ||
# You can control the set of applied configuration files using the | ||
# proguardFiles setting in build.gradle.kts.kts. | ||
# | ||
# For more details, see | ||
# http://developer.android.com/guide/developing/tools/proguard.html | ||
|
||
# These packages are referenced by ReVanced Patches | ||
-keep class app.revanced.patcher.** { *; } | ||
-keep class com.android.tools.smali.** { *; } | ||
-keep class kotlin.** { *; } | ||
-keepnames class com.google.common.collect.** | ||
|
||
# This package uses reflection internally, so do not remove and rename | ||
-keep class com.android.apksig.internal.** { *; } | ||
|
||
# Fix crash | ||
-keepnames class org.xmlpull.** { *; } | ||
|
||
# Fix build errors | ||
-dontwarn java.awt.** | ||
-dontwarn javax.** | ||
-dontwarn com.google.j2objc.annotations.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters