<?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>jp.co.ksrogers.animationswitchingbottomnavigation</groupId>
  <artifactId>navigation-support</artifactId>
  <version>1.0.2</version>
  <packaging>aar</packaging>
  <name>navigation-support</name>
  <description>AnimationSwitchinBottomNavigationView is provide layout like a Bottom Navigation View.</description>
  <url>https://github.com/ks-rogers/AnimationSwitchingBottomNavigationView</url>
  <licenses>
    <license>
      <name>MIT license</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ks-rogers</id>
      <name>K.S.Rogers</name>
      <email>info@ks-rogers.co.jp</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/ks-rogers/AnimationSwitchingBottomNavigationView.git</connection>
    <developerConnection>https://github.com/ks-rogers/AnimationSwitchingBottomNavigationView.git</developerConnection>
    <url>https://github.com/ks-rogers/AnimationSwitchingBottomNavigationView</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.11</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.1.0-alpha03</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>jp.co.ksrogers.animationswitchingbottomnavigation</groupId>
      <artifactId>core</artifactId>
      <version>1.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>android.arch.navigation</groupId>
      <artifactId>navigation-fragment</artifactId>
      <version>1.0.0-alpha08</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>android.arch.navigation</groupId>
      <artifactId>navigation-ui</artifactId>
      <version>1.0.0-alpha08</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
