Skip to content

Commit dd763dd

Browse files
committed
1.1.0
1 parent ca980aa commit dd763dd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

VERSION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
###(待处理)
33

44
* 仓库Pulse。
5-
* 多语言。
65
* markdown点击跳转。
76
* webview点击跳转。
87
* markdown htmlview 表格。
98
* 版本信息列表
109

11-
### 1.1.0(进行中)
10+
### 1.1.0
1211
* 切换用户切换数据库。
12+
* 多语言。
1313

1414
### 1.0.9
1515
* 切换主题支持

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 27
34-
versionCode 9
35-
versionName "1.0.9"
34+
versionCode 10
35+
versionName "1.1.0"
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.0.9</string>
20+
<string>1.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>9</string>
24+
<string>10</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

lib/widget/HomeDrawer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class HomeDrawer extends StatelessWidget {
6060
CommonUtils.showCommitOptionDialog(context, list, (index) {
6161
CommonUtils.changeLocale(store, index);
6262
LocalStorage.save(Config.LOCALE, index.toString());
63-
}, colorList: CommonUtils.getThemeListColor(), height: 150.0);
63+
}, height: 150.0);
6464
}
6565

6666

0 commit comments

Comments
 (0)