<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>mx.dapp.sdk</groupId>
  <artifactId>wallet</artifactId>
  <version>2.3.3</version>
  <packaging>aar</packaging>
  <name>wallet</name>
  <description>DappMX Wallet SDK</description>
  <url>https://dapp.mx</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/DappPayments/Dapp-SDK-Android/blob/master/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id/>
      <name>DappMX</name>
      <email>devs@dapp.mx</email>
    </developer>
  </developers>
  <scm>
    <connection/>
    <developerConnection/>
    <url>https://dapp.mx</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId/>
      <artifactId>unspecified</artifactId>
      <version/>
    </dependency>
  </dependencies>
</project>
