update commons to 2.29.11

This commit is contained in:
tibbi 2017-10-06 18:28:36 +02:00
parent 3661063f77
commit c67419b7e4
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@ ext {
}
dependencies {
compile 'com.simplemobiletools:commons:2.28.4'
compile 'com.simplemobiletools:commons:2.29.11'
compile 'joda-time:joda-time:2.9.1'
compile 'com.facebook.stetho:stetho:1.4.1'
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'

View File

@ -15,6 +15,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}