<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.velitasali.tools.android</groupId>
  <artifactId>zxing</artifactId>
  <version>3.6.2</version>
  <packaging>aar</packaging>
  <name>ZXing Incremented</name>
  <description>A fork of https://bintray.com/journeyapps/maven/zxing-android-embedded which includes latest tools</description>
  <url>https://github.com/velitasali/ZXingIncremented</url>
  <licenses>
    <license>
      <name>General Public Licence, Version 3.0</name>
      <url>https://www.gnu.org/licenses/gpl.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>velitasali</id>
      <name>Veli Tasalı</name>
      <email>genonbeta@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/velitasali/ZXingIncremented.git</connection>
    <developerConnection>https://github.com/velitasali/ZXingIncremented.git</developerConnection>
    <url>https://github.com/velitasali/ZXingIncremented</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.zxing</groupId>
      <artifactId>core</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <artifactId>material</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.19.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
