Skip to content

Commit

Permalink
use the tor 0.4.1.5-rc build
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 29, 2019
1 parent a479cc9 commit 9f88106
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions orbotservice/build.gradle
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 16111000
versionName '16.1.1-BETA-2-tor-0.4.1-5-rc-orbotservice'
versionCode 41500000
versionName 'tor-0.4.1-5-rc-orbotservice'
archivesBaseName = "OrbotService-$versionName"

}
Expand All @@ -41,9 +41,9 @@ android {

dependencies {

implementation 'com.android.support:support-v4:28.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

implementation 'org.torproject:tor-android-binary:0.4.1.5'
implementation 'org.torproject:tor-android-binary:0.4.1.5-rc'
implementation 'info.pluggabletransports.aptds:apt-dispatch-library:1.0.7'
implementation 'info.pluggabletransports.aptds:apt-meek-obfs4-legacy:1.0.7'
implementation 'info.pluggabletransports.aptds:jsocksAndroid:1.0.4'
Expand Down

0 comments on commit 9f88106

Please sign in to comment.