<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.iwdael</groupId>
  <artifactId>wifimanager</artifactId>
  <version>1.5.0</version>
  <packaging>aar</packaging>
  <name>iwdael/WifiManager</name>
  <description>简化Android Wifi开发，已实现常用的功能，比如获取WiFi管理，WiFi列表，断开、清除或者连接WiFi。</description>
  <url>https://github.com/iwdael/WifiManager</url>
  <inceptionYear>2019</inceptionYear>
  <developers>
    <developer>
      <id>iwdael</id>
      <name>伊瓦代尔</name>
      <email>hacknife@outlook.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/iwdael/WifiManager.git</connection>
    <developerConnection>scm:git://github.com/iwdael/WifiManager.git</developerConnection>
    <url>git://github.com/iwdael/WifiManager.git</url>
  </scm>
</project>
