apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.3" defaultConfig { applicationId "org.cyanogenmod.yahooweatherprovider" minSdkVersion 22 targetSdkVersion 22 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile 'com.squareup.retrofit2:retrofit:2.0.1' compile 'com.squareup.retrofit2:converter-gson:2.0.1' compile 'org.cyanogenmod:platform.sdk:5.0' compile 'com.squareup.okhttp3:okhttp:3.2.0' compile 'com.squareup.dagger:dagger-compiler:1.2.2' compile 'com.squareup.okhttp3:logging-interceptor:3.0.1' compile 'com.google.code.gson:gson:2.6.1' }