diff --git a/README.md b/README.md index 6f13f5de2..68c6c6bac 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ -Now in Android App +Now in Android App - Kotlin Multiplatform Edition ================== +Welcome to the Kotlin Multiplatform edition of Now in Android, a community-driven initiative to bring the best of Android development content to developers across platforms. This repository is a branch of the original Now in Android project, reimagined and re-engineered using Kotlin Multiplatform technology to make the project truly cross-platform. **Learn how this app was designed and built in the [design case study](https://goo.gle/nia-figma), [architecture learning journey](docs/ArchitectureLearningJourney.md) and [modularization learning journey](docs/ModularizationLearningJourney.md).** diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d59879623..7ec074eab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -51,7 +51,7 @@ protobufPlugin = "0.9.4" retrofit = "2.9.0" retrofitKotlinxSerializationJson = "1.0.0" robolectric = "4.11.1" -roborazzi = "1.7.0" +roborazzi = "1.10.1" room = "2.6.1" secrets = "2.0.1" truth = "1.1.5"