From fd2fa5a1bb1c3b62fded6befe20fd9eee67a08b6 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 10 Nov 2024 22:24:13 +0000 Subject: [PATCH] android: Updated AGP to 8.7.2 --- src/android/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts index 61f4f95d3..77ee442d1 100644 --- a/src/android/build.gradle.kts +++ b/src/android/build.gradle.kts @@ -4,8 +4,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.2" apply false + id("com.android.library") version "8.7.2" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20" }