Skip to content

Commit 06de44b

Browse files
authoredJul 18, 2022
Update Java SDK version to 10.11.1 (mongodb#2031)
Note: manual client reset example now failing. Revisit this in the future.
1 parent 46b7644 commit 06de44b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎examples/java/livedata-quickstart/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
classpath "com.android.tools.build:gradle:4.0.2"
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
// :remove-start:
13-
classpath "io.realm:realm-gradle-plugin:10.1.1"
13+
classpath "io.realm:realm-gradle-plugin:10.11.1"
1414
// :remove-end:
1515
}
1616
}
@@ -28,4 +28,4 @@ allprojects {
2828

2929
task clean(type: Delete) {
3030
delete rootProject.buildDir
31-
}
31+
}

‎examples/java/local/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:7.0.2'
1313
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"
1515
}
1616
}
1717

‎examples/java/sync/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:7.1.2'
1313
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"
1515
}
1616
}
1717

‎snooty.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ kotlin-sdk-version = "1.0.1"
7373
kotlinx-coroutines-version = "1.6.0-native-mt"
7474
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/"
7575
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"
7777
max-graphql-resolvers = "ten"
7878
max-graphql-relationship-depth = "five"
7979
log-retention-time = "10 days"

0 commit comments

Comments
 (0)