From b904cd7cb4376f8eb0f8fe24ff0e4a03f9f45c20 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 2 Sep 2019 16:38:05 +0200 Subject: [PATCH] fix #147, add seconds to the default filename at saving --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c64da34..07658aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,5 +51,5 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.16.17' + implementation 'com.simplemobiletools:commons:5.16.18' }