mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-16 00:07:23 +02:00
update commons to 2.22.7
This commit is contained in:
parent
a4f40d62ca
commit
6172b7eb12
@ -32,7 +32,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.simplemobiletools:commons:2.22.6'
|
compile 'com.simplemobiletools:commons:2.22.7'
|
||||||
compile 'com.facebook.stetho:stetho:1.4.1'
|
compile 'com.facebook.stetho:stetho:1.4.1'
|
||||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
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 |
@ -3,7 +3,7 @@
|
|||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
<item
|
<item
|
||||||
android:id="@+id/open_note"
|
android:id="@+id/open_note"
|
||||||
android:icon="@drawable/ic_open_note"
|
android:icon="@drawable/ic_open"
|
||||||
android:title="@string/open_note"
|
android:title="@string/open_note"
|
||||||
app:showAsAction="ifRoom"/>
|
app:showAsAction="ifRoom"/>
|
||||||
<item
|
<item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user