Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzaanton authored Feb 12, 2021
1 parent 3db6396 commit 1ebe23d
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,21 @@ To implement all of the features above you can use the following components:

### Download

Download via Gradle:
```gradle
compile 'com.github.stfalcon:chatkit:0.3.3'
1. Add jitpack to the root build.gradle file of your project at the end of repositories.
```

or Maven:
```xml
<dependency>
<groupId>com.github.stfalcon</groupId>
<artifactId>chatkit</artifactId>
<version>0.3.3</version>
<type>pom</type>
</dependency>
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
2. Add the dependency
```
dependencies {
...
implementation 'com.github.stfalcon:chatkit:[last_version]'
}
```

### AndroidX
Expand Down

0 comments on commit 1ebe23d

Please sign in to comment.