Skip to content

Commit c6a57c0

Browse files
authored
Update android lottie library
This fixed an issue with lottie on Android 9 devices
1 parent baf55cd commit c6a57c0

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)