Skip to content

Commit 4809557

Browse files
committed
updating commons, gradle, kotlin
1 parent 1fbaa37 commit 4809557

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44

55
android {
66
compileSdkVersion 28
7-
buildToolsVersion "28.0.2"
7+
buildToolsVersion "28.0.3"
88

99
defaultConfig {
1010
applicationId "com.simplemobiletools.filemanager"
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
dependencies {
44-
implementation 'com.simplemobiletools:commons:4.7.5'
44+
implementation 'com.simplemobiletools:commons:4.8.8'
4545

4646
implementation files('../libs/RootTools.jar')
4747
}

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.2.61'
4+
ext.kotlin_version = '1.2.71'
55

66
repositories {
77
jcenter()
88
google()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.1.4'
12+
classpath 'com.android.tools.build:gradle:3.2.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 Nov 09 15:52:16 CET 2017
1+
#Thu Oct 04 12:23:46 CEST 2018
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.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)