Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.github.dcendents:android-maven-gradle-plugin from 1.5 to 2.1
Bumps [com.github.dcendents:android-maven-gradle-plugin](https://github.com/dcendents/android-maven-gradle-plugin) from 1.5 to 2.1.
- [Release notes](https://github.com/dcendents/android-maven-gradle-plugin/releases)
- [Commits](dcendents/android-maven-gradle-plugin@1.5...2.1)

---
updated-dependencies:
- dependency-name: com.github.dcendents:android-maven-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
commit 49905554b9b43c14b4374d0db279fe5b38011bc6
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.+'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand Down