<?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>dev.rupt.android</groupId>
  <artifactId>rupt-android</artifactId>
  <version>4.1.1</version>
  <packaging>aar</packaging>
  <name>rupt-android</name>
  <description>Device intelligence and account security for Android</description>
  <url>https://www.rupt.dev/docs/android/quick-start</url>
  <licenses>
    <license>
      <name>Business Source License 1.1</name>
      <url>https://mariadb.com/bsl11/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Akram Saleh</name>
      <email>akram@rupt.dev</email>
      <organization>Rupt</organization>
      <organizationUrl>https://www.rupt.dev</organizationUrl>
    </developer>
    <developer>
      <name>Marc Whitbread</name>
      <email>marc@rupt.dev</email>
      <organization>Rupt</organization>
      <organizationUrl>https://www.rupt.dev</organizationUrl>
    </developer>
    <developer>
      <name>Ahmed Saleh</name>
      <email>ahmed@rupt.dev</email>
      <organization>Rupt</organization>
      <organizationUrl>https://www.rupt.dev</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>https://www.rupt.dev/docs/android/quick-start</connection>
    <developerConnection>https://www.rupt.dev/docs/android/quick-start</developerConnection>
    <url>https://www.rupt.dev/docs/android/quick-start</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.12.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.webkit</groupId>
      <artifactId>webkit</artifactId>
      <version>1.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.12.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp-sse</artifactId>
      <version>4.12.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.22</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-android</artifactId>
      <version>1.7.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.7.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json</artifactId>
      <version>1.6.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
