mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-23 19:21:03 +00:00
fix: release builds not working properly
This commit is contained in:
@@ -82,9 +82,8 @@ dependencies {
|
||||
implementation(libs.accompanist.webview)
|
||||
|
||||
// HTML Scraper
|
||||
implementation(libs.skrapeit) {
|
||||
exclude(group = "xml-apis", module = "xml-apis")
|
||||
}
|
||||
implementation(libs.skrapeit.dsl)
|
||||
implementation(libs.skrapeit.parser)
|
||||
|
||||
// Coil (async image loading, network image)
|
||||
implementation(libs.coil.compose)
|
||||
|
||||
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
@@ -48,5 +48,6 @@
|
||||
-dontwarn java.awt.**
|
||||
-dontwarn javax.**
|
||||
-dontwarn org.slf4j.**
|
||||
-dontwarn it.skrape.fetcher.*
|
||||
|
||||
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault
|
||||
Reference in New Issue
Block a user