Modern android client library for Zammad
zammad-android is a Zammad client that target the android platform specifically. It is built with Kotlin, Retrofit, Moshi, OkHttp.
zammad-android it's hosted on Jitpack
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.KirkBushman:zammad-android:Tag'
}
This project is licensed under the MIT License