From 54a92727e8a7e5ecc059013648c41080edf84460 Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Thu, 28 Sep 2023 21:59:03 +0200 Subject: [PATCH] Update gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9630caf..fe9e4bf 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.1.1' apply false - id 'com.android.library' version '8.1.1' apply false + id 'com.android.application' version '8.1.2' apply false + id 'com.android.library' version '8.1.2' apply false id 'com.google.protobuf' version '0.9.3' apply false } \ No newline at end of file