Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump manifest-merger from 30.2.1 to 30.2.2 in /src/manifestmerger #7238

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -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
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