[Android] gradle: remove unused buildToolsVersion
Steve Lhomme
git at videolan.org
Fri Feb 13 08:04:07 UTC 2026
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Feb 12 14:23:24 2026 +0100| [1fe7e454ad3d385e653ce0125fe2fca4487d3f98] | committer: Steve Lhomme
gradle: remove unused buildToolsVersion
Unneeded since 98ac3b0d2902f795e16f596c89cd5281ef64698b.
> https://code.videolan.org/videolan/vlc-android/commit/1fe7e454ad3d385e653ce0125fe2fca4487d3f98
---
build.gradle | 1 -
1 file changed, 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 1638e85aab..2ae3b07ff5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -49,7 +49,6 @@ ext {
remoteAccessVersion = '0.11.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.5' :'4.0.0-eap23'
medialibraryVersion = '0.13.16' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc20'
- buildToolsVersion = vlcMajorVersion == 3 ? '35.0.0' : '35.0.0'
Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
// default ndkVersion in android_plugin_version in 8.9.1: 27.0.12077973
More information about the Android
mailing list