File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
src/main/kotlin/com/simplemobiletools/notes/pro/activities Expand file tree Collapse file tree 4 files changed +7
-5
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.1 '
54+ implementation ' com.simplemobiletools:commons:5.6.17 '
5555
5656 kapt ' androidx.room:room-compiler:2.0.0'
5757 implementation ' androidx.room:room-runtime:2.0.0'
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ import com.simplemobiletools.commons.activities.BaseSplashActivity
55import com.simplemobiletools.notes.pro.helpers.OPEN_NOTE_ID
66
77class SplashActivity : BaseSplashActivity () {
8+ override fun getAppPackageName () = packageName
9+
810 override fun initActivity () {
911 if (intent.extras?.containsKey(OPEN_NOTE_ID ) == true ) {
1012 Intent (this , MainActivity ::class .java).apply {
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.11 '
4+ ext. kotlin_version = ' 1.3.20 '
55
66 repositories {
77 google()
88 jcenter()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.2.1 '
12+ classpath ' com.android.tools.build:gradle:3.3.0 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414
1515 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1- # Thu Oct 18 14:57:45 CEST 2018
1+ # Thu Jan 24 21:40:27 CET 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
You can’t perform that action at this time.
0 commit comments