//Project apply plugin: 'android' dependencies { compile 'com.android.support:support-v4:13.0.0' compile files('libs/ksoap2-android-assembly-3.0.0-jar-with-dependencies.jar') compile files('libs/bugsense3.2.3.jar') compile files('libs/libGoogleAnalyticsV2.jar') compile project(':libraries:actionbarsherlock') } android { compileSdkVersion 17 buildToolsVersion "17.0.0" defaultConfig { minSdkVersion 8 targetSdkVersion 16 versionName '1.0' versionCode 1 } }