updating some libraries and kotlin

This commit is contained in:
tibbi 2019-06-27 13:32:07 +02:00
parent 2ac71bead6
commit 7329c8fbe5
2 changed files with 6 additions and 6 deletions

View File

@ -57,12 +57,12 @@ android {
} }
dependencies { dependencies {
implementation 'com.simplemobiletools:commons:5.13.10' implementation 'com.simplemobiletools:commons:5.14.2'
implementation 'joda-time:joda-time:2.10.1' implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
kapt 'androidx.room:room-compiler:2.0.0' kapt 'androidx.room:room-compiler:2.1.0'
implementation 'androidx.room:room-runtime:2.0.0' implementation 'androidx.room:room-runtime:2.1.0'
annotationProcessor 'androidx.room:room-compiler:2.0.0' annotationProcessor 'androidx.room:room-compiler:2.1.0'
} }

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