lock-google
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.auth0.android</groupId>
<artifactId>lock-google</artifactId>
<version>1.1.0</version>
</dependency><?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.auth0.android</groupId>
<artifactId>lock-google</artifactId>
<version>1.1.0</version>
<packaging>aar</packaging>
<name>Lock-Google.Android</name>
<description>Lock for Android add-on to use Google Android SDK</description>
<url>https://github.com/auth0/Lock-Google.Android</url>
<developers>
<developer>
<id>auth0</id>
<name>Auth0</name>
<email>oss@auth0.com</email>
</developer>
<developer>
<id>lbalmaceda</id>
<name>Luciano Balmaceda</name>
<email>luciano.balmaceda@auth0.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>25.1.0</version>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-auth</artifactId>
<version>10.0.1</version>
</dependency>
<dependency>
<groupId>com.auth0.android</groupId>
<artifactId>auth0</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://raw.githubusercontent.com/auth0/Lock-Google.Android/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git@github.com:auth0/Lock-Google.Android.git</connection>
<developerConnection>scm:git@github.com:auth0/Lock-Google.Android.git</developerConnection>
<url>https://github.com/auth0/Lock-Google.Android</url>
</scm>
</project>