<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.growingio.giokit.saas</groupId>
  <artifactId>com.growingio.giokit.saas.gradle.plugin</artifactId>
  <version>1.3.0</version>
  <name>giokit-plugin</name>
  <description>Giokit Gradle Plugin.</description>
  <url>https://github.com/growingio/giokit-android</url>
  <organization>
    <name>Groiwngio, Inc.</name>
    <url>https://www.growingio.com</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>GrowingIO SDK TEAM</id>
      <name>GrowingIO Sdk TEAM</name>
      <email>sdk-integration@growingio.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:growingio/giokit-android.git</connection>
    <developerConnection>scm:git@github.com:growingio/giokit-android.git</developerConnection>
    <url>https://github.com/growingio/giokit-android</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/growingio/giokit-android/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.growingio.giokit</groupId>
      <artifactId>giokit-plugin</artifactId>
      <version>1.3.0</version>
    </dependency>
  </dependencies>
</project>
