Skip to content

Commit 194a85e

Browse files
committed
updating some libraries
1 parent 1196986 commit 194a85e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6060
dependencies {
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
}

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.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

0 commit comments

Comments
 (0)