From 1f2e10c5434a9e6a31d9f2a1e95a5b637d813768 Mon Sep 17 00:00:00 2001 From: RealOnlyone Date: Thu, 13 Apr 2023 16:20:07 +0800 Subject: [PATCH] =?UTF-8?q?chore(Android):=E6=94=AF=E6=8C=81=E5=88=97?= =?UTF-8?q?=E5=8F=B7=E7=89=88=E6=9C=AC=20=E5=8F=91=E5=B8=83=E7=89=88?= =?UTF-8?q?=E6=9C=AC=200.4.7=20(#431)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/gradle.properties | 2 +- android/hummer-core/fetch_napi_qjs_libs.gradle | 2 +- android/settings.gradle | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 3afb40a19..cb793ce5b 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -21,5 +21,5 @@ publishArchivesType=3 # 发布配置信息 # GROUP_ID=com.didi.hummer GROUP_ID=io.github.didi.hummer -VERSION=0.4.6.3 +VERSION=0.4.7 diff --git a/android/hummer-core/fetch_napi_qjs_libs.gradle b/android/hummer-core/fetch_napi_qjs_libs.gradle index 1de4aea39..20c0a2ab3 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.6/napi_qjs_v2.1.6.tar.gz') + new URL('https://github.com/OrangeLab/Hummer-Virtual-JS-Engine/releases/download/2.1.6/napi_qjs_column_v2.1.6.tar.gz') def zip_file = new File(fetch_dir, fetch_url.path.split('/').last()) diff --git a/android/settings.gradle b/android/settings.gradle index 61b2c06b2..e314b90e3 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,2 +1,3 @@ +rootProject.name = "Hummer-Android" include ':hummer-demo-app', ':hummer-core', ':hummer-compiler', ':hummer-annotation', ':hummer-sdk', ':hummer-component', ':hummer', ':hummer-dev-tools' include ':hermes-debugger'