1<?xml version="1.0" encoding="UTF-8"?> 2<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 3 <!-- This module was also published with a richer model, Gradle metadata, --> 4 <!-- which should be used instead. Do not delete the following line which --> 5 <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> 6 <!-- that they should prefer consuming it instead. --> 7 <!-- do_not_remove: published-with-gradle-metadata --> 8 <modelVersion>4.0.0</modelVersion> 9 <groupId>com.android.tools.build</groupId> 10 <artifactId>manifest-merger</artifactId> 11 <version>31.7.0-alpha07</version> 12 <dependencies> 13 <dependency> 14 <groupId>com.android.tools</groupId> 15 <artifactId>common</artifactId> 16 <version>31.7.0-alpha07</version> 17 <scope>runtime</scope> 18 </dependency> 19 <dependency> 20 <groupId>com.android.tools</groupId> 21 <artifactId>sdklib</artifactId> 22 <version>31.7.0-alpha07</version> 23 <scope>runtime</scope> 24 </dependency> 25 <dependency> 26 <groupId>com.android.tools</groupId> 27 <artifactId>sdk-common</artifactId> 28 <version>31.7.0-alpha07</version> 29 <scope>runtime</scope> 30 </dependency> 31 <dependency> 32 <groupId>com.google.code.gson</groupId> 33 <artifactId>gson</artifactId> 34 <version>2.10.1</version> 35 <scope>runtime</scope> 36 </dependency> 37 <dependency> 38 <groupId>org.jetbrains.kotlin</groupId> 39 <artifactId>kotlin-stdlib-jdk8</artifactId> 40 <version>1.9.20</version> 41 <scope>runtime</scope> 42 </dependency> 43 </dependencies> 44 <description>A Library to merge Android manifests.</description> 45 <url>https://developer.android.com/studio/build</url> 46 <name>com.android.tools.build.manifest-merger</name> 47 <licenses> 48 <license> 49 <name>The Apache Software License, Version 2.0</name> 50 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 51 <distribution>repo</distribution> 52 </license> 53 </licenses> 54 <developers> 55 <developer> 56 <name>The Android Open Source Project</name> 57 </developer> 58 </developers> 59 <scm> 60 <connection>git://android.googlesource.com/platform/tools/base.git</connection> 61 <url>https://android.googlesource.com/platform/tools/base</url> 62 </scm> 63</project> 64