apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "25.0.2" defaultConfig { applicationId "org.lineageos.yahooweatherprovider" minSdkVersion 23 targetSdkVersion 25 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } lintOptions.disable 'MissingTranslation' } dependencies { compile 'com.squareup.retrofit2:retrofit:2.0.1' compile 'com.squareup.retrofit2:converter-gson:2.0.1' compile 'org.cyanogenmod:platform.sdk:5.+' 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.7' }