Skip to content

Commit 882d929

Browse files
On Demand Rides and Deliveriescopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 485156728
1 parent 2a55b72 commit 882d929

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
buildscript { // Configuration for building
22
repositories {
3-
jcenter() // Bintray's repository - a fast Maven Central mirror & more
43
mavenCentral()
54
}
65
}
@@ -28,7 +27,6 @@ repositories { // repositories for Jar's you access in your code
2827
url 'https://oss.sonatype.org/content/repositories/snapshots' // SNAPSHOT repository (if needed)
2928
}
3029
mavenCentral()
31-
jcenter()
3230
}
3331

3432
publishing {

sample/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
buildscript { // Configuration for building
22
repositories {
3-
jcenter() // Bintray's repository - a fast Maven Central mirror & more
43
mavenCentral()
54
flatDir {
65
dirs 'libs'
@@ -18,7 +17,6 @@ repositories { // repositories for Jar's you access in your code
1817
url 'https://oss.sonatype.org/content/repositories/snapshots' // SNAPSHOT repository (if needed)
1918
}
2019
mavenCentral()
21-
jcenter()
2220
maven {
2321
url "artifactregistry://us-maven.pkg.dev/fleetengine-gapic/maven"
2422
}

0 commit comments

Comments
 (0)