yvos.android
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>co.youverify</groupId> <artifactId>yvos.android</artifactId> <version>1.1.4</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>co.youverify</groupId> <artifactId>yvos.android</artifactId> <version>1.1.4</version> <packaging>aar</packaging> <name>yvos.android</name> <description>The Yoverify Android SDK is a software development kit (SDK) designed to provide developers with a seamless integration of Yoverify's verification services into their Android applications. Yoverify is a platform that offers various identity verification and authentication solutions, and the Android SDK enables developers to easily incorporate these features into their mobile apps.</description> <url>https://github.com/YouverifyHQ/youverify-android-sdk</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>YouverifyHQ</id> <name>Famous Ehichioya</name> <email>developer@youverify.co</email> </developer> </developers> <scm> <connection>scm:git:github.com/YouverifyHQ/youverify-android-sdk.git</connection> <developerConnection>scm:git:ssh://github.com/YouverifyHQ/youverify-android-sdk.git</developerConnection> <url>https://github.com/YouverifyHQ/youverify-android-sdk.git</url> </scm> <dependencies> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.legacy</groupId> <artifactId>legacy-support-v4</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-livedata-ktx</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-fragment-ktx</artifactId> <version>2.5.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-ui-ktx</artifactId> <version>2.5.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>5.0.0-alpha.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>5.0.0-alpha.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.dagger</groupId> <artifactId>dagger</artifactId> <version>2.44.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.webkit</groupId> <artifactId>webkit</artifactId> <version>1.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-compose</artifactId> <version>1.7.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui-tooling-preview</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.material3</groupId> <artifactId>material3-android</artifactId> <version>1.2.0-alpha02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.animation</groupId> <artifactId>animation</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.foundation</groupId> <artifactId>foundation</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.runtime</groupId> <artifactId>runtime</artifactId> <version>1.4.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.afollestad.material-dialogs</groupId> <artifactId>core</artifactId> <version>3.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-mlkit-document-scanner</artifactId> <version>16.0.0-beta1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.mlkit</groupId> <artifactId>barcode-scanning</artifactId> <version>17.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.mlkit</groupId> <artifactId>face-detection</artifactId> <version>16.1.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.mlkit</groupId> <artifactId>text-recognition</artifactId> <version>16.0.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>androidx.preference</groupId> <artifactId>preference-ktx</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>glide</artifactId> <version>4.14.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.intuit.sdp</groupId> <artifactId>sdp-android</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.intuit.ssp</groupId> <artifactId>ssp-android</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>