Skip to content

Commit

Permalink
chore(Android):支持列号版本 发布版本 0.4.7 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOnlyone authored Apr 13, 2023
1 parent b314f86 commit 1f2e10c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down
1 change: 1 addition & 0 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 1f2e10c

Please sign in to comment.