Skip to content

Commit

Permalink
fix: crash on app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jun 13, 2019
1 parent 88ae88d commit 7fd5bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ android {
}

dependencies {
implementation 'com.facebook.fresco:fresco:1.11.0'
implementation 'com.facebook.fresco:animated-gif:1.11.0'
implementation 'com.facebook.fresco:fresco:1.12.0'
implementation 'com.facebook.fresco:animated-gif:1.12.0'
implementation 'jp.wasabeef:fresco-processors:2.1.0'
// If you want to use the GPU Filters
// implementation 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'
Expand Down

0 comments on commit 7fd5bc6

Please sign in to comment.