We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ca2d1 commit 5d0710cCopy full SHA for 5d0710c
config.gradle
@@ -10,8 +10,8 @@ ext {
10
buildToolsVersion : "25.0.2",
11
minSdkVersion : 11,
12
targetSdkVersion : 25,
13
- versionCode : 14,
14
- versionName : "1.3.5"
+ versionCode : 15,
+ versionName : "1.3.6"
15
]
16
17
depsVersion = [
update_log.md
@@ -1,4 +1,4 @@
1
-* 17/01/24
+* 17/01/24 发布版本1.3.6
2
* 17/01/16 LogUtils新增打印类名函数名及所在行
3
* 17/12/26 新增阴历相关工具类
4
* 17/12/21 SpannableStringUtils撒花完结
0 commit comments