From f48848c01f8c3db3f8b1125637ae2a7d98f01ce5 Mon Sep 17 00:00:00 2001 From: Tony Shen Date: Mon, 11 Oct 2021 21:54:44 +0800 Subject: [PATCH] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 53fb4de..5f7ead4 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ ext { ] libraries = [ - appcompat : "1.2.0", + appcompat : "1.3.1", kotlinx_coroutines_core: "1.5.2",