From 29d8dcefacf6b655982f2ea7e9bb5b53aa60aa3e Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 16 Feb 2020 10:57:10 +0100 Subject: [PATCH] updating commons to 5.22.10 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index df54eef2..ec645085 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.22.0' + implementation 'com.simplemobiletools:commons:5.22.10' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' kapt 'androidx.room:room-compiler:2.2.2'