Realm from 10.4.0 and forward are now found on mavenCentral() instead of jcenter().
This commit is contained in:
parent
8f4dbd2aef
commit
1d23f1d9e3
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user