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 3bb1b46 commit 520d12aCopy full SHA for 520d12a
app/src/main/res/menu/menu_main.xml
@@ -8,7 +8,7 @@
8
app:showAsAction="ifRoom" />
9
<item
10
android:id="@+id/more_apps_from_us"
11
- android:title="@string/more_apps_from_us"
+ android:title="@string/more_fossify_apps"
12
app:showAsAction="never" />
13
14
android:id="@+id/about"
gradle/libs.versions.toml
@@ -11,7 +11,7 @@ detekt = "1.23.8"
#Room
room = "2.7.1"
#Fossify
-commons = "54b78551a4"
+commons = "3.0.0"
15
#Gradle
16
gradlePlugins-agp = "8.10.1"
17
#build
0 commit comments