Releases: btkelly/gandalf
Releases · btkelly/gandalf
Release 1.4.0
Release 1.3.5
- Updated project dependencies.
- Updated Android Gradle plugin and Gradle version.
Release 1.3.4
- Changed protection level of downloadFile() in FileDownloadUpdateListener.java to allow overriding the default behavior.
Release 1.3.3
- Added ability to provide a custom OkHttpClient
Release 1.3.2
- Changed the priority of Gandalf actions, an alert will now show before an optional update
- Added consumer proguard rules to fix Gson parsing when minify is enabled
Release 1.3.1
- Removed application block from lib manifest to avoid merging conflicts.
Release 1.3.0
- Added ability to set a custom listener when the user opts to update.
- Included a basic FileDownloadUpdateListener for specifying a custom apk to download.
Release 1.2.1
This is a minor release which addresses a crash if the JSON response is malformed.
Release 1.2.0
Library is a bit more error tolerant and will silently fail on malformed JSON. New class DialogStringsHolder which allows users to customize titles, buttons, and messages. This adds the ability to optionally override the JSON response and display a specific message.