update commons to 2.9.0

This commit is contained in:
tibbi 2017-03-07 22:09:27 +01:00
parent 9a0530bf83
commit 524b439d91
1 changed files with 1 additions and 1 deletions

View File

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