Skip to content

Commit 7f00d37

Browse files
committed
1.0.1
1 parent 8d99e22 commit 7f00d37

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
### 进行中:
106106

107-
>敬请期待
107+
[版本更新说明](https://github.com/CarGuo/GSYGithubAppKotlin/blob/master/VERSION.md)
108108

109109

110110
<img src="https://github.com/CarGuo/GSYGithubAppKotlin/blob/master/thanks.jpg" width="426px"/>

VERSION.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
1.0.1
4+
5+
修复一些被崩溃异常
6+
增加通知中心
7+
增加通用列表过滤
8+
增加默认操作菜单

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.shuyu.github.kotlin"
1515
minSdkVersion 21
1616
targetSdkVersion 27
17-
versionCode 1
18-
versionName "1.0.0"
17+
versionCode 2
18+
versionName "1.0.1"
1919
javaCompileOptions {
2020
annotationProcessorOptions {
2121
includeCompileClasspath = true

0 commit comments

Comments
 (0)