Skip to content

Added new functionality and minor bugs fixed

Compare
Choose a tag to compare
@hummatli hummatli released this 23 Dec 07:59
· 203 commits to master since this release

Version: v1.1.0

  • Added support to Portuguese. Thanks to @azzarr
  • Add new versions of "MAHUpdaterController.init()" method.
  • Added functionality to customize and change visibility Info button on the right upper corner of dialogs. You can do it with the help of "MAHUpdaterController.init()"
  • Added new string to "strings.xml". Try to translate it if your language is not listed in language files.
    <!--new--> <string name="mah_android_upd_play_service_not_found">Install Google Play Services to update application</string>
  • Minor bugs fixed

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