mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-04 06:29:28 -05:00
fix #132, some filenames are "Untitles" at adding to Google Drive etc
This commit is contained in:
@@ -45,7 +45,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:3.17.16'
|
||||
implementation 'com.simplemobiletools:commons:3.17.17'
|
||||
|
||||
implementation files('../libs/RootTools.jar')
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.21'
|
||||
ext.kotlin_version = '1.2.31'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
|
||||
Reference in New Issue
Block a user