8000 Release AppIntro 5.0.1 · AppIntro/AppIntro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AppIntro 5.0.1

Compare
Choose a tag to compare
@paolorotolo paolorotolo released this 16 Oct 17:17

Changelog

  • Fixed incorrect behaviour when android:supportsRtl="true" was present in app's Manifest;
  • Fixed RTL support;
  • 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.1'
}
0