mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ apply plugin: 'realm-android'
|
|||
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "io.realm:realm-gradle-plugin:10.4.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue