updating commons and kotlin

This commit is contained in:
tibbi 2021-01-11 17:08:10 +01:00
parent 72cd0b8499
commit 1308e1b434
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.32.2'
implementation 'com.simplemobiletools:commons:5.32.24'
implementation 'com.github.Stericson:RootTools:df729dcb13'
implementation 'com.github.Stericson:RootShell:1.6'
implementation 'com.alexvasilkov:gesture-views:2.5.2'

View File

@ -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.4.20'
ext.kotlin_version = '1.4.21'
repositories {
google()