Skip to content

Commit

Permalink
Bump manifest-merger from 30.2.1 to 30.2.2 (#7238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] and jonathanpeppers authored Aug 10, 2022
1 parent 9b378e5 commit becca17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### manifestmerger.jar version update to 30.2.1
### manifestmerger.jar version update to 30.2.2

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

[0]: https://developer.android.com/studio/build/manifest-merge.html
2 changes: 1 addition & 1 deletion src/manifestmerger/build.gradle
Original file line number Diff line number Diff line change
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.2.1'
compile group: 'com.android.tools.build', name: 'manifest-merger', version: '30.2.2'
}

sourceSets {
Expand Down

0 comments on commit becca17

Please sign in to comment.