apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.2" defaultConfig { applicationId "com.magnatune.eyecreate.companionformagnatune" minSdkVersion 15 targetSdkVersion 21 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:design:23.1.+' compile 'com.android.support:cardview-v7:23.0.+' compile 'com.heinrichreimersoftware:material-drawer:2.2.0' //Apache 2.0 compile 'io.realm:realm-android:0.85.0' //Apache 2.0 + RCBL compile 'com.squareup.picasso:picasso:2.5.2' //Apache 2.0 compile 'com.github.thorbenprimke:realm-recyclerview:0.9.7' //Apache 2.0 compile 'com.github.TonicArtos:SuperSLiM:ed0ba4b4d2' compile 'com.squareup.retrofit:retrofit:2.0.0-beta2' //Apache 2.0 compile ('com.thoughtworks.xstream:xstream:1.4.7') { //BSD exclude group: 'xmlpull' } }