Skip to content

Commit

Permalink
更新README和版本
Browse files Browse the repository at this point in the history
  • Loading branch information
goweii committed Sep 28, 2019
1 parent 22c85d8 commit 9109911
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@

# 更新日志

## 1.1.7(21)

- 【新增】首页标题栏动态适配国庆
- 【优化】标题栏Loading颜色
- 【优化】我的页面支持下拉刷新
- 【修复】部分文章不显示作者

## 1.1.6(20)

- 【优化】屏幕旋转后弹窗适配
Expand Down
5 changes: 2 additions & 3 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ext {
minSdkVersion : 19,
targetSdkVersion : 28,
buildToolsVersion : "28.0.3",
versionCode : 20,
versionName : "1.1.6",
versionCode : 21,
versionName : "1.1.7",
androidSupportVersion: "28.0.0",
]

Expand Down Expand Up @@ -107,7 +107,6 @@ ext {
swipeBack : "com.github.goweii:SwipeBack:$versions.swipeBack",
lazyfragment : "com.github.goweii.LazyFragment:lazyfragment:$versions.lazyfragment",

//路由通讯
arouterApi : "com.alibaba:arouter-api:$versions.arouterApi",
arouterCompiler : "com.alibaba:arouter-compiler:$versions.arouterCompiler",

Expand Down

0 comments on commit 9109911

Please sign in to comment.