Skip to content

Commit 13de11e

Browse files
committed
see 08/16 log
1 parent a0764e9 commit 13de11e

File tree

6 files changed

+491
-1
lines changed

6 files changed

+491
-1
lines changed

buildSrc/src/main/groovy/Config.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Config {
1515
static minSdkVersion = 14
1616
static targetSdkVersion = 28
1717
static versionCode = 1_025_008
18-
static versionName = '1.25.8'// E.g. 1.9.72 => 1,009,072
18+
static versionName = '1.25.8-alpha1'// E.g. 1.9.72 => 1,009,072
1919

2020
// lib version
2121
static kotlin_version = '1.3.10'

lib/utilcode/README-CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,8 @@ isToday : 判断是否今天
10361036
isLeapYear : 判断是否闰年
10371037
getChineseWeek : 获取中式星期
10381038
getUSWeek : 获取美式式星期
1039+
isAm : 判断是否上午
1040+
isPm : 判断是否下午
10391041
getValueByCalendarField : 根据日历字段获取值
10401042
getChineseZodiac : 获取生肖
10411043
getZodiac : 获取星座

lib/utilcode/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,8 @@ isToday
10361036
isLeapYear
10371037
getChineseWeek
10381038
getUSWeek
1039+
isAm
1040+
isPm
10391041
getValueByCalendarField
10401042
getChineseZodiac
10411043
getZodiac

0 commit comments

Comments
 (0)