mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-24 07:08:00 +01:00
updating Commons with the sideloading check
This commit is contained in:
parent
37b6619e51
commit
4dc916872f
@ -51,7 +51,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.6.12'
|
||||
implementation 'com.simplemobiletools:commons:5.6.16'
|
||||
implementation 'joda-time:joda-time:2.10.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
|
||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user