Skip to content

Commit

Permalink
发布1.0.9版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Aug 11, 2019
1 parent d729e96 commit 9f2654e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ allprojects {
dependencies {
...
//1.0.5版本后只支持androidx
implementation 'com.github.xuexiangjys:XUI:1.0.7'
implementation 'com.github.xuexiangjys:XUI:1.0.8'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
Expand Down
Binary file modified apk/xuidemo.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 @@ -14,8 +14,8 @@ android {
applicationId "com.xuexiang.xuidemo"
minSdkVersion 17
targetSdkVersion build_versions.target_sdk
versionCode 8
versionName "1.0.7"
versionCode 9
versionName "1.0.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ allprojects {
dependencies {
...
//1.0.5版本后只支持androidx
implementation 'com.github.xuexiangjys:XUI:1.0.7'
implementation 'com.github.xuexiangjys:XUI:1.0.8'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
Expand Down
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": 8,
"VersionName": "1.0.7",
"UploadTime": "2019-07-14 17:40:54",
"ModifyContent": "\r\n1、修复部分组件在低版本下的崩溃的问题\n2、修复线上收集的已知bug\n3、新增更多功能演示",
"VersionCode": 9,
"VersionName": "1.0.8",
"UploadTime": "2019-08-12 00:08:12",
"ModifyContent": "\r\n1、增强组件的兼容性和功能\n2、优化了组件的样式\n3、新增更多功能的演示",
"DownloadUrl": "https://raw.githubusercontent.com/xuexiangjys/XUI/master/apk/xuidemo.apk",
"ApkSize": 9114
"ApkSize": 9420
}

0 comments on commit 9f2654e

Please sign in to comment.