File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
kotlin/com/simplemobiletools/filemanager/pro/activities Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ android {
5151}
5252
5353dependencies {
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'
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ import android.content.Intent
44import com.simplemobiletools.commons.activities.BaseSplashActivity
55
66class 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 {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
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
You can’t perform that action at this time.
0 commit comments