MVN

com.ioki.sentry.proguard : com.ioki.sentry.proguard.gradle.plugin

Maven & Gradle

Dec 19, 2023
0 stars

SentryProguardGradlePlugin · A Gradle plugin that generated UUIDs, add it to your AndroidManifest.xml and uploads the UUID together with the generated mapping file to Sentry.

<dependency>
    <groupId>com.ioki.sentry.proguard</groupId>
    <artifactId>com.ioki.sentry.proguard.gradle.plugin</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ioki.sentry.proguard : com.ioki.sentry.proguard.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.ioki.sentry.proguard : com.ioki.sentry.proguard.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
com.ioki.sentry.proguard.gradle.plugin-2.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.ioki.sentry.proguard</groupId>
    <artifactId>com.ioki.sentry.proguard.gradle.plugin</artifactId>
    <version>2.2.0</version>
</dependency>