Apply suggestions from code review

Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
Darcy Wong 2024-08-27 09:52:48 +07:00 committed by GitHub
parent 7dbf4d09d1
commit 733bc29bf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

View file

@ -2,7 +2,6 @@
buildscript {
repositories {
google()
//jcenter() deprecated August 2024
mavenCentral()
flatDir {
dirs "kMAPro/libs/com/stepstone/stepper/material-stepper/4.3.1/"
@ -24,7 +23,6 @@ allprojects {
repositories {
maven { url uri("${projectDir}/libs") }
google()
//jcenter() deprecated August 2024
mavenCentral()
maven { url "https://jitpack.io" }
}

View file

@ -145,7 +145,6 @@ repositories {
dirs 'libs'
}
google()
//jcenter()
}
dependencies {