<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.devzwy</groupId>
  <artifactId>socialhelper.google</artifactId>
  <version>1.0.6</version>
  <packaging>aar</packaging>
  <name>socialhelper.google</name>
  <description>Integrate common third-party authorization, login, and sharing tools to quickly develop apps</description>
  <url>https://github.com/devzwy/SocialHelper</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>devzwy</id>
      <name>devzwy</name>
      <email>top.wdsf@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/devzwy/SocialHelper.git</connection>
    <developerConnection>scm:git:ssh://github.com/devzwy/SocialHelper.git</developerConnection>
    <url>https://github.com/devzwy/SocialHelper/tree/main</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>SocialSample</groupId>
      <artifactId>SocialHelper</artifactId>
      <version>unspecified</version>
    </dependency>
    <dependency>
      <groupId>com.google.android.gms</groupId>
      <artifactId>play-services-auth</artifactId>
      <version>20.2.0</version>
    </dependency>
  </dependencies>
</project>
