reader/android: use vanadium-android lib v0.2

This CL updates the gradle script to use io.v:vanadium-android:0.2.
For now, all the vanadium API calls that return a ListenableFuture
are wrapped in sync(), in order to preserve the behaviors.

In the future, the code should be modified to take advantage of the
asynchronous APIs.

Change-Id: I4571aea64a328c328365bbbf0f426fbbc275d628
2 files changed
tree: a7e24b43f9c24afe0a0aeff4a8a90158b16c4ecd
  1. android/
  2. common/
  3. web/
  4. .gitignore
  5. .jiriignore
  6. AUTHORS
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. LICENSE
  10. Makefile
  11. PATENTS
  12. README.md
  13. VERSION
README.md

Reader

An example multi-device PDF reader built using Vanadium on both the web and Android platforms. The web version requires use of the Vanadium Chrome extension.

All apps exchange information using Syncbase. Details of the various projects can be found in their respective directories.