<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.ibrahimsn98</groupId>
  <artifactId>SmoothBottomBar</artifactId>
  <version>1.8.0</version>
  <packaging>aar</packaging>
  <name>ibrahimsn98/SmoothBottomBar</name>
  <description>A lightweight Android material bottom navigation bar library</description>
  <url>https://github.com/ibrahimsn98/SmoothBottomBar</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ibrahimsn98</id>
      <name>İbrahim Süren</name>
      <email>ibrahimsn98@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/ibrahimsn98/SmoothBottomBar.git</connection>
    <developerConnection>scm:git://github.com/ibrahimsn98/SmoothBottomBar.git</developerConnection>
    <url>git://github.com/ibrahimsn98/SmoothBottomBar.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.multidex</groupId>
      <artifactId>multidex</artifactId>
      <version>2.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.navigation</groupId>
      <artifactId>navigation-fragment-ktx</artifactId>
      <version>2.9.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.navigation</groupId>
      <artifactId>navigation-ui-ktx</artifactId>
      <version>2.9.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
