From 8326cf74b07a212f8aeba0433e85de3009f67106 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 16 Feb 2020 11:10:00 +0100 Subject: [PATCH] updating commons and build tools --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9b22b4e9..9ccd21de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ if (keystorePropertiesFile.exists()) { android { compileSdkVersion 29 - buildToolsVersion "29.0.2" + buildToolsVersion "29.0.3" defaultConfig { applicationId "com.simplemobiletools.filemanager.pro" @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.21.28' + implementation 'com.simplemobiletools:commons:5.22.10' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2'