[Android] Bump target version to 34
Duncan McNamara
git at videolan.org
Thu Sep 7 11:52:14 UTC 2023
vlc-android | branch: master | Duncan McNamara <dcn.mcnamara at gmail.com> | Wed Aug 23 14:45:15 2023 +0200| [4dfe2aeb3e740dee6b32c8fd0485b97e59c3a4c4] | committer: Duncan McNamara
Bump target version to 34
> https://code.videolan.org/videolan/vlc-android/commit/4dfe2aeb3e740dee6b32c8fd0485b97e59c3a4c4
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index ff8e5a39f3..2aa8909120 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@ ext {
libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap10' :'4.0.0-eap13'
medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc10' : '0.13.13-vlc4-rc10'
minSdkVersion = 17
- targetSdkVersion = 33
+ targetSdkVersion = 34
compileSdkVersion = 33
buildToolsVersion = '33.0.1'
androidxLegacyVersion = '1.0.0'
More information about the Android
mailing list