From 1867588a0b21d851c05e7b8780f7bd97cb152758 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 6 Dec 2018 10:51:29 +0100 Subject: [PATCH] update commons to 5.5.7 --- 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 081f74d1..a47bfc05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.3.10' + implementation 'com.simplemobiletools:commons:5.5.7' implementation files('../libs/RootTools.jar') } 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()