From 2110f3421ba1979b67b9d79958dd48a271daece6 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 2 Dec 2021 15:03:39 +0300 Subject: [PATCH] Update README.md --- tutorials/Development_for_Android/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Development_for_Android/README.md b/tutorials/Development_for_Android/README.md index 06ae7a30b3..1a5a0b3f88 100644 --- a/tutorials/Development_for_Android/README.md +++ b/tutorials/Development_for_Android/README.md @@ -22,8 +22,8 @@ To see how it could be achieved see [multiplatform template](https://github.com/ ## Versioning -Compose Multiplatform 1.0.0 references Jetpack Compose 1.1.0-beta02. If you want to use higher version, you could explicitly -add Jetpack Compose dependencies to the Android module like this +Compose Multiplatform 1.0.0 references Jetpack Compose `1.1.0-beta02`. If one wants to use a different version, they could explicitly +override Jetpack Compose dependencies to the Android module like this ```kotlin configurations.all {