Skip to content

Commit fdaf77b

Browse files
authored
fix: Bump realm-gradle-plugin to 6.1.0 and fix build (#2474)
1 parent 22bef9a commit fdaf77b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spotless {
109109

110110
repositories {
111111
maven { url "https://jitpack.io" }
112-
mavenCentral()
112+
jcenter()
113113
}
114114

115115
androidExtensions {

build.gradle

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)