Skip to content

Commit

Permalink
Release a new version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 21, 2020
1 parent 65132aa commit 41a2c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:rainbow:1.0.2"
implementation "com.github.skydoves:rainbow:1.0.3"
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 16,
compileSdk : 30,
versionCode : 3,
versionName : '1.0.2',
versionCode : 4,
versionName : '1.0.3',

gradleBuildTool : '3.6.3',
spotlessGradle : '5.5.2',
Expand Down

0 comments on commit 41a2c6a

Please sign in to comment.