Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qdsfdhvh committed Feb 6, 2024
1 parent 3400999 commit cfd3470
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
+ api("io.github.qdsfdhvh:image-loader:1.7.3")
+ api("io.github.qdsfdhvh:image-loader:1.7.4")
// optional - Moko Resources Decoder
+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.7.3")
+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.7.4")
// optional - Blur Interceptor (only support bitmap)
+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.7.3")
+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.7.4")
}
}
val jvmMain by getting {
dependencies {
// optional - ImageIO Decoder
+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.7.3")
+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.7.4")
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions docs/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
+ api("io.github.qdsfdhvh:image-loader:1.7.3")
+ api("io.github.qdsfdhvh:image-loader:1.7.4")
// optional - Moko Resources Decoder
+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.7.3")
+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.7.4")
// optional - Blur Interceptor (only support bitmap)
+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.7.3")
+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.7.4")
}
}
val jvmMain by getting {
dependencies {
// optional - ImageIO Decoder
+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.7.3")
+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.7.4")
}
}
}
Expand All @@ -38,7 +38,7 @@ Copy the following snippets if you are using [gradle version catalog](https://do

```xml title="libs.versions.toml"
[versions]
image-loader = "1.7.3"
image-loader = "1.7.4"

[libraries]
image-loader = { module = "io.github.qdsfdhvh:image-loader", version.ref = "image-loader" }
Expand Down

0 comments on commit cfd3470

Please sign in to comment.