Skip to content

Commit

Permalink
jcenter - mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Dec 19, 2024
1 parent cd2df1c commit 70a81ac
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions analytics/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -15,7 +15,7 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions auth/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -15,7 +15,7 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions database/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -15,7 +15,7 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions dynamic_links/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -15,7 +15,7 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions firestore/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -15,7 +15,7 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions functions/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -15,7 +15,7 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions gma/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -15,7 +15,7 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions messaging/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -15,7 +15,7 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
}

Expand Down
4 changes: 2 additions & 2 deletions remote_config/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -15,7 +15,7 @@ allprojects {
repositories {
mavenLocal()
maven { url 'https://maven.google.com' }
jcenter()
mavenCentral()
}
}

Expand Down

0 comments on commit 70a81ac

Please sign in to comment.