fix #132, some filenames are "Untitles" at adding to Google Drive etc

This commit is contained in:
tibbi 2018-03-31 11:45:44 +02:00
parent ada298017b
commit 8b4366b58f
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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()