update README for 0.3.1.9

This commit is contained in:
n8fr8 2017-12-03 10:04:16 +05:30
parent fc10fb1a9e
commit 3b766484bf
1 changed files with 5 additions and 1 deletions

6
README
View File

@ -10,12 +10,16 @@ Please see: https://raw.githubusercontent.com/n8fr8/tor-android/master/BUILD
How to Use via Gradle
***********************************************
Add the repository your list as shown:
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'
compile 'org.torproject:tor-android-binary:0.3.1.9'
}