glide-fe-sdk-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.glideidentity</groupId>
<artifactId>glide-fe-sdk-android</artifactId>
<version>1.0.0</version>
</dependency><?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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.glideidentity</groupId>
<artifactId>glide-fe-sdk-android</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>Glide Frontend SDK for Android</name>
<description>Android client SDK for Glide Magical Auth — phone-number authentication without SMS or OTP using the Digital Credentials API.</description>
<url>https://docs.glideidentity.com/</url>
<licenses>
<license>
<name>Glide Identity Pre-Release SDK License</name>
<comments>Use of this SDK is permitted solely to enable your evaluation, integration, and testing of Glide Identity Inc.'s services. All other use is prohibited. Contact support@glideidentity.com for production licensing.</comments>
</license>
</licenses>
<developers>
<developer>
<id>glideidentity</id>
<name>Glide Identity</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/GlideIdentity/publish-fe-sdk-android.git</connection>
<developerConnection>scm:git:git@github.com:GlideIdentity/publish-fe-sdk-android.git</developerConnection>
<url>https://github.com/GlideIdentity/publish-fe-sdk-android</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.credentials</groupId>
<artifactId>credentials</artifactId>
<version>1.6.0-beta03</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.credentials</groupId>
<artifactId>credentials-play-services-auth</artifactId>
<version>1.6.0-beta03</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>