From 05d358ccf28fa383d1e9109ae6ddc6b6cd9eea4d Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Wed, 10 Apr 2024 16:31:16 +0800 Subject: [PATCH] Updated AGP --- 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 0a45976..f4cfcfa 100644 --- a/src/android/build.gradle.kts +++ b/src/android/build.gradle.kts @@ -3,8 +3,8 @@ // 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.20" apply false }