substrate-sdk-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.nova-wallet</groupId>
<artifactId>substrate-sdk-android</artifactId>
<version>2.4.0</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.nova-wallet</groupId>
<artifactId>substrate-sdk-android</artifactId>
<version>2.4.0</version>
<packaging>aar</packaging>
<name>substrate-sdk-android</name>
<description>Nova Substrate SDK is a native Android library to help developers build native mobile apps for Substrate-based networks, e.g. Polkadot, Kusama & parachains</description>
<url>https://github.com/nova-wallet/substrate-sdk-android</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>valentun</id>
<name>Valentun Sergeev</name>
<email>valentun@novawallet.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/nova-wallet/substrate-sdk-android.git</connection>
<developerConnection>scm:git:https://github.com/nova-wallet/substrate-sdk-android.git</developerConnection>
<url>https://github.com/nova-wallet/substrate-sdk-android</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.6.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.65</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
<version>0.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.caverock</groupId>
<artifactId>androidsvg-aar</artifactId>
<version>1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-websocket-client</artifactId>
<version>2.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.novacrypto</groupId>
<artifactId>SecureString</artifactId>
<version>2022.01.17</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>crypto</artifactId>
<version>4.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.eclipse.birt.runtime.3_7_1</groupId>
<artifactId>org.apache.xerces</artifactId>
<version>2.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
<version>1.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.4.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.NovaCrypto</groupId>
<artifactId>BIP39</artifactId>
<version>0e7fa95f80</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>ToRuntime</artifactId>
<groupId>io.github.novacrypto</groupId>
</exclusion>
<exclusion>
<artifactId>SHA256</artifactId>
<groupId>io.github.novacrypto</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.NovaCrypto</groupId>
<artifactId>Sha256</artifactId>
<version>57bed72da5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>ToRuntime</artifactId>
<groupId>io.github.novacrypto</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.NovaCrypto</groupId>
<artifactId>ToRuntime</artifactId>
<version>c3ae3080eb</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>