mirror of
https://github.com/revanced/revanced-manager-compose.git
synced 2025-06-13 06:37:39 +02: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