From 3fb12ae7434949df1611d4e52a54f63e5695446e Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Fri, 25 Feb 2022 21:36:44 +0800 Subject: [PATCH] Merge code --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index eadba67..3946f56 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '7.1.1' apply false - id 'com.android.library' version '7.1.1' apply false + id 'com.android.application' version '7.1.2' apply false + id 'com.android.library' version '7.1.2' apply false id 'org.jetbrains.kotlin.android' version '1.6.10' apply false }