Alpha3 release of AppIntro 6.x
Please note that this versions is considered unstable and contains
several breaking changes.
Release notes will be published with the upcoming release.
AppIntro 6.1.0
This is a new minor release of AppIntro. This library comes with several new features and several bugfixes.
**Summary of Changes**
* Target SDK is now 30.
* Text visualization has been improved with Autosizing TextViews and URL autolinking.
* AppIntro now offers better support for tablets (`sw600dp`).
* Slide indicator has been improved with better color blending and it won't be shown if you have only one slide.
* The AppIntro sample app has been completely rewritten with more examples (for Java, SlidePolicy and more).
* 14 translations have been added or improved.
The full changelog is available in the [CHANGELOG file](/CHANGELOG.md)
To update make sure you:
1. **Add the JitPack repository to your build file**
```
repositories {
maven { url "jitpack.io" }
}
```
2. **Bump the dependency**
```
dependencies {
implementation 'com.github.AppIntro:AppIntro:6.1.0'
}
```
Mirror the v5.0.0 tag to do not break semantic versioning
Mirror the v5.0.1 tag to do not break semantic versioning
Mirror the v5.1.0 tag to do not break semantic versioning
Alpha1 release of AppIntro 6.x
Please note that this versions is considered unstable and contains
several breaking changes.
Release notes will be published with the upcoming release.
Alpha2 release of AppIntro 6.x
Please note that this versions is considered unstable and contains
several breaking changes.
Release notes will be published with the upcoming release.
Mirror the v4.2.3 tag to do not break semantic versioning