Skip to content

Image cache has changed to custom folder with the help of GlideModule.

Latest
Compare
Choose a tag to compare
@hummatli hummatli released this 27 Mar 07:07
· 90 commits to master since this release

Version: v2.1.5

  • Image cache has changed to custom folder with the help of MAHGlideModule. If you don't want to use MAHGlideModule you can add following line to AndroidManifest.xml
    <meta-data android:name="com.mobapphome.mahads.tools.MAHGlideModule" tools:node="remove" />
  • Minor bug 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-updater2.1.5'
    }