<?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>cn.dailystudio</groupId>
  <artifactId>devbricksx</artifactId>
  <version>2.0.1</version>
  <packaging>aar</packaging>
  <name>devbricksx</name>
  <description>DevBricks eXetrems</description>
  <url>https://github.com/dailystudio/devbricksx-android</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dailystudio</id>
      <name>dailystudio</name>
      <email>dailystudio2020@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:dailystudio/devbricksx-android.git</connection>
    <developerConnection>scm:git@github.com:dailystudio/devbricksx-android.git</developerConnection>
    <url>https://github.com/dailystudio/devbricksx-android.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.appcompat</groupId>
      <version>1.7.0</version>
      <artifactId>appcompat</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.paging</groupId>
      <version>3.3.1</version>
      <artifactId>paging-runtime-ktx</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <version>2.6.1</version>
      <artifactId>room-runtime</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <version>2.6.1</version>
      <artifactId>room-ktx</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.room</groupId>
      <version>2.6.1</version>
      <artifactId>room-paging</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <version>2.8.7</version>
      <artifactId>lifecycle-viewmodel-ktx</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <version>2.8.7</version>
      <artifactId>lifecycle-runtime-ktx</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <version>2.8.7</version>
      <artifactId>lifecycle-common-java8</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.lifecycle</groupId>
      <version>2.8.7</version>
      <artifactId>lifecycle-livedata-ktx</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.multidex</groupId>
      <version>2.0.1</version>
      <artifactId>multidex</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.android.material</groupId>
      <version>1.12.0</version>
      <artifactId>material</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.albfernandez</groupId>
      <version>2.3.2</version>
      <artifactId>juniversalchardet</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <version>2.10.1</version>
      <artifactId>gson</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cn.dailystudio</groupId>
      <version>2.0.1</version>
      <artifactId>devbricksx-annotations</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <version>2.0.21</version>
      <artifactId>kotlin-stdlib-jdk7</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <version>1.15.0</version>
      <artifactId>core-ktx</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
