android-automation-tools icon indicating copy to clipboard operation
android-automation-tools copied to clipboard

Consider moving AC plugin code over

Open pocmo opened this issue 5 years ago • 0 comments

We have some plugin code in our ac repository. Maybe it should live here instead?

GVNightlyVersionVerifierPlugin: This plugin can automatically update a local GeckoView dependency (currently only Nightly and currently only for a very specific configured project) if there's a newer version available. It only updates if the major version hasn't changed. https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/GVNightlyVersionVerifierPlugin.kt#L15

GitHubPlugin: A plugin that can open pull requests or issues in a project. https://github.com/mozilla-mobile/android-components/blob/master/buildSrc/src/main/java/GitHubPlugin.kt

Also see docs in PR: https://github.com/mozilla-mobile/android-components/pull/934

pocmo avatar Oct 18 '18 06:10 pocmo