mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-23 07:40:20 +01:00
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 {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "io.realm:realm-gradle-plugin:10.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user