Commit 2d356994 authored by sisbell's avatar sisbell
Browse files

Add slf4j dependencies to service project

parent 9c4c1a33
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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'