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

@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'com.android.tools.build:gradle:0.14.2'
}
}
@@ -28,8 +28,8 @@ dependencies {
}
android {
compileSdkVersion 19
buildToolsVersion '19.1.0'
compileSdkVersion 21
buildToolsVersion '21.1.1'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7