Skip to content

Commit

Permalink
更新apk
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Jan 1, 2021
1 parent 607c17c commit 1797893
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified apk/xuidemo.apk
Binary file not shown.
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,14 @@

# xaop
-keep @com.xuexiang.xaop.annotation.* class * {*;}
-keep @org.aspectj.lang.annotation.* class * {*;}
-keep class * {
@com.xuexiang.xaop.annotation.* <fields>;
@org.aspectj.lang.annotation.* <fields>;
}
-keepclassmembers class * {
@com.xuexiang.xaop.annotation.* <methods>;
@org.aspectj.lang.annotation.* <methods>;
}

# xrouter
Expand Down
4 changes: 2 additions & 2 deletions jsonapi/update_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"UploadTime": "2021-01-01 17:00:00",
"ModifyContent": "\r\n1、修复部分已知问题。\n2、优化了部分组件功能。\n3、新增更多使用演示。",
"DownloadUrl": "https://xuexiangjys.oss-cn-shanghai.aliyuncs.com/apk/xuidemo.apk",
"ApkSize": 13490,
"ApkMd5": "4FCCDF86DB448C5C722D9CF7A508DE28"
"ApkSize": 13493,
"ApkMd5": "24F7A063A5D7C7BE092F12E2C660F748"
}

0 comments on commit 1797893

Please sign in to comment.