<?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.wallee.resources</groupId>
  <artifactId>react-native-firebase_app</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>com.wallee.resources:react-native-firebase_app</name>
  <description>Resources needed for Wallee payment SDK and white-labelled SDKs</description>
  <url>https://wallee.com</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>Wallee</id>
      <name>Wallee AG</name>
      <email>info@wallee.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/wallee-payment/android-mobile-sdk</connection>
    <developerConnection>scm:git:ssh://github.com/wallee-payment/android-mobile-sdk</developerConnection>
    <url>https://github.com/wallee-payment/android-mobile-sdk/tree/main</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.google.firebase</groupId>
        <artifactId>firebase-bom</artifactId>
        <version>31.4.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.wallee.resources</groupId>
      <artifactId>react-native</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.firebase</groupId>
      <artifactId>firebase-common</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-auth</artifactId>
      <version>20.3.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
