Skip to content

Commit

Permalink
Released version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 30, 2019
1 parent 313fcb2 commit 64c9610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:expandablelayout:1.0.1"
implementation "com.github.skydoves:expandablelayout:1.0.2"
}
```

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

gradleBuildTool : '3.5.0',
spotlessGradle : '3.24.2',
spotlessGradle : '3.25.0',
dokkaGradle : '0.9.17',
bintrayRelease : '0.9.1',

Expand Down

0 comments on commit 64c9610

Please sign in to comment.