android { compileSdkVersion 21 buildToolsVersion ANDROID_BUILD_TOOLS_VERSION //compileOptions.encoding = 'windows-1254' defaultConfig { minSdkVersion ANDROID_BUILD_MIN_SDK_VERSION targetSdkVersion ANDROID_BUILD_TARGET_SDK_VERSION multiDexEnabled true } dexOptions { //incremental true javaMaxHeapSize "2048M" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } repositories { maven { url "http://maven.seamlessapi.com:8081/nexus/content/repositories/releases/" } } dependencies { compile files('libs/picasso-2.5.2.jar') compile project(':Libraries:CropImageLib') compile project(':Libraries:facebook-android') compile project(':Libraries:NineOldLibs') compile project(':Libraries:SlidingMenu') compile files('libs/JTransforms-3.0.jar') compile files('libs/JLargeArrays-1.2.jar') compile files('libs/gdata-core-1.0.jar') compile 'com.android.support:recyclerview-v7:+' compile 'com.android.support:support-v4:18.0.+' compile 'com.android.support:appcompat-v7:18.0.+' compile 'com.goseamless:seamless:2.4.0' compile 'com.android.support:multidex:1.0.1' }