From 3eb90eefc15a5648fc053406b996cfa831920c5d Mon Sep 17 00:00:00 2001 From: "linea-route[bot]" <289668827+linea-route[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:40:29 +0000 Subject: [PATCH] chore(deps): update plugin com.android.application to v9 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index cbfcaeb..26caec5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,4 +1,4 @@ plugins { - id 'com.android.application' version '8.13.2' apply false + id 'com.android.application' version '9.2.1' apply false id 'org.jetbrains.kotlin.android' version '2.1.21' apply false }