diff --git a/app/build.gradle b/app/build.gradle index 44e1117..6f6aefb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:bce3441c67' + implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' } diff --git a/build.gradle b/build.gradle index e4b28b1..5dc760b 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" } } }