Dbrant has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/339688 )
Change subject: Update Fresco to 1.1.0 ...................................................................... Update Fresco to 1.1.0 Release notes: https://github.com/facebook/fresco/releases/tag/v1.1.0 https://github.com/facebook/fresco/releases/tag/v1.0.0 https://github.com/facebook/fresco/releases/tag/v0.14.0 No breaking changes for us. Note the shoutout to Wikipedia in the 1.0.0 notes :) Change-Id: I9f2507832c0d3ef18f473f234beae2d65c5b2a52 --- M app/build.gradle 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia refs/changes/88/339688/1 diff --git a/app/build.gradle b/app/build.gradle index a4e0ce9..c0e83d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -162,7 +162,7 @@ String supportVersion = '25.1.1' String espressoVersion = '2.2.2' String butterKnifeVersion = '8.4.0' - String frescoVersion = '0.13.0' + String frescoVersion = '1.1.0' String testingSupportVersion = '0.5' String mockitoCore = 'org.mockito:mockito-core:1.9.5' String leakCanaryVersion = '1.5' -- To view, visit https://gerrit.wikimedia.org/r/339688 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9f2507832c0d3ef18f473f234beae2d65c5b2a52 Gerrit-PatchSet: 1 Gerrit-Project: apps/android/wikipedia Gerrit-Branch: master Gerrit-Owner: Dbrant <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
