Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.11 KB

Transition X

build github tag maven central

This is an AndroidX implementation of arunkumar9t2's transition-x.

By using this version, you can:

  • use MavenCentral
  • safety turn off Jetifier in your project.

Usage

Gradle

# gradle.properties

android.useAndroidX=true
android.enableJetifier=false
// build.gradle.kts (app module)

dependencies {
    implementation("com.axzae:transition-x:1.2.0")
}

See Also