apply plugin: 'com.android.application' android { compileSdkVersion 22 buildToolsVersion "22.0.1" defaultConfig { applicationId "com.joinmarrow.marrow" minSdkVersion 19 targetSdkVersion 19 versionCode 4 //converges on pi/3 versionName "1.0471" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7 } } dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'us.monoid.web:resty:0.3.2' compile 'org.jdeferred:jdeferred-android-aar:1.2.3' compile 'com.google.android.gms:play-services:7.0.0' compile 'com.android.support:support-v4:22.0.0' compile 'com.android.support:appcompat-v7:21.0.+' compile 'com.android.support:cardview-v7:21.0.+' compile 'com.android.support:recyclerview-v7:21.0.+' }