apply plugin: 'com.android.application' android { compileSdkVersion 15 buildToolsVersion "23.0.3" defaultConfig { applicationId "org.pjsip.pjsua2.app" minSdkVersion 11 targetSdkVersion 15 ndk { moduleName "libpjsua2" } externalNativeBuild { cmake { arguments "-DANDROID_STL=c++_shared" } } } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } }