Version: v2.1.5
- Image cache has changed to custom folder with the help of
MAHGlideModule
. If you don't want to useMAHGlideModule
you can add following line toAndroidManifest.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'
}