diff --git a/app/build.gradle b/app/build.gradle index 100fe040..87d78334 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,9 +51,9 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.18.14' + implementation 'com.simplemobiletools:commons:5.20.6' - kapt 'androidx.room:room-compiler:2.2.1' - implementation 'androidx.room:room-runtime:2.2.1' - annotationProcessor 'androidx.room:room-compiler:2.2.1' + kapt 'androidx.room:room-compiler:2.2.2' + implementation 'androidx.room:room-runtime:2.2.2' + annotationProcessor 'androidx.room:room-compiler:2.2.2' } diff --git a/build.gradle b/build.gradle index 97a4d3f5..684c611c 100644 --- a/build.gradle +++ b/build.gradle @@ -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.50' + ext.kotlin_version = '1.3.61' repositories { google() @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.5.1' + classpath 'com.android.tools.build:gradle:3.5.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong