Skip to content

Commit 640cf8c

Browse files
Bump the maven-dependencies group with 2 updates (#102)
Bumps the maven-dependencies group with 2 updates: androidx.annotation:annotation and androidx.fragment:fragment. Updates `androidx.annotation:annotation` from 1.7.1 to 1.8.0 Updates `androidx.fragment:fragment` from 1.7.0 to 1.7.1 --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b182c2e commit 640cf8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ rikkax-widget-borderview = { module = "dev.rikka.rikkax.widget:borderview", vers
3636
rikkax-widget-mainswitchbar = { module = "dev.rikka.rikkax.widget:mainswitchbar", version = "1.0.2" }
3737

3838
androidx-activity = { module = "androidx.activity:activity", version = "1.9.0" }
39-
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" }
39+
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.8.0" }
4040
androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" }
4141
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
4242
androidx-core = { module = "androidx.core:core", version = "1.13.1" }
43-
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.7.0" }
43+
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.7.1" }
4444
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" }
4545
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" }
4646
androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }

0 commit comments

Comments
 (0)