Skip to content

Commit

Permalink
Add Android Gradle Plugin (agp) as a suffix type, too
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Jul 23, 2021
1 parent 15b85b2 commit accd319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class VersionFinder
GOOGLE_MAVEN_REPO = "https://maven.google.com"
GRADLE_PLUGINS_REPO = "https://plugins.gradle.org/m2"
KOTLIN_PLUGIN_REPO_PREFIX = "org.jetbrains.kotlin"
TYPE_SUFFICES = %w(jre android java native_mt).freeze
TYPE_SUFFICES = %w(jre android java native_mt agp).freeze

def initialize(dependency:, dependency_files:, credentials:,
ignored_versions:, raise_on_ignored: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Dependabot
module Maven
class UpdateChecker
class VersionFinder
TYPE_SUFFICES = %w(jre android java native_mt).freeze
TYPE_SUFFICES = %w(jre android java native_mt agp).freeze

def initialize(dependency:, dependency_files:, credentials:,
ignored_versions:, security_advisories:,
Expand Down

0 comments on commit accd319

Please sign in to comment.