Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
glailton committed Dec 19, 2022
1 parent b3e202b commit 251668f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ExpandableTextView

[![Download](https://img.shields.io/badge/Download-1.0.2-lightgrey)](https://search.maven.org/artifact/io.github.glailton.expandabletextview/expandabletextview/1.0.2/aar)
[![Download](https://img.shields.io/badge/Download-1.0.3-lightgrey)](https://search.maven.org/artifact/io.github.glailton.expandabletextview/expandabletextview/1.0.3/aar)
[![Preview the app](https://img.shields.io/badge/Preview-Appetize.io-orange.svg)](https://appetize.io/app/vg9evd5u6zc9bfpuj89wzd24tg)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'io.github.glailton.expandabletextview:expandabletextview:$LatestVersion'
}
```
Current latest version is: [![Download](https://img.shields.io/badge/Download-1.0.2-lightgrey)](https://search.maven.org/artifact/io.github.glailton.expandabletextview/expandabletextview)
Current latest version is: [![Download](https://img.shields.io/badge/Download-1.0.3-lightgrey)](https://search.maven.org/artifact/io.github.glailton.expandabletextview/expandabletextview)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion expandable-textview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'kotlin-kapt'

ext {
PUBLISH_GROUP_ID = 'io.github.glailton.expandabletextview'
PUBLISH_VERSION = '1.0.2'
PUBLISH_VERSION = '1.0.3'
PUBLISH_ARTIFACT_ID = 'expandabletextview'
}

Expand Down

0 comments on commit 251668f

Please sign in to comment.