[Android] Bump version to Beta 6
Geoffrey Métais
git at videolan.org
Thu Oct 10 16:07:17 CEST 2019
vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Oct 9 11:59:08 2019 +0200| [c2b11fea0cadbd37de1a7b4e28815eb357b5c44f] | committer: Geoffrey Métais
Bump version to Beta 6
> https://code.videolan.org/videolan/vlc-android/commit/c2b11fea0cadbd37de1a7b4e28815eb357b5c44f
---
build.gradle | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 8a59dc247..e69522446 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@ allprojects {
}
ext {
- versionName = '3.2.0-beta-5'
- versionCode = 3019500
- libvlcVersion = '3.2-eap11'
- medialibraryVersion = '0.5-eap11'
+ versionName = '3.2.0-beta-6'
+ versionCode = 3019600
+ libvlcVersion = '3.2-eap12'
+ medialibraryVersion = '0.5-eap12'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
More information about the Android
mailing list