Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkBushman committed Aug 11, 2019
1 parent f351da3 commit b0af41e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# zammad-android
Modern android client library for Zammad

### Info

zammad-android is a [Zammad](https://github.com/zammad/zammad) client that target the android platform specifically.
It is built with Kotlin, Retrofit, Moshi, OkHttp.

zammad-android it's hosted on Jitpack

### How to install.

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.KirkBushman:zammad-android:Tag'
}
```

### License
This project is licensed under the MIT License

0 comments on commit b0af41e

Please sign in to comment.