apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion '25.0.2' defaultConfig { applicationId "com.bignerdranch.android.mockwalker" minSdkVersion 16 targetSdkVersion 25 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:25.3.0' compile 'com.google.android.gms:play-services-location:6.5.87' compile 'com.jakewharton:butterknife:6.1.0' compile 'io.reactivex:rxjava:1.0.8' }