File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
mavenCentral()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:0.13.+ '
6
+ classpath ' com.android.tools.build:gradle:0.13.0 '
7
7
}
8
8
}
9
9
apply plugin : ' com.android.application'
@@ -40,7 +40,7 @@ dependencies {
40
40
compile ' com.android.support:appcompat-v7:21.+'
41
41
compile ' com.android.support:support-v4:21.+'
42
42
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.+'
44
44
compile ' com.squareup.dagger:dagger:1.2.+'
45
45
compile ' com.jakewharton:butterknife:5.1.+'
46
46
compile ' com.github.pedrovgs:renderers:1.1.+'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
mavenLocal()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:0.13.+ '
9
+ classpath ' com.android.tools.build:gradle:0.13.0 '
10
10
}
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments