[Android] JNI: regroup and regroupAll

Nicolas Pomepuy git at videolan.org
Tue Apr 21 11:03:59 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Apr 21 08:12:19 2020 +0200| [243ed9cfc8f3f39140a0558cce58b572590e679d] | committer: Nicolas Pomepuy

JNI: regroup and regroupAll

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

 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 566d77a92..8126ca9ff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.3.0-dev'
     versionCode = 3030000
-    libvlcVersion = '3.3.0-eap06'
-    medialibraryVersion = '0.7.0-eap06'
+    libvlcVersion = '3.3.0-eap07'
+    medialibraryVersion = '0.7.0-eap07'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29



More information about the Android mailing list