updating some libraries

This commit is contained in:
tibbi 2020-09-19 11:35:48 +02:00
parent f4f7683c51
commit 31e9f5b48c
2 changed files with 4 additions and 3 deletions

View file

@ -64,10 +64,11 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.29.20'
implementation 'com.simplemobiletools:commons:5.30.11'
implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta6'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
kapt 'androidx.room:room-compiler:2.2.5'
implementation 'androidx.room:room-runtime:2.2.5'

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