Skip to content

bborn2/lottie-android

 
 

Repository files navigation

Lottie for Android, Official website,

just for fix a bug in lotti-android 2.2.0.

git cherry-pick 40eace73c1102477c4bb7b86a5e9843c230ebf11

Author: Gabriel Peal gabriel.peal@airbnb.com Date: Mon Dec 11 22:38:34 2017 -0500

Use a different method for splitting the version string

I think some devices have a broken regex function that causes
split to fail on the current regex. This version may work better.
Fixes #559

Download

Gradle is the only supported build configuration, so just add the dependency to your project build.gradle file:

	allprojects {
		repositories {
			...
			maven { url 'https://www.jitpack.io' }
		}
	}
	dependencies {
  		compile 'com.github.bborn2:lottie-android:v2.2.0_patch-SNAPSHOT'
	}

About

lotti 2.2.0 with a bug fix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 81.6%
  • Kotlin 17.7%
  • Other 0.7%