From 1e7ad985a7cf426a708f95a1d67b121c92444907 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 11 Sep 2026 12:27:16 +0300 Subject: [PATCH] updated to ivy 1.1.1 --- content/docs/ivy/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/docs/ivy/index.mdx b/content/docs/ivy/index.mdx index 08b1446..e0c536d 100644 --- a/content/docs/ivy/index.mdx +++ b/content/docs/ivy/index.mdx @@ -11,8 +11,7 @@ In your `build.dependencies.gradle` file, add the following line in the `dependencies` block: ```groovy [build.dependencies.gradle] -implementation 'com.pedropathing.ivy:core:1.1.0' -implementation 'com.pedropathing.ivy:pedro:1.1.0' +implementation 'com.pedropathing.ivy:pedro:1.1.1' ``` Click the **Sync Now** button that appears in your IDE.