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. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/screenshot-tests-for-android/releases">core's releases</a>.</em></p> <blockquote> <h2>0.14.0</h2> <p><code>081522d</code> Add annotations for compatibility with Gradle 7.0 (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/283">https://github.com/facebook/flipper/issues/283</a>) <code>010f36e</code> Defer Gradle task creation until necessary (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/280">https://github.com/facebook/flipper/issues/280</a>) <code>46d36ba</code> ANDROIDX_TEST_ORCHESTRATOR support (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/264">https://github.com/facebook/flipper/issues/264</a>)</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/screenshot-tests-for-android/blob/master/CHANGELOG.md">core's changelog</a>.</em></p> <blockquote> <h2>0.14.0 (Apr 22 2021)</h2> <ul> <li>Added test orchestrator support</li> <li>Switched away from xml to json for metadata files</li> <li>Support for Gradle 7</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a353fd8208"><code>a353fd8</code></a> 0.14.0</li> <li><a href="fd05d59caa"><code>fd05d59</code></a> Update AGP and others, remove mvn publish script in favor of plugin, upgrade ...</li> <li><a href="e52ba06092"><code>e52ba06</code></a> Fix broken tests</li> <li><a href="081522d74a"><code>081522d</code></a> Add annotations for compatibility with Gradle 7.0 (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/283">https://github.com/facebook/flipper/issues/283</a>)</li> <li><a href="49757fb17c"><code>49757fb</code></a> Fix ScreenshotsPlugin not compiling (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/282">https://github.com/facebook/flipper/issues/282</a>)</li> <li><a href="010f36e6e5"><code>010f36e</code></a> Defer Gradle task creation until necessary (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/280">https://github.com/facebook/flipper/issues/280</a>)</li> <li><a href="bd0af0e9a5"><code>bd0af0e</code></a> Apply whitespace linter to all gradle files</li> <li><a href="35b7555b85"><code>35b7555</code></a> Remove attempts at parsing xml</li> <li><a href="46d36ba7dd"><code>46d36ba</code></a> ANDROIDX_TEST_ORCHESTRATOR support (<a href="https://github-redirect.dependabot.com/facebook/screenshot-tests-for-android/issues/264">https://github.com/facebook/flipper/issues/264</a>)</li> <li><a href="eb5500054d"><code>eb55000</code></a> Bump ktfmt version</li> <li>Additional commits viewable in <a href="https://github.com/facebook/screenshot-tests-for-android/compare/0.13.0...0.14.0">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2253 Reviewed By: mweststrate Differential Revision: D28181977 Pulled By: passy fbshipit-source-id: 1669e0a15c50c6b68fcd378ca272c187cb465e73
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ff6f8eb8cf
commit
9333660786
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user