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 b27f4af commit f3e4373Copy full SHA for f3e4373
README.md
@@ -25,7 +25,7 @@
25
26
dependencies {
27
//需要是Androidx
28
- implementation 'com.github.FlodCoding:DrawableTextView:1.0.1'
+ implementation 'com.github.FlodCoding:DrawableTextView:1.0.2'
29
30
}
31
app/build/outputs/apk/debug/app-debug.apk
10.8 KB
drawabletextview/build.gradle
@@ -1,15 +1,14 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 29
5
- buildToolsVersion "29.0.1"
+ compileSdkVersion 28
6
7
8
defaultConfig {
9
- minSdkVersion 21
10
- targetSdkVersion 29
11
- versionCode 101
12
- versionName "1.0.1"
+ minSdkVersion 17
+ targetSdkVersion 28
+ versionCode 102
+ versionName "1.0.2"
13
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
15
consumerProguardFiles 'consumer-rules.pro'
0 commit comments