fix: release builds not working properly

This commit is contained in:
Ax333l
2023-07-14 13:11:34 +02:00
parent 5f46d81093
commit 479d91f1d6
3 changed files with 8 additions and 5 deletions

View File

@ -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)

View File

@ -48,5 +48,6 @@
-dontwarn java.awt.**
-dontwarn javax.**
-dontwarn org.slf4j.**
-dontwarn it.skrape.fetcher.*
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault