[Android] Bump version to 3.2.4
Geoffrey Métais
git at videolan.org
Tue Dec 17 14:38:13 CET 2019
vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec 17 11:50:44 2019 +0100| [81672afdff0366277a26248013288f23abf1ee61] | committer: Geoffrey Métais
Bump version to 3.2.4
> https://code.videolan.org/videolan/vlc-android/commit/81672afdff0366277a26248013288f23abf1ee61
---
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 330776ca2..889036c23 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,10 +27,10 @@ allprojects {
}
ext {
- versionName = '3.2.3'
- versionCode = 3020300
- libvlcVersion = '3.2.2'
- medialibraryVersion = '0.6.2'
+ versionName = '3.2.4'
+ versionCode = 3020400
+ libvlcVersion = '3.2.3'
+ medialibraryVersion = '0.6.3'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
diff --git a/compile-medialibrary.sh b/compile-medialibrary.sh
index 563b1d284..77a0f97a3 100755
--- a/compile-medialibrary.sh
+++ b/compile-medialibrary.sh
@@ -4,7 +4,7 @@
# ARGUMENTS #
#############
-MEDIALIBRARY_HASH=c8b4abf
+MEDIALIBRARY_HASH=099bd5f2
while [ $# -gt 0 ]; do
case $1 in
diff --git a/compile.sh b/compile.sh
index e2a4e9f3a..979d020fd 100755
--- a/compile.sh
+++ b/compile.sh
@@ -265,7 +265,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=361cbd3
+TESTED_HASH=46d459f
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index ff189444e..ba606eb11 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.2'
+ library_version = '3.2.3'
repoName = 'Android'
libraryName = 'LibVLC-Android'
lib_artifact = "libvlc-$abi"
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index 2e788263f..ef3820950 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.6.2'
+ library_version = '0.6.3'
repoName = 'Android'
libraryName = 'Medialibrary-Android'
lib_artifact = "medialibrary-$abi"
More information about the Android
mailing list