Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdikhalifeh committed Nov 12, 2019
2 parents bb3153e + 86ae51b commit 0e1ca28
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,37 @@ allprojects {
}
}
```
### Add dependency

## maven

```gradle
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```


## Add dependency
### gradle

```gradle
dependencies {
implementation 'com.github.mehdikhalifeh:Shortcut:1'
implementation 'com.github.mehdikhalifeh:Shortcut:1.0.1'
}
```

### maven
```gradle
<dependency>
<groupId>com.github.mehdikhalifeh</groupId>
<artifactId>Shortcut</artifactId>
<version>1.0.1</version>
</dependency>
```
## Usage
### init `ShortcutUtils` class

Expand Down

0 comments on commit 0e1ca28

Please sign in to comment.