[Android] Bump lib versions to 3.6.0-eap1 and 0.13.13-rc1

Nicolas Pomepuy git at videolan.org
Thu Oct 20 09:44:19 UTC 2022


vlc-android | branch: refs/tags/libvlc-3.6.0-eap1 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Oct 20 11:43:32 2022 +0200| [32a57b22a0e0b8ef7d316ec0dc7da7c5bfa8298d] | committer: Nicolas Pomepuy

Bump lib versions to 3.6.0-eap1 and 0.13.13-rc1

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

 build.gradle                        |  4 ++--
 buildsystem/compile-medialibrary.sh |  2 +-
 buildsystem/compile.sh              |  2 +-
 medialibrary/gradle.properties      | 31 -------------------------------
 4 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/build.gradle b/build.gradle
index 8c43a7c44..a9fe3d6a5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -41,8 +41,8 @@ ext {
     versionCode = 3050220
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3 Beta 2'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    libvlcVersion = vlcMajorVersion == 3 ? '3.5.3-eap1' :'4.0.0-eap3'
-    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.5-eap1' : '0.12.0-vlc4-eap3'
+    libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap1' :'4.0.0-eap3'
+    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc1' : '0.12.0-vlc4-eap3'
     minSdkVersion = 17
     targetSdkVersion = 33
     compileSdkVersion = 33
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index aee58e8f9..753576047 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -6,7 +6,7 @@ set -e
 # ARGUMENTS #
 #############
 
-MEDIALIBRARY_HASH=0e037cc3da23416f55b210f6d8b35e51ac58de3a
+MEDIALIBRARY_HASH=1fabbeed1797e84057beb3c961e7e2eff805557b
 
 while [ $# -gt 0 ]; do
   case $1 in
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 053d9c8a1..134d523bd 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -261,7 +261,7 @@ fi
 if [ "$FORCE_VLC_4" = 1 ]; then
     LIBVLCJNI_TESTED_HASH=965402da3c2004dcef4f6575406ace343b2f1b15
 else
-    LIBVLCJNI_TESTED_HASH=6c512862228c833234068b50abb67ea03ec8dcde
+    LIBVLCJNI_TESTED_HASH=9b707dc06a022f88855ea3f41f29024019944137
 fi
 LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
 if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
diff --git a/medialibrary/gradle.properties b/medialibrary/gradle.properties
deleted file mode 100644
index 695f8e7e0..000000000
--- a/medialibrary/gradle.properties
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# *************************************************************************
-#  gradle.properties
-# **************************************************************************
-# Copyright © 2021 VLC authors and VideoLAN
-# Author: Nicolas POMEPUY
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
-# ***************************************************************************
-#
-#
-#
-
-GROUP=org.videolan.android
-POM_ARTIFACT_ID=medialibrary-all
-
-
-POM_NAME=Medialibrary-Android
-POM_DESCRIPTION=Android bindings and API for Medialibrary
-POM_INCEPTION_YEAR=2021
\ No newline at end of file



More information about the Android mailing list