<?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>fr.bmartel</groupId>
  <artifactId>multi-event-library</artifactId>
  <version>0.34</version>
  <packaging>aar</packaging>
  <name>multi-event-library</name>
  <description>Android library used to catch a range of event types (volume, screen state, incoming call, SMS, Wifi connection etc...)</description>
  <url>https://github.com/bertrandmartel/multi-event-library</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://github.com/bertrandmartel/multi-event-library/blob/master/LICENSE.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bertrandmartel</id>
      <name>Bertrand Martel</name>
      <email>bmartel.fr@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/bertrandmartel/multi-event-library.git</connection>
    <developerConnection>https://github.com/bertrandmartel/multi-event-library.git</developerConnection>
    <url>https://github.com/bertrandmartel/multi-event-library</url>
  </scm>
</project>
