shell-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.bumptechlab</groupId>
<artifactId>shell-sdk</artifactId>
<version>1.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.bumptechlab</groupId>
<artifactId>shell-sdk</artifactId>
<version>1.0.3</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>
<inceptionYear>2023</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
</license>
</licenses>
<developers>
<developer>
<id>dev_lidazui</id>
<name>Lidazui</name>
<url>https://github.com/bumptechlab</url>
</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</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.22</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.legacy</groupId>
<artifactId>legacy-support-v4</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.multidex</groupId>
<artifactId>multidex</artifactId>
<version>2.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.tbruyelle</groupId>
<artifactId>rxpermissions</artifactId>
<version>0.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>3.3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.adjust.sdk</groupId>
<artifactId>adjust-android</artifactId>
<version>4.37.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.android.installreferrer</groupId>
<artifactId>installreferrer</artifactId>
<version>2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxjava</artifactId>
<version>3.1.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxandroid</artifactId>
<version>3.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.security</groupId>
<artifactId>security-crypto</artifactId>
<version>1.1.0-alpha06</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.security</groupId>
<artifactId>security-identity-credential</artifactId>
<version>1.0.0-alpha03</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>biometric</artifactId>
<groupId>androidx.biometric</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>androidx.security</groupId>
<artifactId>security-app-authenticator</artifactId>
<version>1.0.0-alpha02</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.bumptechlab</groupId>
<artifactId>vest-core</artifactId>
<version>0.10.15</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.bumptechlab</groupId>
<artifactId>vest-shf</artifactId>
<version>0.10.15</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.megatronking.stringfog</groupId>
<artifactId>interface</artifactId>
<version>4.0.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>