From 33d5353f752ba774a136cb56ea24d448d2f8f5fe Mon Sep 17 00:00:00 2001 From: juntao Date: Mon, 27 Dec 2021 11:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=20sentry=20=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= 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 7713397910..5ec1219f89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -320,7 +320,7 @@ dependencies { implementation "net.lingala.zip4j:zip4j:${zip4j}" - implementation "io.sentry:sentry-android:${sentry}" + implementation "io.sentry:sentry-android:4.3.0" implementation("com.github.piasy:BigImageViewer:${bigImageViewer}", { exclude group: 'com.squareup.okhttp3'