From 8d28cc550c83612a5683e547a72a9e1a95b6fbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 16:41:51 +0530 Subject: [PATCH] chore(deps): bump org.fossify:commons from 3dd1f7f33e to 3.0.3 (#515) * chore(deps): bump org.fossify:commons from 3dd1f7f33e to 3.0.3 Bumps org.fossify:commons from 3dd1f7f33e to 3.0.3. --- updated-dependencies: - dependency-name: org.fossify:commons dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] * fix: update menu item title --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh --- app/src/main/res/menu/menu_main.xml | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/menu/menu_main.xml b/app/src/main/res/menu/menu_main.xml index ca2d66031..193d0e10c 100644 --- a/app/src/main/res/menu/menu_main.xml +++ b/app/src/main/res/menu/menu_main.xml @@ -81,6 +81,6 @@ diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 08c0f9e23..b96151705 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ exif = "1.0.1" #Room room = "2.7.1" #Fossify -commons = "3dd1f7f33e" +commons = "3.0.3" #Gradle4 gradlePlugins-agp = "8.10.1" #Other