Skip to content

Commit

Permalink
fix(android, build): delete jcenter from rootProject - should not aff…
Browse files Browse the repository at this point in the history
…ect consuming apps (#184)

* fix: delete jcenter use to solve problem with outage and future sunset
* do not add gradlePluginPortal

Co-authored-by: Mike Hardy <github@mikehardy.net>
  • Loading branch information
osvald0 and mikehardy committed Jan 17, 2022
1 parent ad30407 commit dd6aaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -8,8 +8,8 @@ buildscript {
// module dependency in an application project.
if (project == rootProject) {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
Expand Down

0 comments on commit dd6aaf8

Please sign in to comment.