We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092eb58 commit fa6dd45Copy full SHA for fa6dd45
VERSION.md
@@ -8,6 +8,11 @@
8
* 版本信息列表
9
* 监听滚动,设置底部和顶部隐藏显示
10
11
+### 1.1.8
12
+
13
+* 修复反馈输入框遮挡问题。
14
+* 更新部分插件,更新了 sdk 到 1.1.9
15
16
### 1.1.7
17
18
* 更新flutter SDK 到 1.1.3 版本,修复TargetSDK 28以上在9.0键盘无法弹出问题。
android/app/build.gradle
@@ -31,8 +31,8 @@ android {
31
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
32
minSdkVersion 16
33
targetSdkVersion 28
34
- versionCode 17
35
- versionName "1.1.7"
+ versionCode 18
+ versionName "1.1.8"
36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
37
}
38
0 commit comments