From 28242049c30f870302d90d97bc421a410bcb4186 Mon Sep 17 00:00:00 2001 From: RealOnlyone Date: Wed, 8 Mar 2023 20:29:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(Android):=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=200.4.5.5.3=20(#425)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/gradle.properties | 3 ++- android/hummer-core/fetch_napi_qjs_libs.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 5ae3ae20..4d96caab 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -21,4 +21,5 @@ publishArchivesType=3 # 发布配置信息 # GROUP_ID=com.didi.hummer GROUP_ID=io.github.didi.hummer -VERSION=0.4.5.8 \ No newline at end of file +VERSION=0.4.5.8 + diff --git a/android/hummer-core/fetch_napi_qjs_libs.gradle b/android/hummer-core/fetch_napi_qjs_libs.gradle index 65590291..1de4aea3 100644 --- a/android/hummer-core/fetch_napi_qjs_libs.gradle +++ b/android/hummer-core/fetch_napi_qjs_libs.gradle @@ -1,7 +1,7 @@ def fetch_dir = new File(project.buildDir, 'libs') def fetch_url = project.hasProperty('QuickJS_LIBS_URL') ? new URL(project.getProperty('QuickJS_LIBS_URL').toString()) : - new URL('https://github.com/OrangeLab/Hummer-Virtual-JS-Engine/releases/download/2.1.5/napi_qjs_v2.1.5.tar.gz') + new URL('https://github.com/OrangeLab/Hummer-Virtual-JS-Engine/releases/download/2.1.6/napi_qjs_v2.1.6.tar.gz') def zip_file = new File(fetch_dir, fetch_url.path.split('/').last())