ui-components
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yoti.mobile.android.common.ui</groupId>
<artifactId>ui-components</artifactId>
<version>6.12.1</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 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>com.yoti.mobile.android.common.ui</groupId>
<artifactId>ui-components</artifactId>
<version>6.12.1</version>
<packaging>aar</packaging>
<name>Yoti common UI components (classes extends Yoti widgets)</name>
<description>Yoti common UI components (classes extends Yoti widgets)</description>
<url>https://github.com/getyoti</url>
<licenses>
<license>
<name>Proprietary</name>
<url>https://www.yoti.com/wp-content/uploads/2019/08/Yoti-Doc-Scan-SDK-Terms.pdf</url>
</license>
</licenses>
<developers>
<developer>
<id>yoti-ci</id>
<name>Yoti</name>
</developer>
</developers>
<scm>
<connection>git@github.com:lampkicking/yoti-ui-android.git</connection>
<url>https://github.com/lampkicking/yoti-ui-android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.yoti.mobile.android.common.ui</groupId>
<artifactId>ui-widgets</artifactId>
<version>6.12.1</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>androidx.constraintlayout</groupId>
<artifactId>constraintlayout</artifactId>
<version>2.1.4</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.2.1</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
<version>8.11.4</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.1.1</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.17</version>
<scope>implementation</scope>
</dependency>
</dependencies>
</project>