Skip to content

Commit

Permalink
Bump a new release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 26, 2021
1 parent 5948005 commit a88c80c
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.3-SNAPSHOT"
implementation "com.github.skydoves:balloon:1.3.3"
}
```
## 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 : 33,
versionName : '1.3.2',
versionCode : 34,
versionName : '1.3.3',

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.3-SNAPSHOT
VERSION_NAME=1.3.4-SNAPSHOT

POM_ARTIFACT_ID=balloon
POM_NAME=balloon
Expand Down

0 comments on commit a88c80c

Please sign in to comment.