Move targetSdkVersion back down to 19.

// FREEBIE
master
Moxie Marlinspike 2014-11-20 15:58:32 -08:00
parent 60737bdd7b
commit 1cb191a6ee
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 21
targetSdkVersion 19
}
compileOptions {

View File

@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "org.whispersystems.jobqueue"
minSdkVersion 9
targetSdkVersion 21
targetSdkVersion 19
versionCode 1
versionName "1.0"
}