diff --git a/docs/version-map.md b/docs/version-map.md new file mode 100644 index 00000000..607b67ea --- /dev/null +++ b/docs/version-map.md @@ -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 | \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5bc84f86..8adf0a90 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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" diff --git a/mkdocs.yml b/mkdocs.yml index 3e33dc7d..d5e12614 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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