From 95a306e1f3ea5cb31d6ec17d3120cd74daebfe04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 20:34:01 +0000 Subject: [PATCH] Bump ink-ui from 1.1.0 to 1.2.0 Bumps `ink-ui` from 1.1.0 to 1.2.0. Updates `com.inkapplications.ui:structures` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/InkApplications/ink-ui/releases) - [Commits](https://github.com/InkApplications/ink-ui/compare/1.1.0...1.2.0) Updates `com.inkapplications.ui:render-compose-android` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/InkApplications/ink-ui/releases) - [Commits](https://github.com/InkApplications/ink-ui/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: com.inkapplications.ui:structures dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.inkapplications.ui:render-compose-android dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 788a178..bfa86bf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ lifecycle-runtime-ktx = "2.8.7" activity-compose = "1.10.1" compose-bom = "2024.12.01" regolith = "1.6.0" -ink-ui = "1.1.0" +ink-ui = "1.2.0" [libraries.android-gradle] version = "8.7.3"