Skip to content

Commit

Permalink
Merge pull request #328 from skydoves/docs/version-map
Browse files Browse the repository at this point in the history
Update version map docs
  • Loading branch information
skydoves committed Aug 26, 2023
2 parents a6fb968 + 557ff14 commit 4084147
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/version-map.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Version Map

The Landscapist utilizes varying Compose versions and JVM targets for each release. This map will assist you in ensuring compatibility and smooth integration with your project.


| Landscapist | Compose UI | Jvm Target | Glide | Coil | Fresco |
| --------------------- | --------------------- | --------------------- | --------------------- | --------------------- | --------------------- |
| 2.2.7 | 1.5.0 (BOM 2023.08.00) | 11 | 4.15.1 | 2.3.0 | 2.6.0 |
| 2.2.6 | 1.4.X (BOM 2023.06.00) | 17 | 4.15.1 | 2.3.0 | 2.6.0 |
| 2.1.10 | 1.4.X (BOM 2023.04.00) | 17 | 4.15.1 | 2.3.0 | 2.6.0 |
| 2.1.9 | 1.4.X (BOM 2023.03.00) | 11 | 4.15.1 | 2.3.0 | 2.6.0 |
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "1.9.0"
dokka = "1.8.20"
jvmTarget = "11"
nexusPlugin = "1.3.0"
kotlinxCoroutines = "1.7.2"
kotlinxCoroutines = "1.7.3"
kotlinBinaryCompatibility = "0.13.2"
androidGradlePlugin = "8.1.0"
androidxActivity = "1.7.2"
Expand All @@ -15,7 +15,7 @@ androidxCore = "1.10.1"
androidxTestRunner = "1.5.2"
androidxTestRules = "1.5.0"
androidxJunit = "1.1.5"
androidxMacroBenchmark = "1.2.0-beta03"
androidxMacroBenchmark = "1.2.0-beta04"
androidxProfileinstaller = "1.3.1"
androidxUiAutomator = "2.3.0-alpha04"
glide = "4.15.1"
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ nav:
- 'Image Component and Plugin': image-component-and-plugin.md
- 'BOM': bom.md
- 'Snapshots With Paparazzi': snapshots-with-paparazzi.md
- 'Version Map': version-map.md
- 'Sponsor 🩷': sponsor.md

# Repository
Expand Down

0 comments on commit 4084147

Please sign in to comment.