reader/android: make it easier to use the local version of android-lib

Recently, there were a few cases where I spent much time debugging
something that has been fixed in the latest go code but not yet
reflected in the published version of io.v:vanadium-android library.

This CL updates the Reader app gradle script so that it can be easily
built with the local version of vanadium-android library by passing
"-DuseLocalVanadiumLib" to the gradle command.

This also updates the vanadium-android library to v0.5, and conforms
to the API changes.

Change-Id: I33ff2756f2b12dd1a45f1114b7f2d00429aa51ec
3 files changed
tree: 220c3235c192c2cfb1ea80719697b17d0ba27bb2
  1. android/
  2. common/
  3. web/
  4. .editorconfig
  5. .gitignore
  6. .jiriignore
  7. AUTHORS
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. Makefile
  12. PATENTS
  13. README.md
  14. 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.