Skip to content

Commit

Permalink
更新 md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor-jelly committed Mar 26, 2020
1 parent 0ba8432 commit f1654ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 工具类
常用工具类
[![GitHub release](https://img.shields.io/badge/release-v1.0.5-green.svg)](https://github.com/Thor-jelly/CommontUtils/releases)
[![GitHub release](https://img.shields.io/badge/release-v1.0.6-green.svg)](https://github.com/Thor-jelly/CommontUtils/releases)

# 添加依赖

Expand Down Expand Up @@ -85,7 +85,7 @@ NumberTurnToHz.builder()

# Int扩展

`fun Int.dp2px(context: Context): Int`
`fun Int.dp2px(context: Context): Int`
`fun Int.sp2px(context: Context): Int`

# String扩展
Expand Down
4 changes: 2 additions & 2 deletions commonutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 5
versionName "1.0.5"
versionCode 6
versionName "1.0.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit f1654ee

Please sign in to comment.