Skip to content

Commit 26e3c20

Browse files
authored
Update README.md
1 parent c8aeb64 commit 26e3c20

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![kotlin-version](https://img.shields.io/badge/kotlin-2.2.0-blue?logo=kotlin)
44

5-
Jetpack Compose and SwiftUI based Kotlin Multiplatform sample project (based on [CityBikes API](http://api.citybik.es/v2/)).
5+
Compose Multiplatform and SwiftUI based Kotlin Multiplatform sample project (based on [CityBikes API](http://api.citybik.es/v2/)). Uses [Circuit](https://github.com/slackhq/circuit) and [kotlin-inject](https://github.com/evant/kotlin-inject).
66

77
Running on
88
* iOS (SwiftUI)
@@ -23,21 +23,12 @@ Related posts:
2323

2424
![BikeShare Screenshot](/art/screenshot_ios_swiftui.png?raw=true )
2525

26-
<img width="1426" alt="Screenshot 2023-12-02 at 15 01 25" src="https://github.com/joreilly/BikeShare/assets/6302/3e3092cd-261f-49a9-a0b3-bb6631a9d119">
27-
28-
<img width="1293" alt="Screenshot 2023-12-02 at 14 10 34" src="https://github.com/joreilly/BikeShare/assets/6302/db821735-a8eb-4865-8723-4a6bb2de1f9f">
29-
26+
<img width="1136" height="729" alt="Screenshot 2025-08-03 at 09 13 48" src="https://github.com/user-attachments/assets/b3b03762-9f83-4c36-80af-ce5fc07052c0" />
3027

28+
<img width="1426" alt="Screenshot 2023-12-02 at 15 01 25" src="https://github.com/joreilly/BikeShare/assets/6302/3e3092cd-261f-49a9-a0b3-bb6631a9d119">
3129

32-
### Building
33-
34-
Need to use at least Android Studio Arctic Fox to build/run the Android client.
35-
36-
Requires Xcode 13.2 or later (due to use of new Swift 5.5 concurrency APIs). When opening iOS project remember to open `.xcworkspace` file (and not `.xcodeproj` one)
3730

38-
### Compose for Desktop client
3931

40-
This client is available in `compose-desktop` module. Note that you need to use appropriate version of JVM when running (works for example with Java 11)
4132

4233
Note that this makes use of https://github.com/Shusshu/android-flags for flag images shown.
4334

0 commit comments

Comments
 (0)