From 9daf3a47a7494a64de203af8221ee9fc056c470f Mon Sep 17 00:00:00 2001
From: tibbi <tibor@kaputa.sk>
Date: Fri, 23 Jun 2023 11:01:35 +0200
Subject: [PATCH] replacing jcenter with mavenCentral

---
 app/build.gradle | 2 +-
 build.gradle     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 40f45fb6..aac92854 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -63,7 +63,7 @@ android {
 }
 
 dependencies {
-    implementation 'com.github.SimpleMobileTools:Simple-Commons:6ceb75dcdd'
+    implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
     implementation 'androidx.documentfile:documentfile:1.0.1'
 
diff --git a/build.gradle b/build.gradle
index e4b28b1a..5dc760b4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
 
     repositories {
         google()
-        jcenter()
+        mavenCentral()
     }
 
     dependencies {
@@ -20,7 +20,7 @@ buildscript {
 allprojects {
     repositories {
         google()
-        jcenter()
+        mavenCentral()
         maven { url "https://jitpack.io" }
     }
 }