From 9333660786a4cf5cedc892c3af5e56496e2b2eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 09:34:03 -0700 Subject: [PATCH] Bump core from 0.13.0 to 0.14.0 (#2253) Summary: Bumps [core](https://github.com/facebook/screenshot-tests-for-android) from 0.13.0 to 0.14.0.
Release notes

Sourced from core's releases.

0.14.0

081522d Add annotations for compatibility with Gradle 7.0 (https://github.com/facebook/flipper/issues/283) 010f36e Defer Gradle task creation until necessary (https://github.com/facebook/flipper/issues/280) 46d36ba ANDROIDX_TEST_ORCHESTRATOR support (https://github.com/facebook/flipper/issues/264)

Changelog

Sourced from core's changelog.

0.14.0 (Apr 22 2021)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.facebook.testing.screenshot:core&package-manager=gradle&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/2253 Reviewed By: mweststrate Differential Revision: D28181977 Pulled By: passy fbshipit-source-id: 1669e0a15c50c6b68fcd378ca272c187cb465e73 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3b09e4c83..ad049c383 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ ext.deps = [ // First-party soloader : 'com.facebook.soloader:soloader:0.10.1', fbjni : 'com.facebook.fbjni:fbjni:0.2.2', - screenshot : 'com.facebook.testing.screenshot:core:0.13.0', + screenshot : 'com.facebook.testing.screenshot:core:0.14.0', boltsTasks : 'com.parse.bolts:bolts-tasks:1.4.0', boltsApplinks : 'com.parse.bolts:bolts-applinks:1.4.0', // Annotations