From 7fc41e4564281e2a8caa9c2f37a92600f9563b0c Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 16 Nov 2018 23:36:50 +0100 Subject: [PATCH] update commons to 5.3.17 --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 55f19d19..15c1df0c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.3.14' + implementation 'com.simplemobiletools:commons:5.3.17' kapt 'androidx.room:room-compiler:2.0.0' implementation 'androidx.room:room-runtime:2.0.0' diff --git a/build.gradle b/build.gradle index 17a20ee3..1cfbb3a2 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.0' + ext.kotlin_version = '1.3.10' repositories { google()