<?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>com.bytehide.shield</groupId>
  <artifactId>shield-java-gradle-plugin</artifactId>
  <version>1.1.6</version>
  <name>ByteHide Shield Gradle Plugin</name>
  <description>Code obfuscation and protection plugin for Java and Android applications.</description>
  <url>https://bytehide.com/products/shield</url>
  <licenses>
    <license>
      <name>Proprietary</name>
      <url>https://bytehide.com/terms</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bytehide</id>
      <name>ByteHide</name>
      <email>support@bytehide.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/bytehide/shield-jvm</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-stdlib</artifactId>
        <version>2.2.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
