File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4545}
4646
4747dependencies {
48- implementation ' com.simplemobiletools:commons:4.4.27 '
48+ implementation ' com.simplemobiletools:commons:4.5.0 '
4949 implementation ' com.facebook.stetho:stetho:1.5.0'
5050
5151 debugImplementation " com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion "
Original file line number Diff line number Diff line change 66 android : icon =" @drawable/ic_save"
77 android : title =" @string/save"
88 app : showAsAction =" ifRoom" />
9+ <item
10+ android : id =" @+id/undo"
11+ android : icon =" @drawable/ic_undo"
12+ android : title =" @string/undo"
13+ app : showAsAction =" ifRoom" />
14+ <item
15+ android : id =" @+id/redo"
16+ android : icon =" @drawable/ic_redo"
17+ android : title =" @string/redo"
18+ app : showAsAction =" ifRoom" />
919 <item
1020 android : id =" @+id/open_note"
1121 android : icon =" @drawable/ic_open"
You can’t perform that action at this time.
0 commit comments