We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d99e22 commit 7f00d37Copy full SHA for 7f00d37
README.md
@@ -104,7 +104,7 @@
104
105
### 进行中:
106
107
->敬请期待
+[版本更新说明](https://github.com/CarGuo/GSYGithubAppKotlin/blob/master/VERSION.md)
108
109
110
<img src="https://github.com/CarGuo/GSYGithubAppKotlin/blob/master/thanks.jpg" width="426px"/>
VERSION.md
@@ -0,0 +1,8 @@
1
+
2
3
+1.0.1
4
5
+修复一些被崩溃异常
6
+增加通知中心
7
+增加通用列表过滤
8
+增加默认操作菜单
app/build.gradle
@@ -14,8 +14,8 @@ android {
14
applicationId "com.shuyu.github.kotlin"
15
minSdkVersion 21
16
targetSdkVersion 27
17
- versionCode 1
18
- versionName "1.0.0"
+ versionCode 2
+ versionName "1.0.1"
19
javaCompileOptions {
20
annotationProcessorOptions {
21
includeCompileClasspath = true
0 commit comments