File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44
55android {
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
4343dependencies {
44- implementation ' com.simplemobiletools:commons:4.7.5 '
44+ implementation ' com.simplemobiletools:commons:4.8.8 '
4545
4646 implementation files(' ../libs/RootTools.jar' )
4747}
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.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
Original file line number Diff line number Diff line change 1- # Thu Nov 09 15:52:16 CET 2017
1+ # Thu Oct 04 12:23:46 CEST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments