Maven Central: io.github.nova-wallet.substrate-sdk-android:core:2.11.3

Overview

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.

Snippets

Maven Dependency

<dependency>
    <groupId>io.github.nova-wallet.substrate-sdk-android</groupId>
    <artifactId>core</artifactId>
    <version>2.11.3</version>
</dependency>

Maven POM File

<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.nova-wallet.substrate-sdk-android</groupId>
  <artifactId>core</artifactId>
  <version>2.11.3</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 &amp; 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-stdlib</artifactId>
      <version>2.2.21</version>
      <scope>compile</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>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </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>
          <groupId>io.github.novacrypto</groupId>
          <artifactId>ToRuntime</artifactId>
        </exclusion>
        <exclusion>
          <groupId>io.github.novacrypto</groupId>
          <artifactId>SHA256</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.NovaCrypto</groupId>
      <artifactId>Sha256</artifactId>
      <version>57bed72da5</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.novacrypto</groupId>
          <artifactId>ToRuntime</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.NovaCrypto</groupId>
      <artifactId>ToRuntime</artifactId>
      <version>c3ae3080eb</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>

Metadata

Organization

io.github.nova-wallet.substrate-sdk-android

External Resources

Known Contributors