Skip to content

jwu56/zammad-android

 
 

Repository files navigation

zammad-android

Modern android client library for Zammad

Info

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

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

About

Modern android client library for Zammad

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%