updating Commons to 5.4.7

This commit is contained in:
tibbi 2018-11-19 16:50:24 +01:00
parent 35057523be
commit 0a14414ba0
2 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:5.3.12' implementation 'com.simplemobiletools:commons:5.4.7'
implementation 'joda-time:joda-time:2.9.9' implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.4' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.4'

View File

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