mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-12-18 16:42:17 +03:00
Merge pull request #1722 from nextcloud/dependabot/gradle/roomVersion-2.5.1
build(deps): Bump roomVersion from 2.5.0 to 2.5.1
This commit is contained in:
commit
fdfc330d0a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ android {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
glideVersion = '4.15.1'
|
glideVersion = '4.15.1'
|
||||||
roomVersion = "2.5.0"
|
roomVersion = "2.5.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in a new issue