[Android] Make the app compatible with target sdk 32

Nicolas Pomepuy git at videolan.org
Wed Sep 21 11:42:43 UTC 2022


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

Make the app compatible with target sdk 32

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

 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