Skip to content

Commit

Permalink
Merge pull request #338 from skydoves/fresco/3.1.0
Browse files Browse the repository at this point in the history
Bump Fresco to 3.1.0
  • Loading branch information
skydoves authored Sep 21, 2023
2 parents 44a5e8a + ed21fd8 commit 74ad508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/version-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The Landscapist utilizes varying Compose versions and JVM targets for each relea

| Landscapist | Compose UI | Jvm Target | Glide | Coil | Fresco |
|-------------|------------------------|------------|--------|-------|--------|
| 2.2.9 | 1.5.1 (BOM 2023.09.00) | 11 | 4.16.0 | 2.4.0 | 3.1.0 |
| 2.2.8 | 1.5.0 (BOM 2023.08.00) | 11 | 4.16.0 | 2.4.0 | 2.6.0 |
| 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.3 (BOM 2023.06.00) | 11 | 4.15.1 | 2.3.0 | 2.6.0 |
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.10"
dokka = "1.8.20"
dokka = "1.9.0"
jvmTarget = "11"
nexusPlugin = "1.3.0"
kotlinxCoroutines = "1.7.3"
Expand All @@ -11,15 +11,15 @@ androidxMaterial = "1.9.0"
androidxComposeBom = "2023.09.00"
androidxComposeCompiler = "1.5.3"
androidxComposeConstraintLayout = "1.0.1"
androidxCore = "1.10.1"
androidxCore = "1.12.0"
androidxTestRunner = "1.5.2"
androidxTestRules = "1.5.0"
androidxJunit = "1.1.5"
androidxMacroBenchmark = "1.2.0-beta05"
androidxProfileinstaller = "1.3.1"
androidxUiAutomator = "2.3.0-alpha04"
glide = "4.16.0"
fresco = "2.6.0"
fresco = "3.1.0"
coil = "2.4.0"
palette = "1.0.0"
hilt = "2.47"
Expand Down

0 comments on commit 74ad508

Please sign in to comment.