Skip to content

Commit b222a8c

Browse files
committed
update commons, gradle, kotlin
1 parent c14698d commit b222a8c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

app/build.gradle

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

5353
dependencies {
54-
implementation 'com.simplemobiletools:commons:5.6.1'
54+
implementation 'com.simplemobiletools:commons:5.6.17'
5555
implementation 'com.github.Stericson:RootTools:df729dcb13'
5656
}

app/src/main/kotlin/com/simplemobiletools/filemanager/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()

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Oct 04 12:23:46 CEST 2018
1+
#Thu Jan 24 21:29:23 CET 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)