Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version map docs #328

Merged
merged 1 commit into from
Aug 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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