Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeerus committed May 29, 2020
1 parent 5244963 commit 1e47b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
```
```
dependencies {
implementation 'com.github.lndmflngs:roboto-span-view:1.0.1'
implementation 'com.github.lndmflngs:roboto-span-view:1.0.2'
}
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion gradle/deps.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def versions = [:]
versions.kotlin = "1.3.72"
versions.ktx = "1.4.0-alpha01"
versions.appcompat = "1.3.0-alpha01"
versions.multispan = "1.0.2"
versions.multispan = "1.0.3"
versions.material = "1.2.0-alpha06"

def android = [:]
Expand Down

0 comments on commit 1e47b2d

Please sign in to comment.