use latest appcompat and build tools, add dagger pin

// FREEBIE
This commit is contained in:
Jake McGinty
2014-11-18 17:01:34 -08:00
parent 174324e2a0
commit 8fa2f92a91
4 changed files with 16 additions and 15 deletions

View File

@@ -1,13 +1,13 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 20
buildToolsVersion "20.0.0"
compileSdkVersion 21
buildToolsVersion '21.1.1'
defaultConfig {
applicationId "org.whispersystems.jobqueue"
minSdkVersion 9
targetSdkVersion 19
targetSdkVersion 21
versionCode 1
versionName "1.0"
}