Skip to content

Commit

Permalink
Bring gradle and SDK requirements back down to 19.
Browse files Browse the repository at this point in the history
  • Loading branch information
corcoran committed Jul 4, 2014
1 parent d0f43fb commit fbea00f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Apphangar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ repositories {
}

android {
compileSdkVersion 20
buildToolsVersion '20'
compileSdkVersion 19
buildToolsVersion '19.1.0'
defaultConfig {
minSdkVersion 16
targetSdkVersion 20
targetSdkVersion 19
}
lintOptions {
abortOnError true
Expand Down

0 comments on commit fbea00f

Please sign in to comment.