[Android] Bump app version
Nicolas Pomepuy
git at videolan.org
Thu Nov 26 13:30:27 CET 2020
vlc-android | branch: refs/tags/3.3.3-beta02 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Nov 26 13:02:11 2020 +0100| [5ed39f3f4b5a56e20ca904dff2e2e18fabed1fa2] | committer: Nicolas Pomepuy
Bump app version
> https://code.videolan.org/videolan/vlc-android/commit/5ed39f3f4b5a56e20ca904dff2e2e18fabed1fa2
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 747ae827a..a87f30f66 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionName = '3.3.3 Beta 1'
- versionCode = 3030250
+ versionName = '3.3.3 Beta 2'
+ versionCode = 3030255
libvlcVersion = '3.3.10'
medialibraryVersion = '0.7.9'
minSdkVersion = 17
More information about the Android
mailing list