Upgraded Gradle to 2.13, added local Maven repo.

This commit is contained in:
akwizgran
2016-05-12 13:36:34 +01:00
parent af1f267d4b
commit ec083d617e
8 changed files with 13 additions and 31 deletions

View File

@@ -4,10 +4,6 @@ targetCompatibility = 1.6
apply plugin: 'witness'
repositories {
jcenter()
}
dependencies {
compile "com.google.dagger:dagger:2.0.2"
compile 'com.google.dagger:dagger-compiler:2.0.2'