updating commons, gradle and kotlin

This commit is contained in:
tibbi
2019-01-25 23:39:35 +01:00
parent 75c0591cad
commit 5f73989dad
4 changed files with 7 additions and 5 deletions

View File

@ -51,7 +51,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.6.1'
implementation 'com.simplemobiletools:commons:5.6.17'
kapt 'androidx.room:room-compiler:2.0.0'
implementation 'androidx.room:room-runtime:2.0.0'

View File

@ -5,6 +5,8 @@ import com.simplemobiletools.commons.activities.BaseSplashActivity
import com.simplemobiletools.notes.pro.helpers.OPEN_NOTE_ID
class SplashActivity : BaseSplashActivity() {
override fun getAppPackageName() = packageName
override fun initActivity() {
if (intent.extras?.containsKey(OPEN_NOTE_ID) == true) {
Intent(this, MainActivity::class.java).apply {