[Android] Update the maven plugin version to 0.22.0

Nicolas Pomepuy git at videolan.org
Fri Nov 18 12:29:45 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Nov 15 13:58:25 2022 +0100| [8c879bc87645ed31fedc2793e520ff3988f2f1c1] | committer: Nicolas Pomepuy

Update the maven plugin version to 0.22.0

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

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

diff --git a/build.gradle b/build.gradle
index 607588312b..a81769a4a0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ buildscript {
         classpath "com.android.tools.build:gradle:$android_plugin_version"
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
         classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
-        classpath 'com.vanniktech:gradle-maven-publish-plugin:0.14.2'
+        classpath 'com.vanniktech:gradle-maven-publish-plugin:0.22.0'
     }
 }
 
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 8165ef4e91..02b0adb772 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -259,9 +259,9 @@ fi
 
 
 if [ "$FORCE_VLC_4" = 1 ]; then
-    LIBVLCJNI_TESTED_HASH=e4b4ba27687f781e01e09ad687cfc9613d3abac6
+    LIBVLCJNI_TESTED_HASH=87f8b851295b0e534aedc1fd4117dde73e9bf94a
 else
-    LIBVLCJNI_TESTED_HASH=cc744e179ec245053ff57602744e8d5d5d17fdc4
+    LIBVLCJNI_TESTED_HASH=d41f1378672d628425c17c07c32e474270ea2b31
 fi
 LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
 if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
diff --git a/gradle.properties b/gradle.properties
index 829196a972..592bb5c736 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,3 +19,6 @@ POM_LICENCE_DIST=repo
 POM_DEVELOPER_ID=videolan
 POM_DEVELOPER_NAME=VideoLAN
 POM_DEVELOPER_URL=https://www.videolan.org/
+
+RELEASE_SIGNING_ENABLED=false
+
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index b7595d9cb8..d1e71ab3a2 100644
--- a/medialibrary/build.gradle
+++ b/medialibrary/build.gradle
@@ -99,8 +99,4 @@ dependencies {
     testImplementation "org.robolectric:robolectric:4.3.1"
 }
 
-mavenPublish {
-    releaseSigningEnabled = false
-}
-
 apply from: '../buildsystem/publish.gradle'



More information about the Android mailing list