Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayukiSuda committed Jun 28, 2019
1 parent 64afd7e commit 4a899d5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,24 @@ BubbleLayout Extends the FrameLayout.
<img src="art/all.gif" width="40%"/>

# Gradle
Add the dependency to your build.gradle.
Step 1. Add the JitPack repository to your build file
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Step 2. Add the dependency
```groovy
dependencies {
compile 'com.daasuu:BubbleLayout:1.2.0'
implementation 'com.github.MasayukiSuda:BubbleLayout:v1.2.1'
}
```



# Basic Usage
<img src="art/sample3.png" width="20%"/>
Include the BubbleLayout widget in your layout.
Expand Down

0 comments on commit 4a899d5

Please sign in to comment.