Skip to content

Commit

Permalink
feat(Android):升级版本 0.4.5.5.3 (didi#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOnlyone authored Mar 8, 2023
1 parent 4200c5c commit 2824204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ publishArchivesType=3
# 发布配置信息
# GROUP_ID=com.didi.hummer
GROUP_ID=io.github.didi.hummer
VERSION=0.4.5.8
VERSION=0.4.5.8

2 changes: 1 addition & 1 deletion android/hummer-core/fetch_napi_qjs_libs.gradle
Original file line number Diff line number Diff line change
@@ -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())

Expand Down

0 comments on commit 2824204

Please sign in to comment.