Skip to content

Commit f237ccd

Browse files
committed
1.1.9
1 parent ae3ca7a commit f237ccd

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

VERSION.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
* 版本信息列表
99
* 监听滚动,设置底部和顶部隐藏显示
1010

11+
### 1.1.9
12+
13+
* 修正弹出键盘的时候被挤压问题
14+
* 修复切换主题导致长按输入框弹出异常
15+
* 修复其他小问题。
16+
17+
1118
### 1.1.8
1219

1320
* 修复反馈输入框遮挡问题。

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
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 18
35-
versionName "1.1.8"
34+
versionCode 19
35+
versionName "1.1.9"
3636
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3737
}
3838

ios/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.6</string>
20+
<string>1.1.9</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>16</string>
24+
<string>18</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)