Merge pull request #3082 from vector-im/dependabot/gradle/io.realm-realm-gradle-plugin-10.4.0

Bump realm-gradle-plugin from 10.3.1 to 10.4.0
This commit is contained in:
Benoit Marty 2021-03-29 16:45:42 +02:00 committed by GitHub
commit d6446fa95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ apply plugin: 'realm-android'
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath "io.realm:realm-gradle-plugin:10.3.1"
classpath "io.realm:realm-gradle-plugin:10.4.0"
}
}