File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
classpath " com.android.tools.build:gradle:4.0.2"
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
// :remove-start:
13
- classpath " io.realm:realm-gradle-plugin:10.1 .1"
13
+ classpath " io.realm:realm-gradle-plugin:10.11 .1"
14
14
// :remove-end:
15
15
}
16
16
}
@@ -28,4 +28,4 @@ allprojects {
28
28
29
29
task clean (type : Delete ) {
30
30
delete rootProject. buildDir
31
- }
31
+ }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
dependencies {
12
12
classpath ' com.android.tools.build:gradle:7.0.2'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
- classpath " io.realm:realm-gradle-plugin:10.11.0 "
14
+ classpath " io.realm:realm-gradle-plugin:10.11.1 "
15
15
}
16
16
}
17
17
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
dependencies {
12
12
classpath ' com.android.tools.build:gradle:7.1.2'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
- classpath " io.realm:realm-gradle-plugin:10.11.0 "
14
+ classpath " io.realm:realm-gradle-plugin:10.11.1 "
15
15
}
16
16
}
17
17
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ kotlin-sdk-version = "1.0.1"
73
73
kotlinx-coroutines-version = " 1.6.0-native-mt"
74
74
kotlin-sync-prefix = " https://www.mongodb.com/docs/realm-sdks/kotlin/1.0.0/library-sync/-realm%20-kotlin%20-s-d-k%20-%20-sync/"
75
75
kotlin-local-prefix = " https://www.mongodb.com/docs/realm-sdks/kotlin/1.0.0/library-base/-realm%20-kotlin%20-s-d-k/"
76
- java-sdk-version = " 10.11.0 "
76
+ java-sdk-version = " 10.11.1 "
77
77
max-graphql-resolvers = " ten"
78
78
max-graphql-relationship-depth = " five"
79
79
log-retention-time = " 10 days"
You can’t perform that action at this time.
0 commit comments