Skip to content

Commit 1af7dc2

Browse files
committed
chore: use mavenCentral
1 parent 9b6cfea commit 1af7dc2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

plugin/platforms/android/include.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dependencies {
33
implementation "androidx.annotation:annotation:1.1.0"
44
}
55
repositories {
6+
mavenCentral()
67
flatDir {
78
dirs '../../../node_modules/@nativescript/core/platforms/android'
89
}

src-native/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
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 {
1616
allprojects {
1717
repositories {
1818
google()
19-
jcenter()
19+
mavenCentral()
2020
}
2121
}
2222

src-native/android/gesturehandler/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ dependencies {
6262
implementation "androidx.annotation:annotation:1.1.0"
6363
}
6464
repositories {
65+
mavenCentral()
6566
flatDir {
6667
dirs '../../../node_modules/@nativescript/core/platforms/android'
6768
}

0 commit comments

Comments
 (0)