Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Durdin <[email protected]>
  • Loading branch information
darcywong00 and mcdurdin authored Aug 27, 2024
1 parent 7dbf4d0 commit 733bc29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions android/KMAPro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
buildscript {
repositories {
google()
//jcenter() deprecated August 2024
mavenCentral()
flatDir {
dirs "kMAPro/libs/com/stepstone/stepper/material-stepper/4.3.1/"
Expand All @@ -24,7 +23,6 @@ allprojects {
repositories {
maven { url uri("${projectDir}/libs") }
google()
//jcenter() deprecated August 2024
mavenCentral()
maven { url "https://jitpack.io" }
}
Expand Down
1 change: 0 additions & 1 deletion android/KMAPro/kMAPro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ repositories {
dirs 'libs'
}
google()
//jcenter()
}

dependencies {
Expand Down

0 comments on commit 733bc29

Please sign in to comment.