From 3936d86be4f4193ceb0a4dc50614fe7540900c7f Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 31 Jul 2019 12:05:50 +0200 Subject: [PATCH] updating commons, gradle, kotlin --- app/build.gradle | 2 +- .../filemanager/pro/activities/SplashActivity.kt | 2 -- app/src/main/res/values/donottranslate.xml | 1 + build.gradle | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d39a0a0f..5f709ed7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.14.18' + implementation 'com.simplemobiletools:commons:5.15.15' 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/kotlin/com/simplemobiletools/filemanager/pro/activities/SplashActivity.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/SplashActivity.kt index 2af6cfdd..f772882b 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/SplashActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/SplashActivity.kt @@ -4,8 +4,6 @@ import android.content.Intent import com.simplemobiletools.commons.activities.BaseSplashActivity class SplashActivity : BaseSplashActivity() { - override fun getAppPackageName() = packageName - override fun initActivity() { if (intent.action == Intent.ACTION_VIEW && intent.data != null) { Intent(this, MainActivity::class.java).apply { diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 320bd0b4..5596c53b 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -1,5 +1,6 @@ + com.simplemobiletools.filemanager.pro Made Search recursive, searching in subfolders too diff --git a/build.gradle b/build.gradle index bfe902f7..cfaef4aa 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.40' + ext.kotlin_version = '1.3.41' repositories { google() @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:3.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong