Skip to content

Commit 4a02683

Browse files
committed
updating commons
1 parent d2aa5c0 commit 4a02683

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Diff for: app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363
}
6464

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:3aade6f350'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:8bcb4d3851'
6767
implementation 'org.greenrobot:eventbus:3.3.1'
6868
implementation 'com.github.Armen101:AudioRecordView:1.0.4'
6969
implementation 'androidx.documentfile:documentfile:1.0.1'

Diff for: app/src/main/res/menu/cab_recordings.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
<menu xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
xmlns:tools="http://schemas.android.com/tools"
5-
tools:ignore="AppCompatResource">
5+
tools:ignore="AppCompatResource,AlwaysShowAction">
66
<item
77
android:id="@+id/cab_rename"
88
android:icon="@drawable/ic_rename_vector"
99
android:showAsAction="always"
10-
android:title="@string/rename"
11-
tools:ignore="AlwaysShowAction" />
10+
android:title="@string/rename" />
1211
<item
1312
android:id="@+id/cab_share"
1413
android:icon="@drawable/ic_share_vector"

Diff for: app/src/main/res/menu/menu.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<menu xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:app="http://schemas.android.com/apk/res-auto">
3+
xmlns:app="http://schemas.android.com/apk/res-auto"
4+
xmlns:tools="http://schemas.android.com/tools"
5+
tools:ignore="AlwaysShowAction">
46
<item
57
android:id="@+id/settings"
68
android:icon="@drawable/ic_settings_cog_vector"

0 commit comments

Comments
 (0)