File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22###(待处理)
33
44* 仓库Pulse。
5- * 多语言、主题 。
5+ * 多语言。
66* markdown点击跳转。
77* webview点击跳转。
88* markdown htmlview 表格。
99* 版本信息列表
1010
11+ ### 1.0.9
12+ * 切换主题支持
13+ * 问题修复
14+
1115### 1.0.8
1216* readme图片解析优化
1317* readme图片增加点击查看
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 8
35- versionName " 1.0.8 "
34+ versionCode 9
35+ versionName " 1.0.9 "
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.8 </string >
20+ <string >1.0.9 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >8 </string >
24+ <string >9 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
You can’t perform that action at this time.
0 commit comments