Realm from 10.4.0 and forward are now found on mavenCentral() instead of jcenter().

This commit is contained in:
Benoit Marty 2021-03-29 14:06:57 +02:00
parent 8f4dbd2aef
commit 1d23f1d9e3
1 changed files with 1 additions and 1 deletions

View File

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