<?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">
  <!-- 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>com.aevi.sdk.pos.flow.config</groupId>
  <artifactId>config-provider-library</artifactId>
  <version>2.1.5</version>
  <packaging>aar</packaging>
  <name>config-provider-library</name>
  <description>config-provider-library</description>
  <url>https://github.com/AEVI-AppFlow/config-provider-library</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Aevi</id>
      <name>Aevi Developer</name>
      <email>devops@aevi.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/AEVI-AppFlow/config-provider-library.git</connection>
    <developerConnection>scm:git:ssh://github.com/AEVI-AppFlow/config-provider-library.git</developerConnection>
    <url>https://github.com/AEVI-AppFlow/config-provider-library/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.ddB0515.FlexibleAdapter</groupId>
      <artifactId>flexible-adapter</artifactId>
      <version>5.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ddB0515.FlexibleAdapter</groupId>
      <artifactId>flexible-adapter-ui</artifactId>
      <version>5.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.aevi.sdk.pos.flow</groupId>
      <artifactId>payment-initiation-api</artifactId>
      <version>2.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.aevi.sdk.pos.flow</groupId>
      <artifactId>payment-flow-service-api</artifactId>
      <version>2.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.aevi.sdk.flow</groupId>
      <artifactId>api-constants</artifactId>
      <version>2.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.aevi.sdk</groupId>
      <artifactId>appflow-app-management</artifactId>
      <version>2.1.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.aevi.sdk.config</groupId>
      <artifactId>config-api</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.recyclerview</groupId>
      <artifactId>recyclerview</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jakewharton</groupId>
      <artifactId>butterknife</artifactId>
      <version>10.2.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.dagger</groupId>
      <artifactId>dagger</artifactId>
      <version>2.24</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxjava</artifactId>
      <version>2.2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex.rxjava2</groupId>
      <artifactId>rxandroid</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okio</groupId>
      <artifactId>okio</artifactId>
      <version>2.6.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.6</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
