diff --git a/app/build.gradle b/app/build.gradle index 02247831..255f005b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.22.16' + implementation 'com.simplemobiletools:commons:5.22.19' implementation 'com.github.Stericson:RootTools:df729dcb13' implementation 'com.github.Stericson:RootShell:1.6' implementation 'com.alexvasilkov:gesture-views:2.5.2' diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 9c953f0c..0971a4a9 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -58,7 +58,7 @@ Basit Araçlar paketinin tamamını buradan inceleyin: https://www.simplemobiletools.com - Basit Dosya Yöneticisi Pro'nun bağımsız web sitesi: + Basit Dosya Yöneticisi Pro\'nun bağımsız web sitesi: https://www.simplemobiletools.com/filemanager Facebook: diff --git a/build.gradle b/build.gradle index 969a4007..c1e589e5 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.3.61' + ext.kotlin_version = '1.3.70' repositories { google()