<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.metaquotes.finteza</groupId>
  <artifactId>finteza-sdk</artifactId>
  <version>1.3.8</version>
  <packaging>aar</packaging>
  <name>finteza-sdk</name>
  <description>Android SDK of Finteza</description>
  <url>https://github.com/finteza/mobile-sdk-android.git</url>
  <licenses>
    <license>
      <name>GNU LGPL 3</name>
      <url>http://www.gnu.org/licenses/lgpl.txt'</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>MetaQuotes Software</id>
      <name>MetaQuotes Software</name>
      <email>support@metaquotes.net</email>
    </developer>
  </developers>
  <scm>
    <connection>https://www.finteza.com</connection>
    <developerConnection>https://www.finteza.com</developerConnection>
    <url>https://github.com/finteza/mobile-sdk-android.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-annotations</artifactId>
      <version>28.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-auth</artifactId>
      <version>19.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.installreferrer</groupId>
      <artifactId>installreferrer</artifactId>
      <version>2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-ads-identifier</artifactId>
      <version>17.1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
