File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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* 切换主题支持
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments