Skip to content

Commit 4dc9168

Browse files
committed
updating Commons with the sideloading check
1 parent 37b6619 commit 4dc9168

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252

5353
dependencies {
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'

app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/SplashActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import android.content.Intent
44
import com.simplemobiletools.commons.activities.BaseSplashActivity
55

66
class SplashActivity : BaseSplashActivity() {
7+
override fun getAppPackageName() = packageName
8+
79
override fun initActivity() {
810
startActivity(Intent(this, MainActivity::class.java))
911
finish()

0 commit comments

Comments
 (0)