Use a proper string for allowing access to more media

This commit is contained in:
Ensar Sarajčić 2023-08-22 11:56:56 +02:00
parent b4db673e24
commit 5d0ab5be21
2 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@
<item
android:id="@+id/access_more_media"
android:showAsAction="never"
android:title="Allow access to more media"
android:title="@string/allow_access_more_media"
app:showAsAction="never" />
<item
android:id="@+id/open_recycle_bin"

View file

@ -13,7 +13,7 @@ exif = "1.0.1"
#Room
room = "2.6.0-alpha03"
#Simple tools
simple-commons = "2b25092d2a"
simple-commons = "687fa225a8"
#Gradle
gradlePlugins-agp = "8.1.0"
#Other
@ -55,7 +55,7 @@ androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
#Simple Mobile Tools
simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" }
simple-tools-commons = { module = "com.github.esensar:Simple-Commons", version.ref = "simple-commons" }
#Other
android-gif-drawable = { module = "pl.droidsonroids.gif:android-gif-drawable", version.ref = "androidGifDrawable" }
android-image-cropper = { module = "com.vanniktech:android-image-cropper", version.ref = "androidImageCropper" }