Skip to content

Commit

Permalink
publish v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiLianYang committed Jul 9, 2020
1 parent f6e7eaf commit 698216b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# GradientTextView [![Download](https://api.bintray.com/packages/williamyang/maven/gradienttext/images/download.svg?version=1.0.0)](https://bintray.com/williamyang/maven/gradienttext/1.0.0/link)
# GradientTextView [![Download](https://api.bintray.com/packages/williamyang/maven/gradienttext/images/download.svg?version=1.0.1)](https://bintray.com/williamyang/maven/gradienttext/1.0.1/link)

### 🔥🔥🔥用于设置TexView的字体 *渐变颜色**渐变方向**动画效果*

### 添加依赖

```groovy
implementation 'com.williamyang:gradienttext:1.0.1'
```

### 效果预览:

![效果动图](image/resource.gif) ![效果静态图](image/screenshot.png)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

implementation project(path: ':library')
// implementation 'com.williamyang:gradienttext:1.0.0'
// implementation project(path: ':library')
implementation 'com.williamyang:gradienttext:1.0.1'

}
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -40,7 +40,7 @@ publish {
userOrg = 'williamyang'
groupId = 'com.williamyang'
artifactId = 'gradienttext'
publishVersion = '1.0.0'
publishVersion = '1.0.1'
desc = 'Used to set the font gradient color, gradient direction, and animation effect of the TexView'
website = 'https://github.com/LuckyYangChen/GradientTextView'
}
Expand Down

0 comments on commit 698216b

Please sign in to comment.