Skip to content

Commit

Permalink
Update Glide which fixes the in-process compilation for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Dec 3, 2017
1 parent 418cb48 commit e14e257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ext {
// Utils
threetenVersion = '1.0.5'
hawkVersion = '2.0.1'
glideVersion = '4.3.1'
glideVersion = '4.4.0-SNAPSHOT'
okHttpVersion = '3.9.1'
okioVersion = '1.13.0'
linkBuilderVersion = '1.6.1'
Expand Down
3 changes: 3 additions & 0 deletions src/main/kotlin/me/proxer/app/ProxerGlideModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import android.content.Context
import com.bumptech.glide.Glide
import com.bumptech.glide.GlideBuilder
import com.bumptech.glide.Registry
import com.bumptech.glide.annotation.Excludes
import com.bumptech.glide.annotation.GlideModule
import com.bumptech.glide.integration.okhttp3.OkHttpLibraryGlideModule
import com.bumptech.glide.integration.okhttp3.OkHttpUrlLoader
import com.bumptech.glide.load.model.GlideUrl
import com.bumptech.glide.module.AppGlideModule
Expand All @@ -16,6 +18,7 @@ import java.io.InputStream
* @author Ruben Gees
*/
@GlideModule
@Excludes(OkHttpLibraryGlideModule::class)
class ProxerGlideModule : AppGlideModule() {

override fun registerComponents(context: Context, glide: Glide, registry: Registry) {
Expand Down

0 comments on commit e14e257

Please sign in to comment.