From 8a2e2c074b9ecf60bc261e94d028ecbc58afb63d Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 25 Mar 2024 10:31:16 +0100 Subject: [PATCH] Updated gradle version --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 597a3d29a..a53c48fe0 100644 --- a/build.gradle +++ b/build.gradle @@ -11,8 +11,8 @@ buildscript { } // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.3.0' apply false - id 'com.android.library' version '8.3.0' apply false + id 'com.android.application' version '8.3.1' apply false + id 'com.android.library' version '8.3.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.0-RC' apply false id 'com.google.gms.google-services' version '4.4.0' apply false }