Skip to content

Commit

Permalink
1.update reademe & change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo.ZhangTJ authored and Leo.ZhangTJ committed Apr 27, 2020
1 parent bbd03e6 commit be79da1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
* 1.add phone number hide with "*"
## Version 1.2.5
* 1.add StringUtils method :currencyFormat
## Version 1.3.0
* 1.add adapterScreen method
* 2.change "get display metrics method"
* 3.update version of gradle
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
* measureView: 测量视图尺寸
* getMeasuredWidth: 获取测量视图宽度
*  getMeasuredHeight: 获取测量视图高度
* adapterScreen: 屏幕适配
## SDCardUtils SD卡工具类
*  ishasCard:是否有SD卡
*  getSDCardPath: SD卡路径
Expand Down
4 changes: 2 additions & 2 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 10
versionName "1.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit be79da1

Please sign in to comment.