<?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>by.skz</groupId>
  <artifactId>android-sdk</artifactId>
  <version>2.6.7</version>
  <packaging>pom</packaging>
  <name>android-sdk</name>
  <description>test Android SDK</description>
  <url>https://github.com/test/android-sdk-testtest</url>
  <licenses>
    <license>
      <name>Stream License</name>
      <url>https://github.com/GetStream/stream-chat-android/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>testId</id>
      <name>test test</name>
      <email>test@test.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/getstream/stream-chat-android.git</connection>
    <developerConnection>scm:git:ssh://github.com/getstream/stream-chat-android.git</developerConnection>
    <url>https://github.com/getstream/stream-chat-android/tree/main</url>
  </scm>
</project>
