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] <support@github.com>

* fix: update menu item title

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Naveen Singh <snaveen935@gmail.com>
This commit is contained in:
dependabot[bot] 2025-06-12 16:41:51 +05:30 committed by GitHub
parent f2d864dab1
commit 8d28cc550c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -81,6 +81,6 @@
<item
android:id="@+id/more_apps_from_us"
android:icon="@drawable/ic_google_play_vector"
android:title="@string/more_apps_from_us"
android:title="@string/more_fossify_apps"
app:showAsAction="ifRoom" />
</menu>

View File

@ -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