Skip to content

Commit 3936d86

Browse files
committed
updating commons, gradle, kotlin
1 parent 8b57432 commit 3936d86

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252

5353
dependencies {
54-
implementation 'com.simplemobiletools:commons:5.14.18'
54+
implementation 'com.simplemobiletools:commons:5.15.15'
5555
implementation 'com.github.Stericson:RootTools:df729dcb13'
5656
implementation 'com.github.Stericson:RootShell:1.6'
5757
implementation 'com.alexvasilkov:gesture-views:2.5.2'

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/SplashActivity.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import android.content.Intent
44
import com.simplemobiletools.commons.activities.BaseSplashActivity
55

66
class SplashActivity : BaseSplashActivity() {
7-
override fun getAppPackageName() = packageName
8-
97
override fun initActivity() {
108
if (intent.action == Intent.ACTION_VIEW && intent.data != null) {
119
Intent(this, MainActivity::class.java).apply {

app/src/main/res/values/donottranslate.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3+
<string name="package_name">com.simplemobiletools.filemanager.pro</string>
34

45
<!-- Release notes -->
56
<string name="release_71">Made Search recursive, searching in subfolders too</string>

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.40'
4+
ext.kotlin_version = '1.3.41'
55

66
repositories {
77
google()
88
jcenter()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.4.1'
12+
classpath 'com.android.tools.build:gradle:3.4.2'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414

1515
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)