updating commons and build tools

This commit is contained in:
tibbi 2020-02-16 11:10:00 +01:00
parent e966cec979
commit 8326cf74b0
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ if (keystorePropertiesFile.exists()) {
android { android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion "29.0.2" buildToolsVersion "29.0.3"
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.filemanager.pro" applicationId "com.simplemobiletools.filemanager.pro"
@ -58,7 +58,7 @@ android {
} }
dependencies { 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:RootTools:df729dcb13'
implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.github.Stericson:RootShell:1.6'
implementation 'com.alexvasilkov:gesture-views:2.5.2' implementation 'com.alexvasilkov:gesture-views:2.5.2'