<?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>com.aiuta</groupId>
  <artifactId>fashionsdk-tryon-compose-android</artifactId>
  <version>4.3.5</version>
  <packaging>aar</packaging>
  <name>fashionsdk-tryon-compose</name>
  <description>An Aiuta try on generation multiplatform library.</description>
  <url>https://github.com/aiuta-com/android-sdk</url>
  <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>MishkaV</id>
      <name>Mikhail Vorozhtcov</name>
      <email>mike.vorozhtcov@aiuta.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/aiuta-com/aiuta-android-sdk</connection>
    <developerConnection>scm:git:ssh://git@github.com/aiuta-com/aiuta-android-sdk</developerConnection>
    <url>https://github.com/aiuta-com/aiuta-android-sdk</url>
  </scm>
  <issueManagement>
    <url>https://github.com/aiuta-com/android-sdk/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.aiuta</groupId>
      <artifactId>fashionsdk-compose-core-android</artifactId>
      <version>4.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.aiuta</groupId>
      <artifactId>fashionsdk-configuration-android</artifactId>
      <version>4.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.aiuta</groupId>
      <artifactId>fashionsdk-tryon-core-android</artifactId>
      <version>4.3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.3.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.17.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.activity</groupId>
      <artifactId>activity-compose</artifactId>
      <version>1.12.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.compose.ui</groupId>
      <artifactId>ui-unit-android</artifactId>
      <version>1.10.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-okhttp-jvm</artifactId>
      <version>3.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.icerock.moko</groupId>
      <artifactId>permissions-camera-android</artifactId>
      <version>0.20.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.icerock.moko</groupId>
      <artifactId>permissions-gallery-android</artifactId>
      <version>0.20.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.icerock.moko</groupId>
      <artifactId>permissions-compose-android</artifactId>
      <version>0.20.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.paging</groupId>
      <artifactId>paging-compose-android</artifactId>
      <version>3.4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.coil-kt.coil3</groupId>
      <artifactId>coil-compose-android</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.coil-kt.coil3</groupId>
      <artifactId>coil-network-ktor3-android</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.eygraber</groupId>
      <artifactId>compose-placeholder-android</artifactId>
      <version>1.0.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.chrisbanes.haze</groupId>
      <artifactId>haze-android</artifactId>
      <version>1.7.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>atomicfu-jvm</artifactId>
      <version>0.31.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-datetime-jvm</artifactId>
      <version>0.7.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-runtime-android</artifactId>
      <version>2.8.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <artifactId>room-paging-android</artifactId>
      <version>2.8.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.androidx.lifecycle</groupId>
      <artifactId>lifecycle-common</artifactId>
      <version>2.9.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.compose.material</groupId>
      <artifactId>material</artifactId>
      <version>1.10.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.compose.ui</groupId>
      <artifactId>ui-backhandler-android</artifactId>
      <version>1.10.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.sqlite</groupId>
      <artifactId>sqlite-bundled-android</artifactId>
      <version>2.6.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.aiuta</groupId>
      <artifactId>fashionsdk-analytics-events-android</artifactId>
      <version>4.3.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.aiuta</groupId>
      <artifactId>fashionsdk-compose-uikit-android</artifactId>
      <version>4.3.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.aiuta</groupId>
      <artifactId>fashionsdk-internal-analytics-android</artifactId>
      <version>4.3.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.aiuta</groupId>
      <artifactId>fashionsdk-internal-navigation-android</artifactId>
      <version>4.3.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
