From 1db3217d2e7b0986b0ad1f0e7581601c759a39c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:02:56 +0100 Subject: [PATCH] Bump the maven group with 4 updates (#82) Bumps the maven group with 4 updates: androidx.annotation:annotation, androidx.constraintlayout:constraintlayout, androidx.core:core and androidx.fragment:fragment. Updates `androidx.annotation:annotation` from 1.9.0 to 1.9.1 Updates `androidx.constraintlayout:constraintlayout` from 2.1.4 to 2.2.0 Updates `androidx.core:core` from 1.13.1 to 1.15.0 Updates `androidx.fragment:fragment` from 1.8.4 to 1.8.5 --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7612d1cc..7acc7cfc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,11 +35,11 @@ rikkax-widget-borderview = { module = "dev.rikka.rikkax.widget:borderview", vers rikkax-widget-mainswitchbar = { module = "dev.rikka.rikkax.widget:mainswitchbar", version = "1.0.2" } androidx-activity = { module = "androidx.activity:activity", version = "1.9.3" } -androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.0" } +androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" } androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } -androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } -androidx-core = { module = "androidx.core:core", version = "1.13.1" } -androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.4" } +androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" } +androidx-core = { module = "androidx.core:core", version = "1.15.0" } +androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.5" } androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" } androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" } androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }