summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/tools_webrtc/android/templates/pom.jinja
blob: 90ca51ca9c271e1a72a1a54df2e6d04e1fd20ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.webrtc</groupId>
  <artifactId>google-webrtc</artifactId>
  <version>{{ version }}</version>
  <packaging>aar</packaging>

  <name>Google's WebRTC Android library</name>
  <url>https://webrtc.org/</url>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.build.commitid>{{ commit }}</project.build.commitid>
  </properties>

</project>