diff --git a/README.md b/README.md index 6ed38bfe..906e896f 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ kotlin { sourceSets { val commonMain by getting { dependencies { -+ api("io.github.qdsfdhvh:image-loader:1.8.2") ++ api("io.github.qdsfdhvh:image-loader:1.8.3") // optional - Compose Multiplatform Resources Decoder -+ api("io.github.qdsfdhvh:image-loader-extension-compose-resources:1.8.2") ++ api("io.github.qdsfdhvh:image-loader-extension-compose-resources:1.8.3") // optional - Moko Resources Decoder -+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.8.2") ++ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.8.3") // optional - Blur Interceptor (only support bitmap) -+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.8.2") ++ api("io.github.qdsfdhvh:image-loader-extension-blur:1.8.3") } } val jvmMain by getting { dependencies { // optional - ImageIO Decoder -+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.8.2") ++ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.8.3") } } } diff --git a/docs/docs/setup.mdx b/docs/docs/setup.mdx index c0cf4fc2..0f5a8bb4 100644 --- a/docs/docs/setup.mdx +++ b/docs/docs/setup.mdx @@ -15,17 +15,17 @@ kotlin { sourceSets { val commonMain by getting { dependencies { -+ api("io.github.qdsfdhvh:image-loader:1.8.2") ++ api("io.github.qdsfdhvh:image-loader:1.8.3") // optional - Moko Resources Decoder -+ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.8.2") ++ api("io.github.qdsfdhvh:image-loader-extension-moko-resources:1.8.3") // optional - Blur Interceptor (only support bitmap) -+ api("io.github.qdsfdhvh:image-loader-extension-blur:1.8.2") ++ api("io.github.qdsfdhvh:image-loader-extension-blur:1.8.3") } } val jvmMain by getting { dependencies { // optional - ImageIO Decoder -+ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.8.2") ++ api("io.github.qdsfdhvh:image-loader-extension-imageio:1.8.3") } } } @@ -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.8.2" +image-loader = "1.8.3" [libraries] image-loader = { module = "io.github.qdsfdhvh:image-loader", version.ref = "image-loader" }