update commons, gradle, kotlin

This commit is contained in:
tibbi 2019-01-26 16:16:18 +01:00
parent c14698dc36
commit b222a8c97d
4 changed files with 7 additions and 5 deletions

View file

@ -51,6 +51,6 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.6.1'
implementation 'com.simplemobiletools:commons:5.6.17'
implementation 'com.github.Stericson:RootTools:df729dcb13'
}

View file

@ -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()

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.11'
ext.kotlin_version = '1.3.20'
repositories {
google()
@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

View file

@ -1,6 +1,6 @@
#Thu Oct 04 12:23:46 CEST 2018
#Thu Jan 24 21:29:23 CET 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip