Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qdsfdhvh committed Jul 31, 2023
1 parent 41e6145 commit 7a5c6f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.6.2")
+ api("io.github.qdsfdhvh:image-loader:1.6.3")
// optional - Moko Resources Decoder
+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.6.2")
+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.6.3")
// optional - Blur Interceptor (only support bitmap)
+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.6.2")
+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.6.3")
}
}
val jvmMain by getting {
dependencies {
// optional - ImageIO Decoder
+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.6.2")
+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.6.3")
}
}
}
Expand Down
8 changes: 4 additions & 4 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.6.2")
+ api("io.github.qdsfdhvh:image-loader:1.6.3")
// optional - Moko Resources Decoder
+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.6.2")
+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.6.3")
// optional - Blur Interceptor (only support bitmap)
+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.6.2")
+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.6.3")
}
}
val jvmMain by getting {
dependencies {
// optional - ImageIO Decoder
+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.6.2")
+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.6.3")
}
}
}
Expand Down

0 comments on commit 7a5c6f0

Please sign in to comment.