<?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>club.told</groupId>
  <artifactId>told-android-sdk</artifactId>
  <version>1.0.0</version>
  <name>Told Android SDK</name>
  <description>Our SDK lets you integrate Told and deploy in-app surveys on your Android app</description>
  <url>https://www.told.club/</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>NicolasJaussaud</id>
      <name>Nicolas Jaussaud</name>
      <email>nicolas.jaussaud@evolt.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@gitlab.gitlab.evoltapp.com:told/sdk_android.git</connection>
    <developerConnection>scm:git:git@gitlab.gitlab.evoltapp.com:told/sdk_android.git</developerConnection>
    <url>https://gitlab.gitlab.evoltapp.com/told/sdk_android</url>
  </scm>
</project>
