[Android] Bump the Android gradle plugin to 8.13.0

Nicolas Pomepuy git at videolan.org
Thu Nov 6 08:05:06 UTC 2025


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Nov  4 07:33:14 2025 +0100| [6f48667a4d8aaced1f6d3a3742063f26154e395e] | committer: Nicolas Pomepuy

Bump the Android gradle plugin to 8.13.0

> https://code.videolan.org/videolan/vlc-android/commit/6f48667a4d8aaced1f6d3a3742063f26154e395e
---

 build.gradle    | 2 +-
 settings.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 8dabe6ce3d..45f38b684c 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.11.1'
+    ext.android_plugin_version = '8.13.0'
     ext.kotlin_version = '2.1.20'
     ext.kotlinx_version = '1.7.1'
     repositories {
diff --git a/settings.gradle b/settings.gradle
index dad507a358..7af1e77a0e 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -6,7 +6,7 @@ pluginManagement {
 }
 
 plugins {
-    id("com.android.settings") version '8.11.1'
+    id("com.android.settings") version '8.13.0'
 }
 
 def vlcMajorVersion = hasProperty('forceVlc4') && getProperty('forceVlc4') ? 4 : 3



More information about the Android mailing list