You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device/Android Version: This is a compile time issue.
Issue details / Repro steps / Use case background:
Add compile "com.github.bumptech.glide:recyclerview-integration:4.0.0-RC0" to your build.gradle file.
Result: Gradle error: Error: Module 'com.github.bumptech.glide:recyclerview-integration:4.0.0-RC0' depends on one or more Android Libraries but is a jar
Expectation: Glide should default to the AAR version of the integration by default like the other Glide components.
Note: You can manually depend on the AAR by using compile "com.github.bumptech.glide:recyclerview-integration:4.0.0-RC0@aar"
The text was updated successfully, but these errors were encountered:
sjudd
added a commit
to sjudd/glide
that referenced
this issue
Jun 20, 2017
Glide Version: 4.0.0-RC0
Integration libraries: OkHttp3 and RecyclerView
Device/Android Version: This is a compile time issue.
Issue details / Repro steps / Use case background:
compile "com.github.bumptech.glide:recyclerview-integration:4.0.0-RC0"
to your build.gradle file.compile "com.github.bumptech.glide:recyclerview-integration:4.0.0-RC0@aar"
The text was updated successfully, but these errors were encountered: