Skip to content

Commit fa6dd45

Browse files
committed
1.1.8
1 parent 092eb58 commit fa6dd45

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

VERSION.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
* 版本信息列表
99
* 监听滚动,设置底部和顶部隐藏显示
1010

11+
### 1.1.8
12+
13+
* 修复反馈输入框遮挡问题。
14+
* 更新部分插件,更新了 sdk 到 1.1.9
15+
1116
### 1.1.7
1217

1318
* 更新flutter SDK 到 1.1.3 版本,修复TargetSDK 28以上在9.0键盘无法弹出问题。

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
3232
minSdkVersion 16
3333
targetSdkVersion 28
34-
versionCode 17
35-
versionName "1.1.7"
34+
versionCode 18
35+
versionName "1.1.8"
3636
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3737
}
3838

0 commit comments

Comments
 (0)