From 913c8d2b222c2bb835e9abf4940b1809bedfdc80 Mon Sep 17 00:00:00 2001 From: huangjian Date: Mon, 18 Apr 2022 10:12:08 +0800 Subject: [PATCH] =?UTF-8?q?ToastUtils=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index c6c0954df..b39db4952 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -93,7 +93,7 @@ dependencies { api "org.greenrobot:eventbus:${eventbusVersion}" api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - api 'com.github.getActivity:ToastUtils:9.6' + api 'com.github.getActivity:ToastUtils:10.3' } repositories {