updating commons, gradle, kotlin

This commit is contained in:
tibbi
2019-07-31 12:05:50 +02:00
parent 8b57432d7d
commit 3936d86be4
4 changed files with 4 additions and 5 deletions

View File

@@ -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 {

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="package_name">com.simplemobiletools.filemanager.pro</string>
<!-- Release notes -->
<string name="release_71">Made Search recursive, searching in subfolders too</string>