apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.2" sourceSets.main.jni.srcDirs = [] defaultConfig { applicationId "org.torproject.android" minSdkVersion 9 targetSdkVersion 23 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } 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' }