Skip to content

Commit 484cb90

Browse files
chore(deps): bump org.fossify:commons from 1.0.0 to 2.0.1 (#55)
* chore(deps): bump org.fossify:commons from 1.0.0 to 2.0.1 Bumps org.fossify:commons from 1.0.0 to 2.0.1. --- updated-dependencies: - dependency-name: org.fossify:commons dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: switch to `more_fossify_apps` string resource --------- 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>
1 parent e0915ff commit 484cb90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/menu/menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
<item
5252
android:id="@+id/more_apps_from_us"
5353
android:icon="@drawable/ic_google_play_vector"
54-
android:title="@string/more_apps_from_us"
54+
android:title="@string/more_fossify_apps"
5555
app:showAsAction="ifRoom" />
5656
</menu>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ detekt = "1.23.8"
66
#AndroidX
77
androidx-print = "1.1.0"
88
#Fossify
9-
commons = "1.0.0"
9+
commons = "2.0.1"
1010
#Gradle
1111
gradlePlugins-agp = "8.10.1"
1212
#build

0 commit comments

Comments
 (0)