shell-sdk-vest
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.bumptechlab</groupId>
<artifactId>shell-sdk-vest</artifactId>
<version>1.0.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>io.github.bumptechlab</groupId>
<artifactId>shell-sdk-vest</artifactId>
<version>1.0.8</version>
<packaging>aar</packaging>
<name>Shell-SDK</name>
<description>This is a SDK for VN project</description>
<url>https://github.com/bumptechlab/shell-sdk</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>dev_lidazui</id>
<name>Lidazui</name>
<email>eryingzhangstrike@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:bumptechlab/shell-sdk.git</connection>
<developerConnection>scm:git@github.com:bumptechlab/shell-sdk.git</developerConnection>
<url>https://github.com/bumptechlab/shell-sdk/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.6.1</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.7.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.6.1</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>androidx.legacy</groupId>
<artifactId>legacy-support-v4</artifactId>
<version>1.0.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>androidx.multidex</groupId>
<artifactId>multidex</artifactId>
<version>2.0.1</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.github.tbruyelle</groupId>
<artifactId>rxpermissions</artifactId>
<version>0.12</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>3.3.1</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.adjust.sdk</groupId>
<artifactId>adjust-android</artifactId>
<version>4.37.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.android.installreferrer</groupId>
<artifactId>installreferrer</artifactId>
<version>2.2</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxjava</artifactId>
<version>3.1.5</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxandroid</artifactId>
<version>3.0.2</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>io.github.bumptechlab</groupId>
<artifactId>vest-core</artifactId>
<version>1.2.8</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>io.github.bumptechlab</groupId>
<artifactId>vest-shf</artifactId>
<version>1.2.8</version>
<scope>implementation</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.22</version>
<scope>implementation</scope>
</dependency>
</dependencies>
</project>