<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.jakhongirmadaminov</groupId>
  <artifactId>glassmorphic-composables</artifactId>
  <version>0.0.4</version>
  <packaging>aar</packaging>
  <name>jakhongirmadaminov/glassmorphic-composables</name>
  <url>https://github.com/jakhongirmadaminov/glassmorphic-composables</url>
  <inceptionYear>2022</inceptionYear>
  <developers>
    <developer>
      <id>jakhongirmadaminov</id>
      <name>Jakhongir Madaminov</name>
      <email>jahongir9779@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/jakhongirmadaminov/glassmorphic-composables.git</connection>
    <developerConnection>scm:git://github.com/jakhongirmadaminov/glassmorphic-composables.git</developerConnection>
    <url>git://github.com/jakhongirmadaminov/glassmorphic-composables.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.shreyaspatil</groupId>
      <artifactId>capturable</artifactId>
      <version>1.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.compose.ui</groupId>
      <artifactId>ui</artifactId>
      <version>1.2.0-beta01</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.compose.material</groupId>
      <artifactId>material</artifactId>
      <version>1.2.0-beta01</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
