Skip to content

Source has changed to Kotlin

Latest
Compare
Choose a tag to compare
@hummatli hummatli released this 24 Jun 13:32
· 81 commits to master since this release

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'
    }