Skip to content

Commit

Permalink
chore(android): remove deprecated usage of jcenter() repo
Browse files Browse the repository at this point in the history
Fixes TIMOB-28456
  • Loading branch information
jquick-axway authored and sgtcoolguy committed May 27, 2021
1 parent 0a2e3d1 commit 284bf77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -22,7 +22,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}

// Load plugin used to enforce our Java coding style guidelines.
Expand Down
4 changes: 2 additions & 2 deletions android/templates/build/root.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
Expand All @@ -16,7 +16,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
project.apply from: "${rootDir}/ti.constants.gradle"
}
Expand Down

0 comments on commit 284bf77

Please sign in to comment.