File tree 5 files changed +11
-5
lines changed
5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ buildscript {
20
20
}
21
21
22
22
dependencies {
23
- classpath ' com.android.tools.build:gradle:0.12.+ '
24
- classpath ' org.ajoberstar:gradle-git:0.9.+ '
23
+ classpath ' com.android.tools.build:gradle:0.12.2 '
24
+ classpath ' org.ajoberstar:gradle-git:0.9.0 '
25
25
}
26
26
}
27
27
Original file line number Diff line number Diff line change 17
17
apply plugin : ' com.android.application'
18
18
19
19
dependencies {
20
- // noinspection GradleDependency
21
- compile ' com.android.support:support-v4:19.1.+'
20
+ compile ' com.android.support:support-annotations:20.0.0'
21
+
22
+ compile ' com.android.support:support-v4:20.0.0'
22
23
compile ' se.emilsjolander:stickylistheaders:2.5.0'
23
24
24
25
compile project(' :lib-core' )
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ apply from: '../generateJavadoc.gradle'
22
22
apply from : ' ../publishGhPages.gradle'
23
23
24
24
dependencies {
25
+ provided ' com.android.support:support-annotations:20.0.0'
26
+
25
27
compile project(' :lib-core' )
26
28
27
29
compile ' se.emilsjolander:stickylistheaders:2.5.0'
Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ apply from: '../generateJavadoc.gradle'
22
22
apply from : ' ../publishGhPages.gradle'
23
23
24
24
dependencies {
25
+ provided ' com.android.support:support-annotations:20.0.0'
26
+
25
27
compile ' com.nineoldandroids:library:2.4.0'
26
- compile ' com.android.support:support-annotations:+'
27
28
28
29
/* Test libraries */
29
30
androidTestCompile (' org.mockito:mockito-core:1.9.5' ) { exclude group : ' org.hamcrest' }
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ apply from: '../generateJavadoc.gradle'
22
22
apply from : ' ../publishGhPages.gradle'
23
23
24
24
dependencies {
25
+ provided ' com.android.support:support-annotations:20.0.0'
26
+
25
27
compile project(' :lib-core' )
26
28
27
29
/* Test libraries */
You can’t perform that action at this time.
0 commit comments