Skip to content

Commit

Permalink
Release a new version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 19, 2021
1 parent 1daa878 commit 94a4b28
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 @@ -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.3.1"
implementation "com.github.skydoves:balloon:1.3.2"
}
```
## 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 : 16,
compileSdk : 30,
versionCode : 32,
versionName : '1.3.1',
versionCode : 33,
versionName : '1.3.2',

gradleBuildTool : '4.1.1',
spotlessGradle : '5.9.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.2-SNAPSHOT
VERSION_NAME=1.3.3-SNAPSHOT

POM_ARTIFACT_ID=balloon
POM_NAME=balloon
Expand Down

0 comments on commit 94a4b28

Please sign in to comment.