From 5e8440c64bd70cb14e27fff6eb752bdba10a9bbb Mon Sep 17 00:00:00 2001 From: Nicolas Pomepuy Date: Wed, 17 Dec 2025 07:04:45 +0100 Subject: [PATCH] Bump the android plugin to 8.13.2 --- build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dd029e0af..0519aab45 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.android_plugin_version = '8.13.1' + ext.android_plugin_version = '8.13.2' ext.kotlin_version = '2.1.20' ext.kotlinx_version = '1.7.1' repositories { diff --git a/settings.gradle b/settings.gradle index be6060377..013ccf534 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id("com.android.settings") version '8.13.1' + id("com.android.settings") version '8.13.2' } def vlcMajorVersion = hasProperty('forceVlc4') && getProperty('forceVlc4') ? 4 : 3