Skip to content

Commit 6172b7e

Browse files
committed
update commons to 2.22.7
1 parent a4f40d6 commit 6172b7e

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
dependencies {
35-
compile 'com.simplemobiletools:commons:2.22.6'
35+
compile 'com.simplemobiletools:commons:2.22.7'
3636
compile 'com.facebook.stetho:stetho:1.4.1'
3737
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3838
}
-271 Bytes
Binary file not shown.
-336 Bytes
Binary file not shown.
-550 Bytes
Binary file not shown.
-334 Bytes
Binary file not shown.

app/src/main/res/menu/menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto">
44
<item
55
android:id="@+id/open_note"
6-
android:icon="@drawable/ic_open_note"
6+
android:icon="@drawable/ic_open"
77
android:title="@string/open_note"
88
app:showAsAction="ifRoom"/>
99
<item

0 commit comments

Comments
 (0)