From 7a5a3cb5029f3e8376c5d3b961c493de62d2647e Mon Sep 17 00:00:00 2001 From: sunilpaulmathew Date: Thu, 7 Dec 2023 17:22:06 +0100 Subject: [PATCH] Updated sCommon to latest Signed-off-by: sunilpaulmathew --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dee0ddf..0a67a26 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ dependencies { playImplementation 'com.android.billingclient:billing:6.1.0' implementation 'com.github.apk-editor:aXML:8458ba5aee' - def sCommon_Version = 'aa1019da38' + def sCommon_Version = '8c5666a002' implementation "com.github.sunilpaulmathew.sCommon:adapters:${sCommon_Version}" implementation "com.github.sunilpaulmathew.sCommon:crashreporter:${sCommon_Version}" implementation "com.github.sunilpaulmathew.sCommon:credits:${sCommon_Version}"