File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/kotlin/com/simplemobiletools/contacts/pro/activities Expand file tree Collapse file tree 2 files changed +3
-1
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.6.12 '
54+ implementation ' com.simplemobiletools:commons:5.6.16 '
5555 implementation ' joda-time:joda-time:2.10.1'
5656 implementation ' androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
5757 implementation ' com.googlecode.ez-vcard:ez-vcard:0.10.5'
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import android.content.Intent
44import com.simplemobiletools.commons.activities.BaseSplashActivity
55
66class SplashActivity : BaseSplashActivity () {
7+ override fun getAppPackageName () = packageName
8+
79 override fun initActivity () {
810 startActivity(Intent (this , MainActivity ::class .java))
911 finish()
You can’t perform that action at this time.
0 commit comments