From 6c1b069de7d3001a362f8c72a53696159274b581 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Tue, 4 Feb 2025 14:26:30 +0700 Subject: [PATCH] [android] Update AGP to 8.7.3 Signed-off-by: Konstantin Pastbin --- 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 e710eb6550..c45429ebb0 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.7.2' + classpath 'com.android.tools.build:gradle:8.7.3' if (googleFirebaseServicesEnabled) { println('Building with Google Firebase Services') diff --git a/android/build.gradle b/android/build.gradle index 4a3a10aede..26e293ae52 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.7.2' apply false - id 'com.android.library' version '8.7.2' apply false + id 'com.android.application' version '8.7.3' apply false + id 'com.android.library' version '8.7.3' apply false }