update commons to 3.13.15

This commit is contained in:
tibbi 2018-02-27 20:29:40 +01:00
parent 0d2606995b
commit bb31282226
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:3.8.1'
implementation 'com.simplemobiletools:commons:3.13.15'
implementation 'me.grantland:autofittextview:0.2.1'
testImplementation 'junit:junit:4.12'

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.20'
ext.kotlin_version = '1.2.21'
repositories {
jcenter()