[Android] Bump version to 3.2 beta 1

Geoffrey Métais git at videolan.org
Thu Jul 18 13:34:23 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jul 17 11:51:42 2019 +0200| [bf3823c543e05806a4451a4e7ab06f7042e331e6] | committer: Geoffrey Métais

Bump version to 3.2 beta 1

> https://code.videolan.org/videolan/vlc-android/commit/bf3823c543e05806a4451a4e7ab06f7042e331e6
---

 build.gradle              | 8 ++++----
 compile-medialibrary.sh   | 2 +-
 compile.sh                | 2 +-
 libvlc/build.gradle       | 2 +-
 medialibrary/build.gradle | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/build.gradle b/build.gradle
index 9d3bcbe13..59691a000 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@ allprojects {
 }
 
 ext {
-    versionName = '3.2.0-alpha01'
-    versionCode = 3019000
-    libvlcVersion = '3.2-eap4'
-    medialibraryVersion = '0.5-eap5'
+    versionName = '3.2.0-beta-1'
+    versionCode = 3019100
+    libvlcVersion = '3.2-eap7'
+    medialibraryVersion = '0.5-eap7'
     minSdkVersion = 17
     targetSdkVersion = 28
     compileSdkVersion = 28
diff --git a/compile-medialibrary.sh b/compile-medialibrary.sh
index ea4e88655..a93eeddb7 100755
--- a/compile-medialibrary.sh
+++ b/compile-medialibrary.sh
@@ -4,7 +4,7 @@
 # ARGUMENTS #
 #############
 
-MEDIALIBRARY_HASH=a864530
+MEDIALIBRARY_HASH=062ddfa
 
 while [ $# -gt 0 ]; do
     case $1 in
diff --git a/compile.sh b/compile.sh
index f3a9692de..01cae5bb0 100755
--- a/compile.sh
+++ b/compile.sh
@@ -241,7 +241,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=dedb3bd
+TESTED_HASH=ee139ff
 if [ ! -d "vlc" ]; then
     diagnostic "VLC source not found, cloning"
     git clone https://git.videolan.org/git/vlc/vlc-3.0.git vlc
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index 1b2933d05..452b63cd7 100644
--- a/libvlc/build.gradle
+++ b/libvlc/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
 def vlcSrcDirs = System.getenv('GRADLE_VLC_SRC_DIRS')
 ext {
-    library_version = '3.2-eap4'
+    library_version = '3.2-eap7'
     repoName = 'Android'
     libraryName = 'LibVLC-Android'
     lib_artifact = "libvlc-$abi"
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index dcd228198..93b4eecad 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 
 def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
 ext {
-    library_version = '0.5-eap5'
+    library_version = '0.5-eap7'
     repoName = 'Android'
     libraryName = 'Medialibrary-Android'
     lib_artifact = "medialibrary-$abi"



More information about the Android mailing list