<?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.ensody.reactivestate</groupId>
  <artifactId>reactivestate-compose-android-debug</artifactId>
  <version>4.4.0</version>
  <packaging>aar</packaging>
  <name>ReactiveState: reactivestate-compose</name>
  <description>Easy reactive state management for Kotlin Multiplatform. No boilerplate. Compatible with Android.</description>
  <url>https://ensody.github.io/ReactiveState-Kotlin/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>wkornewald</id>
      <name>Waldemar Kornewald</name>
      <organization>Ensody GmbH</organization>
      <organizationUrl>https://www.ensody.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/ensody/ReactiveState-Kotlin.git</connection>
    <developerConnection>scm:git:ssh://github.com/ensody/ReactiveState-Kotlin.git</developerConnection>
    <url>https://github.com/ensody/ReactiveState-Kotlin</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>androidx.lifecycle</groupId>
        <artifactId>lifecycle-common-java8</artifactId>
        <version>2.3.1</version>
      </dependency>
      <dependency>
        <groupId>androidx.lifecycle</groupId>
        <artifactId>lifecycle-service</artifactId>
        <version>2.3.1</version>
      </dependency>
      <dependency>
        <groupId>androidx.lifecycle</groupId>
        <artifactId>lifecycle-process</artifactId>
        <version>2.3.1</version>
      </dependency>
      <dependency>
        <groupId>androidx.compose.foundation</groupId>
        <artifactId>foundation</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.compose.ui</groupId>
        <artifactId>ui</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.compose.animation</groupId>
        <artifactId>animation</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.compose.material</groupId>
        <artifactId>material</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>androidx.compose.ui</groupId>
        <artifactId>ui-tooling</artifactId>
        <version>1.1.0-alpha05</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>kotlinx-coroutines-bom</artifactId>
        <version>1.5.2</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>androidx.annotation</groupId>
      <artifactId>annotation</artifactId>
      <version>1.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.activity</groupId>
      <artifactId>activity-ktx</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.fragment</groupId>
      <artifactId>fragment-ktx</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-runtime-ktx</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-livedata-ktx</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-service</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-viewmodel-ktx</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.activity</groupId>
      <artifactId>activity-compose</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <artifactId>lifecycle-viewmodel-compose</artifactId>
      <version>1.0.0-alpha07</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.compose.runtime</groupId>
      <artifactId>runtime</artifactId>
      <version>1.1.0-alpha05</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.5.31</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.ensody.reactivestate</groupId>
      <artifactId>reactivestate-android-debug</artifactId>
      <version>4.4.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
