From 0edef5e6d935e96224354465adaeb40bf9965d7c Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:03:36 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v9 --- android-app-with-rn/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-app-with-rn/android/build.gradle b/android-app-with-rn/android/build.gradle index 06a3a5b..93880cc 100644 --- a/android-app-with-rn/android/build.gradle +++ b/android-app-with-rn/android/build.gradle @@ -20,7 +20,7 @@ buildscript { } plugins { - id 'com.android.application' version '7.3.0' apply false + id 'com.android.application' version '9.1.1' apply false id 'com.android.library' version '7.3.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.22' apply false }