From 5669f6cfe9e28aaa75826fc7e45d338b6c08cf24 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Fri, 29 Mar 2024 01:45:07 +0100 Subject: [PATCH] [android] Update AGP to 8.3.1 Signed-off-by: Alexander Borsuk --- android/app/build.gradle | 2 +- android/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4fb9443ad2..828f4a6d58 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -22,7 +22,7 @@ buildscript { googleFirebaseServicesDefault dependencies { - classpath 'com.android.tools.build:gradle:8.3.0' + classpath 'com.android.tools.build:gradle:8.3.1' if (googleFirebaseServicesEnabled) { println('Building with Google Firebase Services') diff --git a/android/build.gradle b/android/build.gradle index c32b03d073..4d801998a7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ // 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 }