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())