Version: v1.1.7
Source code has totally switched from Java to Kotlin
Migration to version v1.1.7
You can call API from Kotlin and Java with previous way
Import library
To import library to you project add following lines to project's build.gradle
file.
dependencies {
compile 'com.mobapphome.library:mah-android-updater:1.1.7'
}