Loading service/build.gradle +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ dependencies { sdkVer26Implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'net.freehaven.tor.control:jtorctl:0.2' implementation 'org.torproject:tor-android-binary:0.3.5.6-rc' implementation 'org.slf4j:slf4j-api:1.7.25' implementation 'org.slf4j:slf4j-android:1.7.25' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' Loading Loading
service/build.gradle +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ dependencies { sdkVer26Implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'net.freehaven.tor.control:jtorctl:0.2' implementation 'org.torproject:tor-android-binary:0.3.5.6-rc' implementation 'org.slf4j:slf4j-api:1.7.25' implementation 'org.slf4j:slf4j-android:1.7.25' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' Loading