This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
- Upgrading to v2.2.0 will break your imports. This is because I have re-organized the extension methods. Please fix the imports by removing them from the `import` block and re-importing using Android Studio's `Alt+Enter` - Re-organize helper extensions - Improve documentation - Add Sample APK - Add Screenshots for Skip Button - Upgrade Andorid Gradle Plugin to 3.6.3 and Kotlin plugin to 1.3.72 - Made PreferencesManager Singleton and accessible directly through your app's Context: resetMivDisplayed(viewId: String?) and resetAllMivs() - Automatically set your Activity/Fragment as materialIntroSequenceListener if your Activity/Fragment implements the interface - Move SkipLocation to separate enum class