Skip to content

Commit

Permalink
Release a new stable 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 11, 2021
1 parent bf84687 commit 9bc3d1a
Show file tree
Hide file tree
Showing 3 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 @@ -34,7 +34,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:balloon:1.3.6"
implementation "com.github.skydoves:balloon:1.3.7"
}
```
## SNAPSHOT
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
ext.versions = [
minSdk : 17,
compileSdk : 31,
versionCode : 37,
versionName : '1.3.6',
versionCode : 38,
versionName : '1.3.7',

gradleBuildTool : '4.1.3',
spotlessGradle : '5.14.0',
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
GROUP=com.github.skydoves
POM_PACKAGING=aar

VERSION_NAME=1.3.7-SNAPSHOT
VERSION_NAME=1.3.8-SNAPSHOT

POM_ARTIFACT_ID=balloon
POM_NAME=balloon
Expand Down

0 comments on commit 9bc3d1a

Please sign in to comment.