Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Nov 20, 2018
1 parent 6d0fd41 commit 11ced7c
Show file tree
Hide file tree
Showing 3 changed files with 1,763 additions and 695 deletions.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ repositories {

configurations.all {
resolutionStrategy {
force 'org.webkit:android-jsc:r225067'
force 'org.webkit:android-jsc:r236355'
}
}

Expand Down Expand Up @@ -215,6 +215,7 @@ dependencies {
implementation 'com.facebook.fresco:animated-gif:1.10.0'
implementation 'com.facebook.fresco:animated-webp:1.10.0'
implementation 'com.facebook.fresco:webpsupport:1.10.0'
implementation 'com.google.android.gms:play-services-gcm:16.0.0'
implementation('com.crashlytics.sdk.android:crashlytics:2.9.5@aar') {
transitive = true;
}
Expand Down
Loading

0 comments on commit 11ced7c

Please sign in to comment.