Skip to content

Commit

Permalink
Language level
Browse files Browse the repository at this point in the history
  • Loading branch information
DHuckaby committed Jan 2, 2014
1 parent 45eba9a commit c70ab21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ android {
compileSdkVersion 19
buildToolsVersion "19"

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}

defaultConfig {
minSdkVersion 9
targetSdkVersion 19
Expand Down

0 comments on commit c70ab21

Please sign in to comment.