Skip to content

Commit

Permalink
Release version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Mar 31, 2020
1 parent 0355fc4 commit 206c14d
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 @@ -33,7 +33,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:balloon:1.1.3"
implementation "com.github.skydoves:balloon:1.1.4"
}
```

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 : 29,
versionCode : 14,
versionName : '1.1.3',
versionCode : 15,
versionName : '1.1.4',

gradleBuildTool : '3.5.3',
spotlessGradle : '3.28.0',
Expand Down

0 comments on commit 206c14d

Please sign in to comment.