<?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.github.banketree</groupId>
  <artifactId>AndroidLame-kotlin</artifactId>
  <version>0.0.1</version>
  <packaging>aar</packaging>
  <name>banketree/AndroidLame-kotlin</name>
  <description>AndroidLame kotlin suport mp3 recorder and player</description>
  <url>https://github.com/banketree/AndroidLame-kotlin</url>
  <inceptionYear>2020</inceptionYear>
  <developers>
    <developer>
      <id>banketree</id>
      <name>半棵树</name>
      <email>banketree@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/banketree/AndroidLame-kotlin.git</connection>
    <developerConnection>scm:git://github.com/banketree/AndroidLame-kotlin.git</developerConnection>
    <url>git://github.com/banketree/AndroidLame-kotlin.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-android-extensions-runtime</artifactId>
      <version>1.3.50</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <version>1.3.31</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
