<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.v7lin</groupId>
  <artifactId>xinge-push-stub-android</artifactId>
  <version>4.3.2-beta</version>
  <packaging>aar</packaging>
  <name>xinge-push-stub-android</name>
  <description>xinge-push-stub-android</description>
  <url>https://github.com/v7lin/android-xinge-push</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>v7lin</id>
      <name>v7lin</name>
      <email>v7lin@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/v7lin/android-xinge-push.git</connection>
    <developerConnection>https://github.com/v7lin/android-xinge-push.git</developerConnection>
    <url>https://github.com/v7lin/android-xinge-push</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/v7lin/android-xinge-push/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>io.github.v7lin</groupId>
      <artifactId>xinge-push-android</artifactId>
      <version>4.3.2-beta</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tencent.xinge</groupId>
      <artifactId>mipush</artifactId>
      <version>4.3.2-xiaomi-beta</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tencent.xinge</groupId>
      <artifactId>xghw</artifactId>
      <version>4.3.2-huawei-beta</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.tencent.xinge</groupId>
      <artifactId>xgmz</artifactId>
      <version>4.3.2-meizu-beta</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
