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

Unverified Commit 27021703 authored by Álvaro Brey's avatar Álvaro Brey
Browse files

chore(build): Single constant for glide version



Prevents duplicate dependabot PRs

Signed-off-by: default avatarÁlvaro Brey <alvaro.brey@nextcloud.com>
parent 5395a538
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'