Skip to content

Commit

Permalink
Update dependency docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Mar 1, 2024
1 parent 9e4338c commit ebf7cca
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,15 @@ The following table shows Compose versions which each library version depends on

| GridLayout Version | Compose Version (Android) | Compose Version (Multiplatform) |
|--------------------|---------------------------|---------------------------------|
| 1.2.x | Jetpack Compose 1.5.0 | Compose Multiplatform 1.5.2 |
| 1.1.x | Jetpack Compose 1.5.0 | Compose Multiplatform 1.5.2 |
| 1.0.x | Jetpack Compose 1.5.0 | Compose Multiplatform 1.5.2 |
| 0.2.x | Jetpack Compose 1.4.3 | Compose Multiplatform 1.4.1 |
| 0.1.x | Jetpack Compose 1.4.3 | Compose Multiplatform 1.4.1 |
| 1.2.2 | Jetpack Compose 1.6.0 | Compose Multiplatform 1.6.0 |
| 1.0.0 ~ 1.2.1 | Jetpack Compose 1.5.0 | Compose Multiplatform 1.5.2 |
| 0.1.0 ~ 0.2.0 | Jetpack Compose 1.4.3 | Compose Multiplatform 1.4.1 |

## Android SDK Version

It is recommended to use following target SDK version when using this library for Android platform.

| GridLayout Version | Android Target SDK | Android Minimum SDK |
|--------------------|--------------------|---------------------|
| 1.2.x | Android 14 (34) | Lollipop (21) |
| 1.1.x | Android 14 (34) | Lollipop (21) |
| 1.0.x | Android 14 (34) | Lollipop (21) |
| 0.2.x | Android 13 (33) | Lollipop (21) |
| 0.1.x | Android 13 (33) | Lollipop (21) |
| 1.0.0 ~ current | Android 14 (34) | Lollipop (21) |
| 0.1.0 ~ 0.2.0 | Android 13 (33) | Lollipop (21) |

0 comments on commit ebf7cca

Please sign in to comment.