<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>tech.thessemaj.deviceintelligence</groupId>
  <artifactId>tech.thessemaj.deviceintelligence.gradle.plugin</artifactId>
  <version>2.2.0</version>
  <packaging>pom</packaging>
  <name>DeviceIntelligence Gradle plugin</name>
  <description>Gradle plugin half of DeviceIntelligence. Wires per-variant fingerprint baking + manifest injection at build time, and auto-applies the matching DeviceIntelligence runtime AAR so consumers integrate with a single plugin id and one repo entry.</description>
  <url>https://github.com/iamjosephmj/DeviceIntelligence</url>
  <licenses>
    <license>
      <name>Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)</name>
      <url>https://creativecommons.org/licenses/by-nd/4.0/legalcode</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>iamjosephmj</id>
      <name>Joseph James</name>
      <url>https://github.com/iamjosephmj</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/iamjosephmj/DeviceIntelligence.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/iamjosephmj/DeviceIntelligence.git</developerConnection>
    <url>https://github.com/iamjosephmj/DeviceIntelligence</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>tech.thessemaj</groupId>
      <artifactId>deviceintelligence-gradle</artifactId>
      <version>2.2.0</version>
    </dependency>
  </dependencies>
</project>
