Use a proper string for allowing access to more media
This commit is contained in:
parent
b4db673e24
commit
5d0ab5be21
2 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@
|
||||||
<item
|
<item
|
||||||
android:id="@+id/access_more_media"
|
android:id="@+id/access_more_media"
|
||||||
android:showAsAction="never"
|
android:showAsAction="never"
|
||||||
android:title="Allow access to more media"
|
android:title="@string/allow_access_more_media"
|
||||||
app:showAsAction="never" />
|
app:showAsAction="never" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/open_recycle_bin"
|
android:id="@+id/open_recycle_bin"
|
||||||
|
|
|
@ -13,7 +13,7 @@ exif = "1.0.1"
|
||||||
#Room
|
#Room
|
||||||
room = "2.6.0-alpha03"
|
room = "2.6.0-alpha03"
|
||||||
#Simple tools
|
#Simple tools
|
||||||
simple-commons = "2b25092d2a"
|
simple-commons = "687fa225a8"
|
||||||
#Gradle
|
#Gradle
|
||||||
gradlePlugins-agp = "8.1.0"
|
gradlePlugins-agp = "8.1.0"
|
||||||
#Other
|
#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-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||||
#Simple Mobile Tools
|
#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
|
#Other
|
||||||
android-gif-drawable = { module = "pl.droidsonroids.gif:android-gif-drawable", version.ref = "androidGifDrawable" }
|
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" }
|
android-image-cropper = { module = "com.vanniktech:android-image-cropper", version.ref = "androidImageCropper" }
|
||||||
|
|
Loading…
Reference in a new issue