[Android] On the road to v3.3
Geoffrey Métais
git at videolan.org
Wed Jul 31 15:32:45 CEST 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jul 31 15:32:09 2019 +0200| [e99ce25bf4b19db2c03bb30d4f810986cc91f908] | committer: Geoffrey Métais
On the road to v3.3
> https://code.videolan.org/videolan/vlc-android/commit/e99ce25bf4b19db2c03bb30d4f810986cc91f908
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 3118d825f..8d1c14fad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,8 +27,8 @@ allprojects {
}
ext {
- versionName = '3.2.0-beta-1'
- versionCode = 3019100
+ versionName = '3.3.0-dev'
+ versionCode = 3030000
libvlcVersion = '3.2-eap7'
medialibraryVersion = '0.5-eap7'
minSdkVersion = 17
More information about the Android
mailing list