Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jan 15, 2019
1 parent 092eb58 commit fa6dd45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
* 版本信息列表
* 监听滚动,设置底部和顶部隐藏显示

### 1.1.8

* 修复反馈输入框遮挡问题。
* 更新部分插件,更新了 sdk 到 1.1.9

### 1.1.7

* 更新flutter SDK 到 1.1.3 版本,修复TargetSDK 28以上在9.0键盘无法弹出问题。
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
minSdkVersion 16
targetSdkVersion 28
versionCode 17
versionName "1.1.7"
versionCode 18
versionName "1.1.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit fa6dd45

Please sign in to comment.