Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Aug 15, 2018
1 parent ca980aa commit dd763dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
###(待处理)

* 仓库Pulse。
* 多语言。
* markdown点击跳转。
* webview点击跳转。
* markdown htmlview 表格。
* 版本信息列表

### 1.1.0(进行中)
### 1.1.0
* 切换用户切换数据库。
* 多语言。

### 1.0.9
* 切换主题支持
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 27
versionCode 9
versionName "1.0.9"
versionCode 10
versionName "1.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.9</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion lib/widget/HomeDrawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class HomeDrawer extends StatelessWidget {
CommonUtils.showCommitOptionDialog(context, list, (index) {
CommonUtils.changeLocale(store, index);
LocalStorage.save(Config.LOCALE, index.toString());
}, colorList: CommonUtils.getThemeListColor(), height: 150.0);
}, height: 150.0);
}


Expand Down

0 comments on commit dd763dd

Please sign in to comment.