<?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>com.wultra.android.powerauth</groupId>
  <artifactId>powerauth-networking</artifactId>
  <version>1.1.3</version>
  <packaging>aar</packaging>
  <name>Wultra PowerAuth Networking for Android</name>
  <description>A high-level networking SDK for PowerAuth-based endpoints.</description>
  <url>https://www.powerauth.com</url>
  <licenses>
    <license>
      <name>All sources are copyright of the Wultra company. You can use only with a prior consent of Wultra.</name>
      <url>""</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>wultra</id>
      <name>Wultra s.r.o.</name>
      <email>support@wultra.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/wultra/networking-android.git</connection>
    <developerConnection>scm:git:github.com/wultra/networking-android.git</developerConnection>
    <url>https://github.com/wultra/networking-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.7.10</version>
    </dependency>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.4.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.9</version>
    </dependency>
    <dependency>
      <groupId>com.jakewharton.threetenabp</groupId>
      <artifactId>threetenabp</artifactId>
      <version>1.1.1</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.12.13</version>
    </dependency>
  </dependencies>
</project>
