Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 36cdec49 authored by Álvaro Brey's avatar Álvaro Brey Committed by GitHub
Browse files

Merge pull request #1694 from nextcloud/chore/glide-versions

chore(build): Single constant for glide version
parents 5395a538 27021703
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ android {
}

ext {
    glideVersion = '4.15.0'
    roomVersion = "2.5.0"
}

@@ -86,8 +87,8 @@ dependencies {
    }

    // Glide
    implementation 'com.github.bumptech.glide:glide:4.15.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.15.0'
    implementation "com.github.bumptech.glide:glide:$glideVersion"
    annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"

    // Android X
    implementation 'androidx.appcompat:appcompat:1.6.1'