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