Skip to content

Commit a5eb517

Browse files
committed
Update README.md
1 parent 63b3bb9 commit a5eb517

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
repositories {
1919
...
2020
maven { url 'https://jitpack.io' }
21+
2122
}
2223
}
2324

@@ -26,7 +27,7 @@ App目录下的build.gradle
2627

2728
dependencies {
2829
//需要Androidx
29-
implementation 'com.github.FlodCoding:DrawableTextView:1.0.5'
30+
implementation 'com.github.FlodCoding:DrawableTextView:1.0.6'
3031

3132
}
3233

drawabletextview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 17
99
targetSdkVersion 29
10-
versionCode 105
11-
versionName "1.0.5"
10+
versionCode 106
11+
versionName "1.0.6"
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)