From 9136fe34af27d1674d4e566f57f7a5862536b77d Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 15 Feb 2020 22:50:07 +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 fd092ea..f4df8fe 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.flashlight" @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.21.13' + implementation 'com.simplemobiletools:commons:5.22.10' implementation 'com.squareup:otto:1.3.8' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' }