<?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">
  <!-- 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>io.lightine.tessera</groupId>
  <artifactId>tessera-mrz-camera-ui-android-android</artifactId>
  <version>0.5.0</version>
  <packaging>aar</packaging>
  <name>tessera-mrz-camera-ui-android</name>
  <description>Optional default Jetpack Compose UI for Android MRZ scanning in the Tessera identity-document SDK: a ready-made scanner screen (live camera, saved image, and manual entry per consumer configuration) built over the headless tessera-mrz-camera-android reading APIs. Consumers who supply their own UI do not depend on this module.</description>
  <url>https://github.com/lightine-io/tessera</url>
  <inceptionYear>2026</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>askerasadov</id>
      <name>Asker Asadov</name>
      <email>asker.asadov@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/lightine-io/tessera.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/lightine-io/tessera.git</developerConnection>
    <url>https://github.com/lightine-io/tessera</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/lightine-io/tessera/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>io.lightine.tessera</groupId>
      <artifactId>tessera-mrz-camera-core-android</artifactId>
      <version>0.5.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.compose.runtime</groupId>
      <artifactId>runtime-android</artifactId>
      <version>1.11.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.lightine.tessera</groupId>
      <artifactId>tessera-mrz-camera-android-android</artifactId>
      <version>0.5.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.compose.ui</groupId>
      <artifactId>ui-android</artifactId>
      <version>1.11.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.compose.foundation</groupId>
      <artifactId>foundation-android</artifactId>
      <version>1.11.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.compose.material3</groupId>
      <artifactId>material3-android</artifactId>
      <version>1.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.camera</groupId>
      <artifactId>camera-compose</artifactId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-runtime-compose-android</artifactId>
      <version>2.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.activity</groupId>
      <artifactId>activity-compose</artifactId>
      <version>1.13.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
