[Android] gradle: update Android Gradle plugin to 8.11

Steve Lhomme git at videolan.org
Tue Jul 15 17:26:57 UTC 2025


vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jun 27 13:49:17 2025 +0200| [1e978adca1df36f2bdec51e4a9cf1017039c1af8] | committer: Duncan McNamara

gradle: update Android Gradle plugin to 8.11

It requires Gradle 8.13 which is in the Docker images.

8.10 has a breaking change for finalizeDsl but we don't use it.

It uses SDK Build Tools 35.0.0 and NDK 27.0.12077973 by default, just like 8.9.1.

> https://code.videolan.org/videolan/vlc-android/commit/1e978adca1df36f2bdec51e4a9cf1017039c1af8
---

 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 25629cb9ee..527055cc0e 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.9.1'
+    ext.android_plugin_version = '8.11.0'
     ext.kotlin_version = '2.1.20'
     ext.kotlinx_version = '1.7.1'
     repositories {



More information about the Android mailing list