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

View file

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