Skip to content

AppIntro 5.0.0

Compare
Choose a tag to compare
@paolorotolo paolorotolo released this 07 Oct 15:47

Changelog

  • Migrate to AndroidX;
  • Target SDK 28;
  • Update Translations;
  • Miscellaneous bug fixes and performance improvements;

How to update

  1. Add the JitPack repository to your build file
    Add it in your root build.gradle at the end of repositories:
allprojects {
    repositories {
	...
	maven { url 'https://jitpack.io' }
    }
}
  1. Add the dependency
dependencies {
         implementation 'com.github.paolorotolo:AppIntro:v5.0.0'
}