mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
update commons, gradle, kotlin
This commit is contained in:
@@ -51,6 +51,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.6.1'
|
||||
implementation 'com.simplemobiletools:commons:5.6.17'
|
||||
implementation 'com.github.Stericson:RootTools:df729dcb13'
|
||||
}
|
||||
|
@@ -4,6 +4,8 @@ import android.content.Intent
|
||||
import com.simplemobiletools.commons.activities.BaseSplashActivity
|
||||
|
||||
class SplashActivity : BaseSplashActivity() {
|
||||
override fun getAppPackageName() = packageName
|
||||
|
||||
override fun initActivity() {
|
||||
startActivity(Intent(this, MainActivity::class.java))
|
||||
finish()
|
||||
|
Reference in New Issue
Block a user