devrev-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ai.devrev.sdk</groupId>
<artifactId>devrev-sdk</artifactId>
<version>2.3.8</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.devrev.sdk</groupId>
<artifactId>devrev-sdk</artifactId>
<version>2.3.8</version>
<packaging>aar</packaging>
<name>DevRev SDK</name>
<description>DevRev SDK for Android. Fast integration of DevRev into your Android application.</description>
<url>https://github.com/devrev/devrev-sdk-android</url>
<inceptionYear>2023</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/devrev/devrev-sdk-android/blob/main/LICENSE</url>
<distribution>https://github.com/devrev/devrev-sdk-android/blob/main/LICENSE</distribution>
</license>
</licenses>
<developers>
<developer>
<id>dbreskvar</id>
<name>David Breskvar</name>
<url>https://github.com/dbreskvar/</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/devrev/devrev-sdk-android.git</connection>
<developerConnection>scm:git:ssh://git@github.com:devrev/devrev-sdk-android.git</developerConnection>
<url>https://github.com/devrev/devrev-sdk-android.git</url>
</scm>
<dependencies>
<dependency>
<groupId>ai.devrev.sdk</groupId>
<artifactId>observability</artifactId>
<version>2.3.8</version>
</dependency>
<dependency>
<groupId>ai.devrev.sdk</groupId>
<artifactId>observability-compose</artifactId>
<version>2.3.8</version>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>androidx.webkit</groupId>
<artifactId>webkit</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core</artifactId>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-okhttp</artifactId>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-content-negotiation</artifactId>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-kotlinx-json</artifactId>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-logging</artifactId>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.6.4</version>
</dependency>
</dependencies>
</project>