File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
1616 applicationId " com.simplemobiletools.filemanager.pro"
1717 minSdkVersion 21
1818 targetSdkVersion 29
19- versionCode 93
20- versionName " 6.7.3 "
19+ versionCode 94
20+ versionName " 6.7.4 "
2121 multiDexEnabled true
2222 setProperty(" archivesBaseName" , " file-manager" )
2323 vectorDrawables. useSupportLibrary = true
@@ -58,8 +58,10 @@ android {
5858}
5959
6060dependencies {
61- implementation ' com.simplemobiletools:commons:5.29.14 '
61+ implementation ' com.simplemobiletools:commons:5.30.5 '
6262 implementation ' com.github.Stericson:RootTools:df729dcb13'
6363 implementation ' com.github.Stericson:RootShell:1.6'
6464 implementation ' com.alexvasilkov:gesture-views:2.5.2'
65+ implementation ' androidx.documentfile:documentfile:1.0.1'
66+ implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
6567}
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.72 '
4+ ext. kotlin_version = ' 1.4.10 '
55
66 repositories {
77 google()
88 jcenter()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:4.0.0 '
12+ classpath ' com.android.tools.build:gradle:4.0.1 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414
1515 // NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments