Skip to content

Commit

Permalink
Bump manifest-merger from 30.1.1 to 30.1.3 (#6911)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] and jonathanpeppers committed Apr 12, 2022
1 parent 449a6a0 commit b5053d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,6 +1,6 @@
### manifestmerger.jar version update to 30.1.1
### manifestmerger.jar version update to 30.1.3

The version of the [manifest merger][0] included in Xamarin.Android
has been updated from 30.0.4 to 30.1.1
has been updated from 30.1.1 to 30.1.3

[0]: https://developer.android.com/studio/build/manifest-merge.html
2 changes: 1 addition & 1 deletion src/manifestmerger/build.gradle
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
// https://mvnrepository.com/artifact/com.android.tools.build/manifest-merger
compile group: 'com.android.tools.build', name: 'manifest-merger', version: '30.1.1'
compile group: 'com.android.tools.build', name: 'manifest-merger', version: '30.1.3'
}

sourceSets {
Expand Down

0 comments on commit b5053d7

Please sign in to comment.