walletkit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.reown</groupId> <artifactId>walletkit</artifactId> <version>1.3.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>com.reown</groupId> <artifactId>walletkit</artifactId> <version>1.3.3</version> <packaging>aar</packaging> <name>Reown walletkit</name> <description>walletkit SDK for Reown</description> <url>https://github.com/reown-com/reown-kotlin</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> <license> <name>SQLCipher Community Edition</name> <url>https://www.zetetic.net/sqlcipher/license/</url> </license> </licenses> <developers> <developer> <id>KotlinSDKTeam</id> <name>Reown Kotlin</name> <email>mobile@reown.com </email> </developer> </developers> <scm> <connection>scm:git:git://github.com/reown-com/reown-kotlin.git</connection> <developerConnection>scm:git:ssh://github.com/reown-com/reown-kotlin.git</developerConnection> <url>https://github.com/reown-com/reown-kotlin</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>com.google.firebase</groupId> <artifactId>firebase-bom</artifactId> <version>33.3.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.24</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.reown</groupId> <artifactId>android-core</artifactId> <version>1.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.reown</groupId> <artifactId>sign</artifactId> <version>1.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>5.15.0</version> <type>aar</type> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.reown-com</groupId> <artifactId>yttrium</artifactId> <version>0.9.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.firebase</groupId> <artifactId>firebase-messaging</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>