android-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.smileidentity</groupId> <artifactId>android-sdk</artifactId> <version>11.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.smileidentity</groupId> <artifactId>android-sdk</artifactId> <version>11.0.0</version> <packaging>aar</packaging> <name>Smile ID Android SDK</name> <description>The Official Smile ID Android SDK</description> <url>https://docs.usesmileid.com/integration-options/mobile/android-v10-beta</url> <licenses> <license> <name>Smile ID Terms of Use</name> <url>https://usesmileid.com/terms-and-conditions</url> <distribution>repo</distribution> </license> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>vanshg</id> <name>Vansh Gandhi</name> <email>vansh@usesmileid.com</email> <url>https://github.com/vanshg</url> <organization>Smile ID</organization> <organizationUrl>https://usesmileid.com</organizationUrl> </developer> <developer> <id>JNdhlovu</id> <name>Japhet Ndhlovu</name> <email>japhet@usesmileid.com</email> <url>https://github.com/jndhlovu</url> <organization>Smile ID</organization> <organizationUrl>https://usesmileid.com</organizationUrl> </developer> <developer> <id>jumaallan</id> <name>Juma Allan</name> <email>juma@usesmileid.com</email> <url>https://github.com/jumaallan</url> <organization>Smile ID</organization> <organizationUrl>https://usesmileid.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/smileidentity/android.git</connection> <developerConnection>scm:git:ssh://github.com/smileidentity/android.git</developerConnection> <url>https://github.com/smileidentity/android</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.sentry</groupId> <artifactId>sentry-bom</artifactId> <version>7.20.1</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>androidx.compose</groupId> <artifactId>compose-bom</artifactId> <version>2025.05.01</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi</artifactId> <version>1.15.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-collections-immutable</artifactId> <version>0.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.compose.material3</groupId> <artifactId>material3</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>2.1.21</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>3.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-moshi</artifactId> <version>3.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-scalars</artifactId> <version>3.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi-adapters</artifactId> <version>1.15.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.serjltt.moshi</groupId> <artifactId>moshi-lazy-adapters</artifactId> <version>2.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.10.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.smileidentity</groupId> <artifactId>android-security</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.16.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment-ktx</artifactId> <version>1.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment-compose</artifactId> <version>1.8.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-compose</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation-experimental</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.coil-kt</groupId> <artifactId>coil-compose</artifactId> <version>2.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>5.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.sentry</groupId> <artifactId>sentry</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-compose</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-runtime-compose</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui-text-google-fonts</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.animation</groupId> <artifactId>animation-graphics</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui-tooling-preview</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.accompanist</groupId> <artifactId>accompanist-permissions</artifactId> <version>0.37.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.ujizin</groupId> <artifactId>camposer</artifactId> <version>0.4.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.airbnb.android</groupId> <artifactId>lottie-compose</artifactId> <version>6.6.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-compose</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.8.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-location</artifactId> <version>21.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-mlkit-face-detection</artifactId> <version>17.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.mlkit</groupId> <artifactId>object-detection</artifactId> <version>17.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.tensorflow</groupId> <artifactId>tensorflow-lite</artifactId> <version>2.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.tensorflow</groupId> <artifactId>tensorflow-lite-metadata</artifactId> <version>0.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.tensorflow</groupId> <artifactId>tensorflow-lite-support</artifactId> <version>0.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.zacsweers.moshix</groupId> <artifactId>moshi-sealed-runtime</artifactId> <version>0.30.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>