<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>th.co.rabbit</groupId>
  <artifactId>RDC_SDK</artifactId>
  <version>0.0.1</version>
  <packaging>aar</packaging>
  <name>RDC_Android_SDK</name>
  <description>A library that allows the client application to track users' activity. Tracking requires the client app to request consent and permissions from users. No tracking without any permissions</description>
  <url>https://rabbit.co.th/</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>PhongthornK</id>
      <name>digital_rabbit</name>
      <email>digital@rabbit.co.th</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://bitbucket.org/bssh-rabbit/rdc-android-sdk.git</connection>
    <developerConnection>scm:git:ssh://bitbucket.org/bssh-rabbit/rdc-android-sdk.git</developerConnection>
    <url>https://bitbucket.org/bssh-rabbit/rdc-android-sdk</url>
  </scm>
</project>
