Skip to content

Tags: LDLearnProject/AppIntro

Tags

6.0.0

Toggle 6.0.0's commit message
AppIntro 6.0.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](/docs/migrating-from-5.0.md). * 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](/CHANGELOG.md) This release contains several breaking change. Please read them all in the [migration document](/docs/migrating-from-5.0.md) 1. **Add the JitPack repository to your build file** ``` repositories{maven{url "https://jitpack.io" } } ``` 2. **Add the dependency** ``` dependencies{implementation 'com.github.AppIntro:AppIntro:6.0.0' } ```

6.0.0-alpha3

Toggle 6.0.0-alpha3's commit message
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.

6.0.0-alpha2

Toggle 6.0.0-alpha2's commit message
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.

6.0.0-alpha1

Toggle 6.0.0-alpha1's commit message
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.

5.1.0

Toggle 5.1.0's commit message
Mirror the v5.1.0 tag to do not break semantic versioning 

5.0.1

Toggle 5.0.1's commit message
Mirror the v5.0.1 tag to do not break semantic versioning 

5.0.0

Toggle 5.0.0's commit message
Mirror the v5.0.0 tag to do not break semantic versioning 

4.2.3

Toggle 4.2.3's commit message
Mirror the v4.2.3 tag to do not break semantic versioning 

v5.1.0

Toggle v5.1.0's commit message
Release new AppIntro version. 

v5.0.1

Toggle v5.0.1's commit message
Bump version number