Skip to content

Commit becca17

Browse files
Bump manifest-merger from 30.2.1 to 30.2.2 (#7238)
Context: https://mvnrepository.com/artifact/com.android.tools.build/manifest-merger/30.2.2 Context: https://android.googlesource.com/platform/tools/base/+/master/build-system/manifest-merger Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
1 parent 9b378e5 commit becca17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### manifestmerger.jar version update to 30.2.1
1+
### manifestmerger.jar version update to 30.2.2
22

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

66
[0]: https://developer.android.com/studio/build/manifest-merge.html

src/manifestmerger/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
// https://mvnrepository.com/artifact/com.android.tools.build/manifest-merger
22-
compile group: 'com.android.tools.build', name: 'manifest-merger', version: '30.2.1'
22+
compile group: 'com.android.tools.build', name: 'manifest-merger', version: '30.2.2'
2323
}
2424

2525
sourceSets {

0 commit comments

Comments
 (0)