Skip to content

Commit ca4ed46

Browse files
authored
Merge pull request #34 from SergeyMell/patch-1
Update android lottie library
2 parents baf55cd + c6a57c0 commit ca4ed46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platforms/android/include.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ dependencies {
33
compile "com.android.support:support-v4:${supportLibrariesVersion}"
44
compile "com.android.support:appcompat-v7:${supportLibrariesVersion}"
55
debugCompile "com.android.support:design:${supportLibrariesVersion}"
6-
compile 'com.airbnb.android:lottie:2.5.5'
7-
}
6+
compile 'com.airbnb.android:lottie:2.6.0'
7+
}

0 commit comments

Comments
 (0)