We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bef9a commit 2d9c7feCopy full SHA for 2d9c7fe
app/build.gradle
@@ -109,7 +109,7 @@ spotless {
109
110
repositories {
111
maven { url "https://jitpack.io" }
112
- mavenCentral()
+ jcenter()
113
}
114
115
androidExtensions {
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
classpath "com.android.tools.build:gradle:3.5.3"
10
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
11
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
12
- classpath "io.realm:realm-gradle-plugin:5.14.0"
+ classpath "io.realm:realm-gradle-plugin:6.1.0"
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61"
14
15
// NOTE: Do not place your application dependencies here; they belong
0 commit comments