updating commons, kotlin

This commit is contained in:
tibbi 2019-12-05 10:08:37 +01:00
parent 94d1fe581f
commit ebefc976f5
2 changed files with 3 additions and 3 deletions

View File

@ -51,9 +51,9 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:5.20.0' implementation 'com.simplemobiletools:commons:5.20.6'
implementation 'joda-time:joda-time:2.10.1' implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
kapt "androidx.room:room-compiler:2.2.2" kapt "androidx.room:room-compiler:2.2.2"

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.60' ext.kotlin_version = '1.3.61'
repositories { repositories {
google() google()