Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dangiashish authored Feb 16, 2023
1 parent 3caa320 commit 5f7decd
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
# Custom-Switch-Button

[![](https://jitpack.io/v/DangiAshish/Custom-Switch-Button.svg)](https://jitpack.io/#DangiAshish/Custom-Switch-Button)

#### Gradle

```gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```

Include the library in your `build.gradle`

### Add dependency

```groovy
dependencies{
implementation 'com.github.DangiAshish:Custom-Switch-Button:1.0'
}
```

0 comments on commit 5f7decd

Please sign in to comment.