<?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>cn.onestravel.one</groupId>
  <artifactId>one_bottom_navigationbar</artifactId>
  <version>1.2.4-beta2</version>
  <packaging>aar</packaging>
  <name>OneBottomNavigationBar</name>
  <description>OneBottomNavigationBar is a custom View that implements the function of the navigation bar at the bottom of the App. It can achieve 2-5 navigation menus at the bottom (generally there are no more), and can achieve the effect of a certain menu. You can choose to make the third menu floating. This is a function that many apps have; you can change the color of icons and text when selected and unselected according to the resource file of the color change. You can freely control whether You need to check (checkable). When you select On, you can change to the selected color. When you select Off, you cannot change to the selected color. You can control which item is selected by default. You can set the number of unread messages (number or small red) in a navigation menu. point)</description>
  <url>https://github.com/onestravel/OneBottomNavigationBar</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>onestravel</id>
      <name>onestravel</name>
      <email>onestravel5@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/onestravel/OneBottomNavigationBar.git</connection>
    <developerConnection>https://github.com/onestravel/OneBottomNavigationBar.git</developerConnection>
    <url>https://github.com/onestravel/OneBottomNavigationBar</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.constraintlayout</groupId>
      <artifactId>constraintlayout</artifactId>
      <version>1.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>+</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.61</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
