updating commons and kotlin

This commit is contained in:
tibbi 2019-06-21 20:31:37 +02:00
parent 81e5be5c6f
commit e6b4b477b8
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.13.14'
implementation 'com.simplemobiletools:commons:5.14.0'
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.3.31'
ext.kotlin_version = '1.3.40'
repositories {
google()