Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbbc committed Sep 13, 2017
1 parent 7944d48 commit 576702f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
<a href="art/19.png"><img src="art/19.png" width="30%"/></a>

## 待做列表
- [x] 修复banner转场动画显示不正确的问题(V1.1.3)
- [x] 修改头像(V1.1.3)
- [ ] 同步收藏(接口不全)
- [ ] 发私信(接口不全)
- [ ] 查看私信(接口不全)
Expand Down
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 'me.sweetll.tucao'
minSdkVersion 18
targetSdkVersion versions.targetSdk
versionCode 114
versionName '1.1.2'
versionCode 115
versionName '1.1.3'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

multiDexEnabled true
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/kotlin/me/sweetll/tucao/di/module/BaseModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class BaseModule(val apiKey: String) {
.connectTimeout(20, TimeUnit.SECONDS)
.readTimeout(20, TimeUnit.SECONDS)
.writeTimeout(20, TimeUnit.SECONDS)
.cookieJar(PersistentCookieJar(SetCookieCache(), SharedPrefsCookiePersistor(AppApplication.get())))
.addInterceptor { chain ->
var request = chain.request()
request = chain.request().newBuilder()
Expand All @@ -56,6 +57,7 @@ class BaseModule(val apiKey: String) {
.connectTimeout(20, TimeUnit.SECONDS)
.readTimeout(20, TimeUnit.SECONDS)
.writeTimeout(20, TimeUnit.SECONDS)
.cookieJar(PersistentCookieJar(SetCookieCache(), SharedPrefsCookiePersistor(AppApplication.get())))
.addInterceptor(HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BODY))
.build()

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 更新历史

### V1.1.3
- 修复:大面积视频失效问题
- 修复:banner转场动画显示不正确的问题
- 新增:修改头像

### V1.1.2
- 修复:Android6.0以下机型更新失败的问题
- 修复:镇站之宝后20集没有声音的问题
Expand Down

0 comments on commit 576702f

Please sign in to comment.