diff --git a/app/build.gradle b/app/build.gradle index 64b29df2ae..3bfe44f69a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -109,7 +109,7 @@ spotless { repositories { maven { url "https://jitpack.io" } - mavenCentral() + jcenter() } androidExtensions { diff --git a/build.gradle b/build.gradle index 8c88f7db51..31eedcf7eb 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { classpath "com.android.tools.build:gradle:3.5.3" classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4" classpath "com.github.dcendents:android-maven-gradle-plugin:2.1" - classpath "io.realm:realm-gradle-plugin:5.14.0" + classpath "io.realm:realm-gradle-plugin:6.1.0" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61" // NOTE: Do not place your application dependencies here; they belong