Skip to content

Commit d766a9c

Browse files
committed
Change dagger-compiler dependency from compile to provided
1 parent b77afe0 commit d766a9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:0.13.+'
6+
classpath 'com.android.tools.build:gradle:0.13.0'
77
}
88
}
99
apply plugin: 'com.android.application'
@@ -40,7 +40,7 @@ dependencies {
4040
compile 'com.android.support:appcompat-v7:21.+'
4141
compile 'com.android.support:support-v4:21.+'
4242
compile 'javax.inject:javax.inject:1@jar'
43-
compile 'com.squareup.dagger:dagger-compiler:1.2.+'
43+
provided 'com.squareup.dagger:dagger-compiler:1.2.+'
4444
compile 'com.squareup.dagger:dagger:1.2.+'
4545
compile 'com.jakewharton:butterknife:5.1.+'
4646
compile 'com.github.pedrovgs:renderers:1.1.+'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenLocal()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:0.13.+'
9+
classpath 'com.android.tools.build:gradle:0.13.0'
1010
}
1111
}
1212

0 commit comments

Comments
 (0)