aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-19 13:09:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-19 13:30:46 +0200
commitda6b6e104959ea057faf523cfae5a70de7c3ee5e (patch)
treed1151820533db2dec486c4f5525e89988b879f54 /src/index.ts
parent204c10c00759b1894a786e73401ba0b25a48a715 (diff)
downloadwallet-core-da6b6e104959ea057faf523cfae5a70de7c3ee5e.tar.xz
android support skeleton
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index 6b04c7e4f..3a5cd9497 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -20,3 +20,4 @@
export { Wallet } from "./wallet";
export { runIntegrationTest } from "./headless/integrationtest";
+export { installAndroidWalletListener } from "./android";