replacing jcenter with mavenCentral

This commit is contained in:
tibbi
2023-06-23 10:51:49 +02:00
parent 67754cd060
commit be1ba1a8b9
2 changed files with 3 additions and 3 deletions

View File

@ -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'
}