updating kotlin and commons

This commit is contained in:
tibbi 2021-03-02 19:22:27 +01:00
parent 395bea2724
commit 1701329496
2 changed files with 3 additions and 3 deletions

@ -57,8 +57,8 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:5.33.30' implementation 'com.simplemobiletools:commons:5.34.2'
implementation 'joda-time:joda-time:2.10.1' implementation 'joda-time:joda-time:2.10.3'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a' implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

@ -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.4.30' ext.kotlin_version = '1.4.31'
repositories { repositories {
google() google()