[Android] Bump app version for the 3.3.0 release
Nicolas Pomepuy
git at videolan.org
Mon Sep 21 13:06:52 CEST 2020
vlc-android | branch: refs/tags/3.3.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Sep 21 10:14:41 2020 +0200| [90bc4147485a975b417c3f1e83aae347c48b7ef3] | committer: Nicolas Pomepuy
Bump app version for the 3.3.0 release
> https://code.videolan.org/videolan/vlc-android/commit/90bc4147485a975b417c3f1e83aae347c48b7ef3
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 784f4e30e..9d15aff67 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.3.0'
- versionCode = 3030000
+ versionCode = 3030100
libvlcVersion = '3.3.1'
medialibraryVersion = '0.7.1'
minSdkVersion = 17
More information about the Android
mailing list