[guardian-dev] Orbot v16.0.0 alpha 1 is up

Nathan of Guardian nathan at guardianproject.info
Wed Dec 13 16:01:21 EST 2017


Greetings from the Mozilla All-Hands dev meeting in Austin, TX. I always
enjoy coming to these because it makes me focus on Orbot and Orfox for a
few days, thus the updates to Orfox and now Orbot I am posting.

I've tagged and posted an early build of the next big Orbot update:

https://github.com/n8fr8/orbot/releases/tag/16.0.0-ALPHA-1

The focus on the v16 update is to make using the VPN feature easier and
more obvious, as well as helping people use and discover bridges. We
will be incorporating work from the new Onion Browser v2 onboarding
experience, and trying to incorporate best practices from popular VPN
apps, as well.

Other than the new UI, the big difference is that Orbot now incorporate
the tor binaries through a Gradle dependency. This build is updated to
the latest Tor 0.3.1.9 release.

https://github.com/n8fr8/tor-android

repositories {
        maven { url
"https://raw.githubusercontent.com/guardianproject/gpmaven/master" }
    }

and then add the dependency, setting it to the latest version (or any
version) we have made available, as a release:

dependencies {
    compile 'org.torproject:tor-android-binary:0.3.1.9'
}

Thanks for any help or feedback!

+n


More information about the guardian-dev mailing list