From c869b90dd74fcf58f090d781ebb2ea2cbdcc02e2 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:45 +0000 Subject: [PATCH] chore(deps): update plugin com.android.library 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..dfd9799 100644 --- a/android-app-with-rn/android/build.gradle +++ b/android-app-with-rn/android/build.gradle @@ -21,6 +21,6 @@ buildscript { plugins { id 'com.android.application' version '7.3.0' apply false - id 'com.android.library' version '7.3.0' apply false + id 'com.android.library' version '9.1.1' apply false id 'org.jetbrains.kotlin.android' version '1.8.22' apply false }