We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474f930 commit 69da0cfCopy full SHA for 69da0cf
app/src/main/res/menu/menu.xml
@@ -95,6 +95,6 @@
95
app:showAsAction="ifRoom" />
96
<item
97
android:id="@+id/more_apps_from_us"
98
- android:title="@string/more_apps_from_us"
+ android:title="@string/more_fossify_apps"
99
app:showAsAction="never" />
100
</menu>
gradle/libs.versions.toml
@@ -12,7 +12,7 @@ androidx-documentfile = "1.0.1"
12
#Room
13
room = "2.6.1"
14
#Fossify
15
-commons = "29e9b0d13e"
+commons = "2.0.0"
16
#Gradle
17
gradlePlugins-agp = "8.9.2"
18
#build
0 commit comments