diff --git a/app/build.gradle b/app/build.gradle index 9f69ac9..ee2c1b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:8a1114e683' + implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740' kapt "androidx.room:room-compiler:2.5.1" implementation "androidx.room:room-runtime:2.5.1" diff --git a/build.gradle b/build.gradle index c9c1902..94400f3 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' } } }