From c63728243c50a052e9eb27cfd931ca35310f5804 Mon Sep 17 00:00:00 2001 From: FongMi Date: Wed, 1 Mar 2023 10:30:54 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c50bf25e0..2d8a4f63f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,7 +74,6 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.room:room-runtime:2.5.0' - implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'cat.ereza:customactivityoncrash:2.4.0' implementation 'com.github.bassaer:materialdesigncolors:1.0.0' implementation 'com.github.bumptech.glide:glide:4.14.2' @@ -92,6 +91,7 @@ dependencies { implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' } leanbackImplementation 'androidx.leanback:leanback:1.2.0-alpha02' leanbackImplementation 'me.jessyan:autosize:1.2.1' + mobileImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' annotationProcessor 'androidx.room:room-compiler:2.5.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' } \ No newline at end of file