<?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>io.github.didi.dokit</groupId>
  <artifactId>dokitx-mc</artifactId>
  <version>3.6.1</version>
  <packaging>aar</packaging>
  <name>dokitx-mc</name>
  <description>DoKit is an efficiency platform for the entire life cycle of general front-end product research and development.</description>
  <url>https://github.com/didi/DoraemonKit</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>OrangeLab</id>
      <name>Orange Lab</name>
      <email>orange-lab@didiglobal.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/didi/DoraemonKit.git</connection>
    <developerConnection>scm:git:ssh://github.com/didi/DoraemonKit.git</developerConnection>
    <url>https://github.com/didi/DoraemonKit/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.3.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.fragment</groupId>
      <artifactId>fragment-ktx</artifactId>
      <version>1.3.5</version>
    </dependency>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <artifactId>appcompat</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.cardview</groupId>
      <artifactId>cardview</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.recyclerview</groupId>
      <artifactId>recyclerview</artifactId>
      <version>1.1.0</version>
    </dependency>
    <dependency>
      <groupId>androidx.fragment</groupId>
      <artifactId>fragment</artifactId>
      <version>1.3.5</version>
    </dependency>
    <dependency>
      <groupId>com.google.zxing</groupId>
      <artifactId>core</artifactId>
      <version>3.3.0</version>
    </dependency>
    <dependency>
      <groupId>com.swift.sandhook</groupId>
      <artifactId>hooklib</artifactId>
      <version>4.2.0</version>
    </dependency>
    <dependency>
      <groupId>com.swift.sandhook</groupId>
      <artifactId>nativehook</artifactId>
      <version>4.2.0</version>
    </dependency>
    <dependency>
      <groupId>com.swift.sandhook</groupId>
      <artifactId>xposedcompat</artifactId>
      <version>4.2.0</version>
    </dependency>
    <dependency>
      <groupId>com.android.volley</groupId>
      <artifactId>volley</artifactId>
      <version>1.1.1</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-websockets</artifactId>
      <version>1.5.4</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-websockets</artifactId>
      <version>1.5.4</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-server-cio</artifactId>
      <version>1.5.4</version>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-cio</artifactId>
      <version>1.5.4</version>
    </dependency>
    <dependency>
      <groupId>io.github.didi.dokit</groupId>
      <artifactId>dokitx</artifactId>
      <version>3.6.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.auto.service</groupId>
      <artifactId>auto-service</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>
</project>
