diff --git a/android/gradle.properties b/android/gradle.properties index 3afb40a1..cb793ce5 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 1de4aea3..20c0a2ab 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 61b2c06b..e314b90e 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'