File tree 6 files changed +7
-3
lines changed
6 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ POM_SCM_DEV_CONNECTION=scm:git@github.com:bumptech/glide.git
15
15
POM_DEVELOPER_ID =sjudd
16
16
POM_DEVELOPER_NAME =Sam Judd
17
17
POM_DEVELOPER_EMAIL =judds@google.com
18
- ANDROID_SUPPORT_VERSION =26.0.1
18
+ ANDROID_SUPPORT_VERSION =26.0.2
19
19
VOLLEY_VERSION =1.0.0
20
20
OK_HTTP_VERSION =3.0.1
21
21
ANDROID_GRADLE_VERSION =2.3.0
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ apply plugin: 'com.android.library'
3
3
dependencies {
4
4
compile project(' :library' )
5
5
provided " com.android.support:recyclerview-v7:${ ANDROID_SUPPORT_VERSION} "
6
+ provided " com.android.support:support-fragment:${ ANDROID_SUPPORT_VERSION} "
6
7
}
7
8
8
9
android {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
compile project(' :third_party:gif_decoder' )
20
20
compile project(' :third_party:disklrucache' )
21
21
compile project(' :annotation' )
22
- compile " com.android.support:support-fragment:${ ANDROID_SUPPORT_VERSION} "
22
+ provided " com.android.support:support-fragment:${ ANDROID_SUPPORT_VERSION} "
23
23
provided " com.android.support:appcompat-v7:${ ANDROID_SUPPORT_VERSION} "
24
24
testCompile project(' :testutil' )
25
25
testCompile ' com.google.guava:guava-testlib:18.0'
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ dependencies {
6
6
transitive = false
7
7
}
8
8
compile " com.android.support:recyclerview-v7:${ ANDROID_SUPPORT_VERSION} "
9
+ compile " com.android.support:support-fragment:${ ANDROID_SUPPORT_VERSION} "
9
10
annotationProcessor project(' :annotation:compiler' )
10
11
}
11
12
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ dependencies {
5
5
compile(project(' :integration:recyclerview' )) {
6
6
transitive = false
7
7
}
8
- compile ' com.google.code.gson:gson:2.7 '
8
+ compile ' com.google.code.gson:gson:2.8.0 '
9
9
compile " com.android.support:recyclerview-v7:${ ANDROID_SUPPORT_VERSION} "
10
+ compile " com.android.support:support-fragment:${ ANDROID_SUPPORT_VERSION} "
10
11
annotationProcessor project(' :annotation:compiler' )
11
12
}
12
13
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ dependencies {
4
4
compile project(' :library' )
5
5
annotationProcessor project(' :annotation:compiler' )
6
6
compile ' com.caverock:androidsvg:1.2.1'
7
+ compile " com.android.support:support-fragment:${ ANDROID_SUPPORT_VERSION} "
7
8
}
8
9
9
10
android {
You can’t perform that action at this time.
0 commit comments