File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ dependencies {
33 implementation " androidx.annotation:annotation:1.1.0"
44}
55repositories {
6+ mavenCentral()
67 flatDir {
78 dirs ' ../../../node_modules/@nativescript/core/platforms/android'
89 }
Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 google()
6- jcenter ()
6+ mavenCentral ()
77 }
88 dependencies {
99 classpath ' com.android.tools.build:gradle:3.1.3'
@@ -16,7 +16,7 @@ buildscript {
1616allprojects {
1717 repositories {
1818 google()
19- jcenter ()
19+ mavenCentral ()
2020 }
2121}
2222
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ dependencies {
6262 implementation " androidx.annotation:annotation:1.1.0"
6363}
6464repositories {
65+ mavenCentral()
6566 flatDir {
6667 dirs ' ../../../node_modules/@nativescript/core/platforms/android'
6768 }
You can’t perform that action at this time.
0 commit comments