Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
appintro-6.0.0.pom.xml | 2020-05-04 | 1.5 kB | |
appintro-6.0.0.aar | 2020-05-04 | 111.5 kB | |
appintro-6.0.0-sources.jar | 2020-05-04 | 28.5 kB | |
AppIntro 6.0.0 source code.tar.gz | 2020-05-04 | 24.7 MB | |
AppIntro 6.0.0 source code.zip | 2020-05-04 | 24.8 MB | |
README.md | 2020-05-04 | 1.0 kB | |
Totals: 6 Items | 49.7 MB | 0 |
This is a new major release of AppIntro. Please note that this release contains multiple new features (see below), several bugfixes, as well as multiple breaking changes. To get a deeper overview of the breaking changes, please read the migration document.
Summary of Changes
- The library is now 100% in Kotlin! 🎉.
- Target SDK is now 29.
- The UI was completely revamped and refactored.
- You can now request permissions on AppIntro without having to lock the slide.
- The library has now 14 more translations.
The full changelog is available in the CHANGELOG file
How to update
This release contains several breaking change. Please read them all in the migration document
-
Add the JitPack repository to your build file
repositories { maven { url "https://jitpack.io" } }
-
Add the dependency
dependencies { implementation 'com.github.AppIntro:AppIntro:6.0.0' }