Merge pull request #4993 from vector-im/revert-4982-dependabot/gradle/io.realm-realm-gradle-plugin-10.10.0

Revert "Bump realm-gradle-plugin from 10.9.0 to 10.10.0"
This commit is contained in:
Benoit Marty 2022-01-19 15:52:07 +01:00 committed by GitHub
commit b7587d7e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "io.realm:realm-gradle-plugin:10.10.0"
classpath "io.realm:realm-gradle-plugin:10.9.0"
}
}