[Android] Bump VLC 4 api min to 23

Nicolas Pomepuy git at videolan.org
Mon Feb 9 07:08:02 UTC 2026


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Feb  6 13:34:26 2026 +0100| [ca3849b1f350f0b8ad1b54add63582fd82c4a2e7] | committer: Nicolas Pomepuy

Bump VLC 4 api min to 23

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

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

diff --git a/settings.gradle b/settings.gradle
index 013ccf5348..5d71894db3 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -12,7 +12,7 @@ plugins {
 def vlcMajorVersion = hasProperty('forceVlc4') && getProperty('forceVlc4') ? 4 : 3
 
 android {
-    minSdk = vlcMajorVersion == 3 ? 17 : 21
+    minSdk = vlcMajorVersion == 3 ? 17 : 23
     targetSdk = 36
     compileSdk = 36 // Dockers: 3.0=36 / 4.0=36
     buildToolsVersion = '36.0.0'



More information about the Android mailing list