Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiz committed Oct 13, 2016
1 parent 800e8bc commit ade8ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ allprojects {
}
```

Add `compile 'com.github.cpiz:BubbleView:0.9.4'` to your module-level `build.gradle`
Add `compile 'com.github.cpiz:BubbleView:0.9.5'` to your module-level `build.gradle`
```
dependencies {
...
compile 'com.github.cpiz:BubbleView:0.9.4'
compile 'com.github.cpiz:BubbleView:0.9.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ allprojects {
}
```

在模块目录的 `build.gradle` 中增加 `compile 'com.github.cpiz:BubbleView:0.9.4'`
在模块目录的 `build.gradle` 中增加 `compile 'com.github.cpiz:BubbleView:0.9.5'`
```
dependencies {
...
compile 'com.github.cpiz:BubbleView:0.9.4'
compile 'com.github.cpiz:BubbleView:0.9.5'
}
```

Expand Down

0 comments on commit ade8ce6

Please sign in to comment.