1<?xml version="1.0" encoding="UTF-8"?> 2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4 <modelVersion>4.0.0</modelVersion> 5 <groupId>com.android.tools.analytics-library</groupId> 6 <artifactId>protos</artifactId> 7 <version>31.9.0-alpha03</version> 8 <name>Android Tools Analytics Protobufs</name> 9 <description>Library containing protobufs for usage analytics.</description> 10 <url>http://tools.android.com/</url> 11 <licenses> 12 <license> 13 <name>The Apache Software License, Version 2.0</name> 14 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 15 <distribution>repo</distribution> 16 </license> 17 </licenses> 18 <developers> 19 <developer> 20 <name>The Android Open Source Project</name> 21 </developer> 22 </developers> 23 <dependencies> 24 <dependency> 25 <groupId>com.google.protobuf</groupId> 26 <artifactId>protobuf-java</artifactId> 27 <version>3.22.3</version> 28 <scope>compile</scope> 29 </dependency> 30 </dependencies> 31</project> 32