Skip to content

Commit b7251b6

Browse files
author
farfromrefug
committed
fix(android): build fix
1 parent f68b4bc commit b7251b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/image/platforms/android/include.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import groovy.json.JsonSlurper
22

33

4-
repositories {
5-
mavenCentral()
6-
maven { url 'https://jitpack.io' }
7-
}
84
dependencies {
95
def glideVersion = project.hasProperty("glideVersion") ? project.glideVersion : "5.0.5"
106
def glideCompilerVersion = project.hasProperty("glideCompilerVersion") ? project.glideCompilerVersion : "4.16.0"
@@ -49,6 +45,7 @@ dependencies {
4945

5046
repositories {
5147
mavenCentral()
48+
maven { url 'https://jitpack.io' }
5249
// we need to copy the code in both places as N main gradle system does not support top level code
5350
// for now we support only @nativescript/core and @akylas/nativescript
5451
// we should have a more generic way

0 commit comments

Comments
 (0)