Skip to content

Commit 1797893

Browse files
committed
更新apk
1 parent 607c17c commit 1797893

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

apk/xuidemo.apk

2.63 KB
Binary file not shown.

app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,14 @@
221221

222222
# xaop
223223
-keep @com.xuexiang.xaop.annotation.* class * {*;}
224+
-keep @org.aspectj.lang.annotation.* class * {*;}
224225
-keep class * {
225226
@com.xuexiang.xaop.annotation.* <fields>;
227+
@org.aspectj.lang.annotation.* <fields>;
226228
}
227229
-keepclassmembers class * {
228230
@com.xuexiang.xaop.annotation.* <methods>;
231+
@org.aspectj.lang.annotation.* <methods>;
229232
}
230233

231234
# xrouter

jsonapi/update_api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"UploadTime": "2021-01-01 17:00:00",
88
"ModifyContent": "\r\n1、修复部分已知问题。\n2、优化了部分组件功能。\n3、新增更多使用演示。",
99
"DownloadUrl": "https://xuexiangjys.oss-cn-shanghai.aliyuncs.com/apk/xuidemo.apk",
10-
"ApkSize": 13490,
11-
"ApkMd5": "4FCCDF86DB448C5C722D9CF7A508DE28"
10+
"ApkSize": 13493,
11+
"ApkMd5": "24F7A063A5D7C7BE092F12E2C660F748"
1212
}

0 commit comments

Comments
 (0)