Skip to content

Commit

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

### 1.1.5

* Android 代码详情使用 AndroidView 实现WebView
* 升级flutter Sdk
* 升级第三方包

### 1.1.3
* 修复详情tab切换问题。

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 14
versionName "1.1.4"
versionCode 15
versionName "1.1.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit df6019b

Please sign in to comment.