Skip to content

Instantly share code, notes, and snippets.

@georgioupanayiotis
Created February 26, 2015 14:18
Show Gist options
  • Save georgioupanayiotis/812ac377556c0488b6ca to your computer and use it in GitHub Desktop.
Save georgioupanayiotis/812ac377556c0488b6ca to your computer and use it in GitHub Desktop.
Error:compileSdkVersion android-21 requires compiling with JDK 7
android {
compileSdkVersion 21
buildToolsVersion "21.0.0"
defaultConfig {
minSdkVersion 21
targetSdkVersion 21
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment