Skip to content

Commit 8b4366b

Browse files
committed
fix #132, some filenames are "Untitles" at adding to Google Drive etc
1 parent ada2980 commit 8b4366b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ext {
4545
}
4646

4747
dependencies {
48-
implementation 'com.simplemobiletools:commons:3.17.16'
48+
implementation 'com.simplemobiletools:commons:3.17.17'
4949

5050
implementation files('../libs/RootTools.jar')
5151

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.21'
4+
ext.kotlin_version = '1.2.31'
55

66
repositories {
77
jcenter()

0 commit comments

Comments
 (0)