Commit d5d6fb2c authored by sisbell's avatar sisbell
Browse files

Add any aar in service/libs to the build

parent f592c97a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ android {

dependencies {
    implementation project(':jsocksAndroid')
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
    implementation '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'