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 {