From d7e0147d0f990d7d58d502d6a4affda1533eb617 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 19 Apr 2020 21:41:14 +0200 Subject: [PATCH] updating commons, gradle, kotlin --- app/build.gradle | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index afca1c6d..4b7cabed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.24.3' + implementation 'com.simplemobiletools:commons:5.26.5' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' kapt 'androidx.room:room-compiler:2.2.5' diff --git a/build.gradle b/build.gradle index 30e6a983..85a0a075 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.71' + ext.kotlin_version = '1.3.72' repositories { google() @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.6.1' + classpath 'com.android.tools.build:gradle:3.6.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong