<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- 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>io.github.dot166</groupId>
  <artifactId>SettingsLibDataStore</artifactId>
  <version>104.2.1</version>
  <packaging>aar</packaging>
  <name>SettingsLibDataStore</name>
  <description>SettingsLib from GrapheneOS</description>
  <url>https://github.com/dot166/platform_frameworks_base/tree/16-qpr1/packages/SettingsLib</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>Apache License</name>
      <url>https://choosealicense.com/licenses/apache-2.0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dot166</id>
      <name>._______166</name>
      <url>https://dot166.github.io</url>
    </developer>
    <developer>
      <id>graphene</id>
      <name>GrapheneOS</name>
      <url>https://grapheneos.org</url>
    </developer>
    <developer>
      <id>aosp</id>
      <name>The Android Open Source Project</name>
      <url>https://source.android.com</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/dot166/platform_frameworks_base.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/dot166/platform_frameworks_base.git</developerConnection>
    <url>https://github.com/dot166/platform_frameworks_base</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>androidx.collection</groupId>
      <artifactId>collection-ktx</artifactId>
      <version>1.5.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.core</groupId>
      <artifactId>core-ktx</artifactId>
      <version>1.17.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>33.5.0-android</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.2.21</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
