<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>fr.haan.bipak</groupId>
  <artifactId>bipak-compose-android</artifactId>
  <version>0.9.0</version>
  <packaging>pom</packaging>
  <name>BiPaK Android</name>
  <description>Android Jetpack Compose support for BiPaK</description>
  <url>https://github.com/nicolashaan/bipak</url>
  <licenses>
    <license>
      <name>BiPaK License</name>
      <url>https://github.com/nicolashaan/bipak/blob/main/LICENCE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nicolashaan</id>
      <name>Nicolas Haan</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/nicolashaan/bipak.git</connection>
    <developerConnection>scm:git:ssh://github.com/nicolashaan/bipak.git</developerConnection>
    <url>https://github.com/nicolashaan/bipak/tree/main</url>
  </scm>
</project>
