Skip to content

Commit

Permalink
Added min sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
DHuckaby committed Jan 2, 2014
1 parent a290454 commit aeb4bbc
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 @@ -23,6 +23,11 @@ android {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}

defaultConfig {
minSdkVersion 9
targetSdkVersion 19
}
}

dependencies {
Expand Down

0 comments on commit aeb4bbc

Please sign in to comment.