Skip to content

Commit df49eef

Browse files
authoredOct 3, 2024··
Update README.md
Add deprecation message and update badges.
1 parent 50797be commit df49eef

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

‎README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1+
> [!WARNING]
2+
> We announced the deprecation of Atlas Device Sync + Realm SDKs in September 2024. For more information please see:
3+
> - [SDK Deprecation](https://www.mongodb.com/docs/atlas/device-sdks/deprecation/)
4+
> - [Device Sync Deprecation](https://www.mongodb.com/docs/atlas/app-services/sync/device-sync-deprecation/)
5+
>
6+
> For a version of Realm Kotlin without sync features, install version `3.0.0+` or see the `community` git branch.
7+
8+
19
<picture>
210
<source srcset="./images/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="realm by MongoDB">
311
<img src="./images/logo.svg" alt="realm by MongoDB">
412
</picture>
513

6-
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/io/realm/kotlin/io.realm.kotlin.gradle.plugin/maven-metadata.xml.svg?colorB=ff6b00&label=Gradle%20Plugin%20Portal)](https://plugins.gradle.org/plugin/io.realm.kotlin)
7-
[![Maven Central](https://img.shields.io/maven-central/v/io.realm.kotlin/gradle-plugin?colorB=4dc427&label=Maven%20Central)](https://search.maven.org/artifact/io.realm.kotlin/gradle-plugin)
14+
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/io/realm/kotlin/io.realm.kotlin.gradle.plugin/maven-metadata.xml.svg?colorB=ff6b00&label=Gradle%20Plugin%20Portal&versionPrefix=2)](https://plugins.gradle.org/plugin/io.realm.kotlin)
15+
[![Maven Central](https://img.shields.io/maven-central/v/io.realm.kotlin/gradle-plugin/2.3.0?colorB=4dc427&label=Maven%20Central)](https://search.maven.org/artifact/io.realm.kotlin/gradle-plugin)
816
[![Kotlin](https://img.shields.io/badge/kotlin-2.0.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
917
[![License](https://img.shields.io/badge/License-Apache-blue.svg)](https://github.com/realm/realm-kotlin/blob/master/LICENSE)
1018

0 commit comments

Comments
 (0)
Please sign in to comment.