Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ Simple library for adding a floating bubble in your application!
## Installation

```java
compile 'com.github.bijoysingh.floating-bubble:3.0.0'

// Add the implementation inside the build.gradle file which is in the application folder

// Now:
dependencies {
...
implementation "com.github.bijoysingh:floating-bubble:3.0.0" // add this line
...


// Before it was imported like this:
// compile 'com.github.bijoysingh.floating-bubble:2.0.0' for Android Support v27
// compile 'com.github.bijoysingh.floating-bubble:1.2.0' for Android Support v26
}
```

## Demos
Expand Down Expand Up @@ -115,4 +124,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
```