AppIntro v5.1.0 Release Notes

Release Date: 2018-10-23 // over 5 years ago
  • ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fixed issue that caused a build failure on Kotlin projects (#597);
    • โž• Added support for Android 8.0 custom Fonts API (#590);
    • โšก๏ธ Updated 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.1.0'}