imx-wallet-sdk-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.immutable.wallet</groupId> <artifactId>imx-wallet-sdk-android</artifactId> <version>0.6.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>com.immutable.wallet</groupId> <artifactId>imx-wallet-sdk-android</artifactId> <version>0.6.0</version> <packaging>aar</packaging> <name>Immutable X Wallet SDK Android</name> <description>The Immutable X Wallet SDK for Android is deprecated. To build apps with Immutable, please use https://github.com/immutable/ts-immutable-sdk</description> <url>http://github.com/immutable/imx-wallet-sdk-android/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>immutable</id> <name>Immutable</name> <url>https://github.com/immutable/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/immutable/imx-wallet-sdk-android.git</connection> <developerConnection>scm:git:ssh://github.com:immutable/imx-wallet-sdk-android.git</developerConnection> <url>http://github.com/immutable/imx-wallet-sdk-android/</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.7.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.immutable.sdk</groupId> <artifactId>imx-core-sdk-kotlin-jvm</artifactId> <version>1.0.0-beta.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.WalletConnect</groupId> <artifactId>kotlin-walletconnect-lib</artifactId> <version>0.9.8</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>org.bouncycastle</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi</artifactId> <version>1.13.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi-kotlin</artifactId> <version>1.13.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.web3j</groupId> <artifactId>core</artifactId> <version>5.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.security</groupId> <artifactId>security-crypto</artifactId> <version>1.1.0-alpha04</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.browser</groupId> <artifactId>browser</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>