diff --git a/README.md b/README.md index 610e777c..6b4b6696 100644 --- a/README.md +++ b/README.md @@ -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' @@ -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 \ No newline at end of file diff --git a/apk/xuidemo.apk b/apk/xuidemo.apk index 7a226f25..f6d523b2 100644 Binary files a/apk/xuidemo.apk and b/apk/xuidemo.apk differ diff --git a/apk/xuidemo_1.0.2.apk b/apk/xuidemo_1.0.2.apk deleted file mode 100644 index 7a226f25..00000000 Binary files a/apk/xuidemo_1.0.2.apk and /dev/null differ diff --git a/app/build.gradle b/app/build.gradle index 815503fd..9f942d5e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/docs/README.md b/docs/README.md index 58d11c34..ce7c9ad0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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' @@ -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 \ No newline at end of file diff --git a/jsonapi/update_api.json b/jsonapi/update_api.json index 61303d3e..677ecb89 100644 --- a/jsonapi/update_api.json +++ b/jsonapi/update_api.json @@ -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 } \ No newline at end of file