Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 16, 2020
1 parent b66d341 commit 1e8e9ec
Show file tree
Hide file tree
Showing 2 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.0.9"
implementation "com.github.skydoves:balloon:1.1.0"
}
```

Expand Down
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 16,
compileSdk : 29,
versionCode : 10,
versionName : '1.0.9',
versionCode : 11,
versionName : '1.1.0',

gradleBuildTool : '3.5.3',
spotlessGradle : '3.26.1',
Expand All @@ -13,6 +13,6 @@ ext.versions = [
androidxAppcompat : '1.2.0-alpha01',

// for demo
googleMaterial : '1.2.0-alpha03',
googleMaterial : '1.2.0-alpha04',
circleimageview : '3.0.1'
]

0 comments on commit 1e8e9ec

Please sign in to comment.