<?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.agora.game</groupId>
  <artifactId>game-sdk</artifactId>
  <version>1.0.2.spc</version>
  <packaging>aar</packaging>
  <name>game-sdk</name>
  <description>Agora SDK</description>
  <url>http://maven.apache.org</url>
  
   <licenses>
        <license>
            <name>AGORA SDK License</name>
            <url>https://github.com/AgoraIO/full-sdk/blob/master/LICENSE</url>
        </license>
    </licenses>

    <developers>
        <developer>
            <name>agorabuilder</name>
            <email>wangzhi@agora.io</email>
            <organization>https://github.com/AgoraIO</organization>
            <url>https://www.agora.io/cn</url>
        </developer>
    </developers>

    <scm>
        <connection>scm:git:https://github.com/AgoraIO/full-sdk.git</connection>
        <developerConnection>scm:git:https://github.com/AgoraIO/full-sdk.git</developerConnection>
        <url>https://github.com/AgoraIO/full-sdk</url>
    </scm>
  
  <dependencies>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.9.0</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>retrofit</artifactId>
      <version>2.9.0</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.retrofit2</groupId>
      <artifactId>converter-gson</artifactId>
      <version>2.9.0</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>logging-interceptor</artifactId>
      <version>4.9.3</version>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.3.0</version>
    </dependency>
  </dependencies>
</project>
