Skip to content

Commit

Permalink
上传新的演示apk
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Dec 1, 2019
1 parent 0e25cd2 commit 4e01bfe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified apk/xuidemo.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies {
implementation 'com.github.xuexiangjys.XRouter:xrouter-runtime:1.0.1'
annotationProcessor 'com.github.xuexiangjys.XRouter:xrouter-compiler:1.0.1'
//XPage页面框架
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.7'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.8'
annotationProcessor project(':widget_compiler')
//ButterKnife
implementation deps.butterknife.runtime
Expand Down
8 changes: 4 additions & 4 deletions jsonapi/update_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"Code": 0,
"Msg": "",
"UpdateStatus": 1,
"VersionCode": 11,
"VersionName": "1.1.0",
"UploadTime": "2019-10-29 00:00:00",
"ModifyContent": "\r\n1、新增图片编辑相关组件\n2、优化了部分组件功能。\n3、新增更多功能的演示。",
"VersionCode": 12,
"VersionName": "1.1.1",
"UploadTime": "2019-12-02 00:00:00",
"ModifyContent": "\r\n1、新增可伸缩列表相关组件\n2、优化了部分组件功能。\n3、新增更多功能的演示。",
"DownloadUrl": "https://raw.githubusercontent.com/xuexiangjys/XUI/master/apk/xuidemo.apk",
"ApkSize": 10138,
"ApkMd5": "B944B868F0FEA44371207E2B3BA47922"
Expand Down
6 changes: 3 additions & 3 deletions widget_compiler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'java'

dependencies {
implementation 'com.google.auto.service:auto-service:1.0-rc3'
implementation 'com.google.auto.service:auto-service:1.0-rc4'
//谷歌的帮助我们快速实现注解处理器
implementation 'com.squareup:javapoet:1.9.0'
implementation 'com.squareup:javapoet:1.10.0'
//用来生成java文件的,避免字符串拼接的尴尬
implementation 'org.apache.commons:commons-lang3:3.4'
implementation 'org.apache.commons:commons-collections4:4.1'

implementation 'com.github.xuexiangjys.XPage:xpage-annotation:2.2.4'
implementation 'com.github.xuexiangjys.XPage:xpage-annotation:2.2.7'
}

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 4e01bfe

Please sign in to comment.