updating commons

This commit is contained in:
tibbi 2023-02-10 21:23:14 +01:00
parent d2aa5c0b49
commit 4a0268397b
3 changed files with 6 additions and 5 deletions

View file

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:3aade6f350'
implementation 'com.github.SimpleMobileTools:Simple-Commons:8bcb4d3851'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.github.Armen101:AudioRecordView:1.0.4'
implementation 'androidx.documentfile:documentfile:1.0.1'

View file

@ -2,13 +2,12 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="AppCompatResource">
tools:ignore="AppCompatResource,AlwaysShowAction">
<item
android:id="@+id/cab_rename"
android:icon="@drawable/ic_rename_vector"
android:showAsAction="always"
android:title="@string/rename"
tools:ignore="AlwaysShowAction" />
android:title="@string/rename" />
<item
android:id="@+id/cab_share"
android:icon="@drawable/ic_share_vector"

View file

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="AlwaysShowAction">
<item
android:id="@+id/settings"
android:icon="@drawable/ic_settings_cog_vector"