diff --git a/app/build.gradle b/app/build.gradle index 4b7c1b02..05932abe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,8 +4,6 @@ android { compileSdkVersion 23 buildToolsVersion "23.0.2" - sourceSets.main.jni.srcDirs = [] - defaultConfig { applicationId "org.torproject.android" minSdkVersion 9 @@ -22,7 +20,6 @@ android { } dependencies { - compile project(':jsocksAndroid') compile project(':orbotservice') compile 'com.android.support:support-v4:23.4.0' compile 'com.android.support:appcompat-v7:23.4.0' diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 34ddd609..d8296baa 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -4,6 +4,8 @@ android { compileSdkVersion 23 buildToolsVersion "23.0.3" + sourceSets.main.jni.srcDirs = [] + defaultConfig { minSdkVersion 9 targetSdkVersion 23 @@ -19,6 +21,7 @@ android { } dependencies { + compile project(':jsocksAndroid') compile 'com.android.support:appcompat-v7:23.+' compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12'