<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.zsmarter-api</groupId>
  <artifactId>hulk-fcm</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>hulk-fcm</name>
  <description>Hulk推送-fcm子包</description>
  <url>https://github.com/zsmarter-api/hulk</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>zsmarter</id>
      <name>zsmarter</name>
      <email>zsmarter@hotmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/zsmarter-api/hulk.git</connection>
    <developerConnection>scm:git:ssh://github.com/zsmarter-api/hulk.git</developerConnection>
    <url>https://github.com/zsmarter-api/hulk</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.7.20</version>
    </dependency>
    <dependency>
      <groupId>com.google.firebase</groupId>
      <artifactId>firebase-bom</artifactId>
      <version>31.1.1</version>
    </dependency>
    <dependency>
      <groupId>com.blankj</groupId>
      <artifactId>utilcodex</artifactId>
      <version>1.31.0</version>
    </dependency>
  </dependencies>
</project>
