<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.bytedance.btrace</groupId>
  <artifactId>rhea-gradle-plugin</artifactId>
  <version>2.0.3-rc02</version>
  <name>rhea gradle plugin</name>
  <description>btrace is a high performance Android trace tool which is based on Perfetto.</description>
  <url>https://github.com/bytedance/btrace</url>
  <licenses>
    <license>
      <name>Apache 2 license</name>
      <url>http://www.apache.org/licenses/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bytedance</id>
      <name>bytedance</name>
      <email>kisson_cjw@hotmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/bytedance/btrace.git</connection>
    <developerConnection>https://github.com/bytedance/btrace.git</developerConnection>
    <url>https://github.com/bytedance/btrace.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.3.72</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bytedance.btrace</groupId>
      <artifactId>rhea-build-common</artifactId>
      <version>2.0.3-rc02</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bytedance.btrace</groupId>
      <artifactId>rhea-precise-instrumentation</artifactId>
      <version>2.0.3-rc02</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
