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 810ef15Copy full SHA for 810ef15
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
@@ -19,6 +19,7 @@ buildscript {
19
20
allprojects {
21
repositories {
22
+ jcenter()
23
google()
24
}
25
0 commit comments