From 8b4366b58fae2f0707acc3ce71210f5436a7c558 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 31 Mar 2018 11:45:44 +0200 Subject: [PATCH] fix #132, some filenames are "Untitles" at adding to Google Drive etc --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1dbf1ce4..e27e7ff8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') diff --git a/build.gradle b/build.gradle index 249f6d44..e6abf43e 100644 --- a/build.gradle +++ b/build.gradle @@ -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()