Skip to content

Commit f3e4373

Browse files
committed
修复位移计算错误
1 parent b27f4af commit f3e4373

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
dependencies {
2727
//需要是Androidx
28-
implementation 'com.github.FlodCoding:DrawableTextView:1.0.1'
28+
implementation 'com.github.FlodCoding:DrawableTextView:1.0.2'
2929

3030
}
3131

10.8 KB
Binary file not shown.

drawabletextview/build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion "29.0.1"
4+
compileSdkVersion 28
65

76

87
defaultConfig {
9-
minSdkVersion 21
10-
targetSdkVersion 29
11-
versionCode 101
12-
versionName "1.0.1"
8+
minSdkVersion 17
9+
targetSdkVersion 28
10+
versionCode 102
11+
versionName "1.0.2"
1312

1413
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1514
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)