diff --git a/app/build.gradle b/app/build.gradle index 1dbf1ce4..e27e7ff8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.17.16' + implementation 'com.simplemobiletools:commons:3.17.17' implementation files('../libs/RootTools.jar') diff --git a/build.gradle b/build.gradle index 249f6d44..e6abf43e 100644 --- a/build.gradle +++ b/build.gradle @@ -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.2.21' + ext.kotlin_version = '1.2.31' repositories { jcenter()