Skip to content

Commit

Permalink
Release a new version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 7, 2020
1 parent 3a33735 commit 8a2f0d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2.4"
implementation "com.github.skydoves:balloon:1.2.5"
}
```

Expand Down
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ext.versions = [
minSdk : 16,
compileSdk : 30,
versionCode : 25,
versionName : '1.2.4',
versionCode : 26,
versionName : '1.2.5',

gradleBuildTool : '4.0.1',
spotlessGradle : '5.7.0',
gradleBuildTool : '4.1.0',
spotlessGradle : '5.8.0',
ktlintGradle : '0.39.0',
dokkaGradle : '1.4.10',
bintrayPlugin : '1.8.5',
Expand Down

0 comments on commit 8a2f0d0

Please sign in to comment.