mobileConsent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ai.secureprivacy.sdk</groupId>
<artifactId>mobileConsent</artifactId>
<version>0.2.5-beta</version>
</dependency><?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>ai.secureprivacy.sdk</groupId>
<artifactId>mobileConsent</artifactId>
<version>0.2.5-beta</version>
<packaging>aar</packaging>
<name>SPMobileConsent</name>
<description>The Secure Privacy Consent Management SDK provides developers with an easy way to manage user consent within their applications.</description>
<url>https://docs.secureprivacy.ai/guides/mobile/android-sdk/</url>
<licenses>
<license>
<name>Copyright (C) Secure Privacy - All Rights Reserved</name>
<url>https://secureprivacy.ai</url>
</license>
</licenses>
<developers>
<developer>
<id>SecurePrivacy</id>
<name>Secure Privacy</name>
<email>hello@secureprivacy.ai</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://source.secureprivacy.ai/mobile/android-sdk.git</connection>
<developerConnection>scm:git:ssh://source.secureprivacy.ai/mobile/android-sdk</developerConnection>
<url>https://docs.secureprivacy.ai/guides/mobile/android-sdk/</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.12.0</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-gson</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-scalars</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>androidx.security</groupId>
<artifactId>security-crypto-ktx</artifactId>
<version>1.1.0-alpha06</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>viewbinding</artifactId>
<version>8.7.2</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.24</version>
<scope>compile</scope>
<optional>false</optional>
</dependency>
</dependencies>
</project>