Skip to content

Commit

Permalink
发布1.0.3版本【兼容qmui】
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed May 5, 2019
1 parent ab3dfd1 commit 81d9d7f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ allprojects {
```
dependencies {
...
implementation 'com.github.xuexiangjys:XUI:1.0.2'
implementation 'com.github.xuexiangjys:XUI:1.0.3'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
Expand Down Expand Up @@ -171,7 +171,7 @@ protected void attachBaseContext(Context newBase) {

![](https://github.com/xuexiangjys/XPage/blob/master/img/qq_group.jpg)

[xuisvg]: https://img.shields.io/badge/XUI-v1.0.2-brightgreen.svg
[xuisvg]: https://img.shields.io/badge/XUI-v1.0.3-brightgreen.svg
[xui]: https://github.com/xuexiangjys/XUI
[apisvg]: https://img.shields.io/badge/API-17+-brightgreen.svg
[api]: https://android-arsenal.com/api?level=17
Binary file modified apk/xuidemo.apk
Binary file not shown.
Binary file removed apk/xuidemo_1.0.2.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.xuexiang.xuidemo"
minSdkVersion 19
targetSdkVersion build_versions.target_sdk
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

multiDexEnabled true
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allprojects {
```
dependencies {
...
implementation 'com.github.xuexiangjys:XUI:1.0.2'
implementation 'com.github.xuexiangjys:XUI:1.0.3'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
Expand Down Expand Up @@ -138,7 +138,7 @@ protected void onCreate(Bundle savedInstanceState) {
[![](https://img.shields.io/badge/点击一键加入QQ交流群-602082750-blue.svg)](http://shang.qq.com/wpa/qunwpa?idkey=9922861ef85c19f1575aecea0e8680f60d9386080a97ed310c971ae074998887)


[xuisvg]: https://img.shields.io/badge/XUI-v1.0.2-brightgreen.svg
[xuisvg]: https://img.shields.io/badge/XUI-v1.0.3-brightgreen.svg
[xui]: https://github.com/xuexiangjys/XUI
[apisvg]: https://img.shields.io/badge/API-17+-brightgreen.svg
[api]: https://android-arsenal.com/api?level=17
10 changes: 5 additions & 5 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": 3,
"VersionName": "1.0.2",
"UploadTime": "2019-04-15 12:00:00",
"ModifyContent": "\r\n1、优化界面体验。\r\n2、添加更多组件的使用案例。\r\n3、新增多种组件和工具",
"VersionCode": 4,
"VersionName": "1.0.3",
"UploadTime": "2019-05-05 10:40:20",
"ModifyContent": "\r\n1、修改部分属性和主题的命名,以解决与qmui的冲突",
"DownloadUrl": "https://raw.githubusercontent.com/xuexiangjys/XUI/master/apk/xuidemo.apk",
"ApkSize": 25600
"ApkSize": 21811
}

0 comments on commit 81d9d7f

Please sign in to comment.