From 33077ec7c5ed11a0f526d8d219a7b54d7ee7180e Mon Sep 17 00:00:00 2001 From: FongMi Date: Wed, 27 Jul 2022 00:52:49 +0800 Subject: [PATCH] Fix build problem --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index efdfad184..ebce235b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'org.greenrobot:eventbus:3.3.1' implementation 'org.jsoup:jsoup:1.14.3' implementation 'org.nanohttpd:nanohttpd:2.3.1' - implementation 'org.simpleframework:simple-xml:2.7.1' + implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' } annotationProcessor 'androidx.room:room-compiler:2.4.2' annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2' } \ No newline at end of file