[Android] Make the app compatible with target sdk 32

Nicolas Pomepuy git at videolan.org
Wed Sep 21 13:28:48 UTC 2022


vlc-android | branch: 3.5.x | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Aug  4 10:04:33 2022 +0200| [4159c8c8a261965d868cb4492f3308abb2f703b7] | committer: Duncan McNamara

Make the app compatible with target sdk 32

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

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

diff --git a/build.gradle b/build.gradle
index e453ac680..88582d977 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,7 @@ ext {
     libvlcVersion = '3.5.2-eap1'
     medialibraryVersion = '0.13.4-eap1'
     minSdkVersion = 17
-    targetSdkVersion = 31
+    targetSdkVersion = 32
     compileSdkVersion = 33
     androidxLegacyVersion = '1.0.0'
     androidxCoreVersion = '1.7.0'



More information about the Android mailing list