From 836f8d1fbb4e1f0939c9544fdd8babf5b070cf86 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Fri, 24 Apr 2026 15:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4AIDE=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f9e3bec..68b9e6c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.viewpager:viewpager:1.0.0' implementation 'com.github.bumptech.glide:glide:4.12.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' + //annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation fileTree(dir: 'libs', include: ['*.jar']) }