<?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.widget</groupId>
  <artifactId>barChart</artifactId>
  <version>2.1.2</version>
  <packaging>aar</packaging>
  <name>barchart</name>
  <description>An Android library that lets you create ChartView in which you can set your bar and column numbers and manage colorsand gap between them in a simple and fast way.</description>
  <url>https://github.com/ma7madfawzy/BarChart</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 1.0</name>
      <url>http://www.apache.org/licenses/LICENSE-1.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ma7madfawzy</id>
      <name>Mahmad fawzy</name>
      <email>ma7madfawzy@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/ma7madfawzy/BarChart.git</connection>
    <developerConnection>https://github.com/ma7madfawzy/BarChart.git</developerConnection>
    <url>https://github.com/ma7madfawzy/BarChart</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.databinding</groupId>
      <artifactId>databinding-common</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.databinding</groupId>
      <artifactId>databinding-runtime</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.databinding</groupId>
      <artifactId>databinding-adapters</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxjava-math</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jakewharton.rxbinding</groupId>
      <artifactId>rxbinding</artifactId>
      <version>0.4.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>me.grantland</groupId>
      <artifactId>autofittextview</artifactId>
      <version>0.2.+</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.intuit.sdp</groupId>
      <artifactId>sdp-android</artifactId>
      <version>1.0.+</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.intuit.ssp</groupId>
      <artifactId>ssp-android</artifactId>
      <version>1.0.+</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>tk.zielony</groupId>
      <artifactId>carbon</artifactId>
      <version>0.15.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
