Skip to content

Commit

Permalink
Add an api dependency on support-fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Nov 12, 2017
1 parent 5a99a20 commit 5299bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions glide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jar {
exclude "**/R.class"
exclude "**/BuildConfig.class"
exclude "**/R\$*.class"
exclude "android/**"
}

(getInternalAndroidProjectsForJar() + getInternalAndroidProjectsForJavadoc()).each {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
api project(':third_party:gif_decoder')
api project(':third_party:disklrucache')
api project(':annotation')
compileOnly "com.android.support:support-fragment:${ANDROID_SUPPORT_VERSION}"
api "com.android.support:support-fragment:${ANDROID_SUPPORT_VERSION}"
compileOnly "com.android.support:appcompat-v7:${ANDROID_SUPPORT_VERSION}"
testImplementation project(':testutil')
testImplementation 'com.google.guava:guava-testlib:18.0'
Expand Down

0 comments on commit 5299bb9

Please sign in to comment.