update commons to 2.22.7

This commit is contained in:
tibbi 2017-07-12 20:24:52 +02:00
parent a4f40d62ca
commit 6172b7eb12
6 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ android {
}
dependencies {
compile 'com.simplemobiletools:commons:2.22.6'
compile 'com.simplemobiletools:commons:2.22.7'
compile 'com.facebook.stetho:stetho:1.4.1'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

View File

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/open_note"
android:icon="@drawable/ic_open_note"
android:icon="@drawable/ic_open"
android:title="@string/open_note"
app:showAsAction="ifRoom"/>
<item