We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b3bb9 commit a5eb517Copy full SHA for a5eb517
README.md
@@ -18,6 +18,7 @@
18
repositories {
19
...
20
maven { url 'https://jitpack.io' }
21
+
22
}
23
24
@@ -26,7 +27,7 @@ App目录下的build.gradle
26
27
28
dependencies {
29
//需要Androidx
- implementation 'com.github.FlodCoding:DrawableTextView:1.0.5'
30
+ implementation 'com.github.FlodCoding:DrawableTextView:1.0.6'
31
32
33
drawabletextview/build.gradle
@@ -7,8 +7,8 @@ android {
7
defaultConfig {
8
minSdkVersion 17
9
targetSdkVersion 29
10
- versionCode 105
11
- versionName "1.0.5"
+ versionCode 106
+ versionName "1.0.6"
12
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
consumerProguardFiles 'consumer-rules.pro'
0 commit comments