Skip to content

Commit 43bd66d

Browse files
committed
see 12/14 log
1 parent 996163e commit 43bd66d

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
4343

44-
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.9.11-brightgreen.svg
44+
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.9.12-brightgreen.svg
4545
[auc]: https://github.com/Blankj/AndroidUtilCode
4646

4747
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If this ptoject helps you a lot, and you would like to support this ptoject's fu
4141

4242
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
4343

44-
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.9.11-brightgreen.svg
44+
[aucsvg]: https://img.shields.io/badge/AndroidUtilCode-v1.9.12-brightgreen.svg
4545
[auc]: https://github.com/Blankj/AndroidUtilCode
4646

4747
[apisvg]: https://img.shields.io/badge/API-14+-brightgreen.svg

app/src/main/res_core/drawable/shape_spannable_block_high.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<solid android:color="@color/colorAccent" />
55
<size
6-
android:width="100dp"
6+
android:width="@dimen/block_width"
77
android:height="@dimen/block_high_height" />
88
<stroke
99
android:width="5dp"

app/src/main/res_core/drawable/shape_spannable_block_low.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<solid android:color="@color/colorAccent" />
55
<size
6-
android:width="@dimen/block_low_width"
6+
android:width="@dimen/block_width"
77
android:height="@dimen/block_low_height" />
88
<stroke
99
android:width="1dp"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ext {
3232
min_sdk_version = 14
3333
target_sdk_version = 22
3434

35-
version_code = 1009011
36-
version_name = '1.9.11'// E.g 1.9.72 == 1,009,072
35+
version_code = 1009012
36+
version_name = '1.9.12'// E.g 1.9.72 == 1,009,072
3737

3838
// App dependencies
3939
support_version = '26.1.0'

update_log.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
* 17/12/11 完善 ActivityUtils 的 finish 系列,发布1.9.11
1+
* 17/12/14 更新手机号(精确)正则,发布 1.9.12
2+
* 17/12/12 完善 LogUtils,当最终日志长度为 0 时,输出 log nothing
3+
* 17/12/11 完善 ActivityUtils 的 finish 系列,发布 1.9.11
24
* 17/12/04 LogUtils 边框改为单线清爽型
35
* 17/11/30 修复 ToastUtils 背景问题,发布 1.9.10
46
* 17/11/30 修复 ToastUtils 获取背景为空,发布 1.9.9

utilcode/README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gradle:
44
```groovy
5-
compile 'com.blankj:utilcode:1.9.11'
5+
compile 'com.blankj:utilcode:1.9.12'
66
```
77

88

utilcode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gradle:
44
```groovy
5-
compile 'com.blankj:utilcode:1.9.11'
5+
compile 'com.blankj:utilcode:1.9.12'
66
```
77

88

utilcode/src/main/java/com/blankj/utilcode/constant/RegexConstants.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ public final class RegexConstants {
1616
public static final String REGEX_MOBILE_SIMPLE = "^[1]\\d{10}$";
1717
/**
1818
* 正则:手机号(精确)
19-
* <p>移动:134(0-8)、135、136、137、138、139、147、150、151、152、157、158、159、178、182、183、184、187、188</p>
20-
* <p>联通:130、131、132、145、155、156、171、175、176、185、186</p>
21-
* <p>电信:133、153、173、177、180、181、189</p>
19+
* <p>移动:134(0-8)、135、136、137、138、139、147、150、151、152、157、158、159、178、182、183、184、187、188、198</p>
20+
* <p>联通:130、131、132、145、155、156、166、171、175、176、185、186</p>
21+
* <p>电信:133、153、173、177、180、181、189、199</p>
2222
* <p>全球星:1349</p>
2323
* <p>虚拟运营商:170</p>
2424
*/
25-
public static final String REGEX_MOBILE_EXACT = "^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(17[0,1,3,5-8])|(18[0-9])|(147))\\d{8}$";
25+
public static final String REGEX_MOBILE_EXACT = "^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(16[6])|(17[0,1,3,5-8])|(18[0-9])|(19[8,9]))\\d{8}$";
2626
/**
2727
* 正则:电话号码
2828
*/

0 commit comments

Comments
 (0)