<?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>app.perawallet</groupId>
  <artifactId>algosdk-android</artifactId>
  <version>1.0.7</version>
  <packaging>aar</packaging>
  <name>Algorand Go Mobile SDK (Android)</name>
  <description>Android AAR generated from the Go Mobile Algorand SDK.</description>
  <url>https://github.com/algorand/go-mobile-algorand-sdk</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>AlgorandFoundation</id>
      <name>Algorand Foundation</name>
      <email>press@algorand.foundation</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/algorand/go-mobile-algorand-sdk.git</connection>
    <developerConnection>scm:git:ssh://github.com/algorand/go-mobile-algorand-sdk.git</developerConnection>
    <url>https://github.com/algorand/go-mobile-algorand-sdk</url>
  </scm>
</project>
