Skip to content

Commit 810ef15

Browse files
committed
fix: Bump realm-gradle-plugin to 6.1.0 and fix build
1 parent 22bef9a commit 810ef15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
classpath "com.android.tools.build:gradle:3.5.3"
1010
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
1111
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
12-
classpath "io.realm:realm-gradle-plugin:5.14.0"
12+
classpath "io.realm:realm-gradle-plugin:6.1.0"
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61"
1414

1515
// NOTE: Do not place your application dependencies here; they belong
@@ -19,6 +19,7 @@ buildscript {
1919

2020
allprojects {
2121
repositories {
22+
jcenter()
2223
google()
2324
}
2425

0 commit comments

Comments
 (0)