Add /status and /setup mailbox API call with tests

This commit is contained in:
Torsten Grote
2021-12-13 16:06:03 -03:00
parent 65be2d2b26
commit d665fc17ec
8 changed files with 350 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ buildscript {
dagger_version = "2.33"
// okhttp 3.12.x is supported until end of 2021, newer versions need minSdk 21
okhttp_version = "3.12.13"
jackson_version = "2.13.0"
tor_version = "0.3.5.17"
obfs4proxy_version = "0.0.12-dev-40245c4a"
junit_version = "4.13.2"