Browse Source

Merge pull request #11766 from nextcloud/dependabot/gradle/roomVersion-2.5.2

Build(deps): Bump roomVersion from 2.5.1 to 2.5.2
Andy Scherzinger 1 year ago
parent
commit
95ad95cac1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -18,7 +18,7 @@ buildscript {
         checkerVersion = "3.21.2"
         exoplayerVersion = "2.18.7"
         documentScannerVersion = "1.0.1"
-        roomVersion = "2.5.1"
+        roomVersion = "2.5.2"
 
         ciBuild = System.getenv("CI") == "true"
     }