We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68b4bc commit b7251b6Copy full SHA for b7251b6
packages/image/platforms/android/include.gradle
@@ -1,10 +1,6 @@
1
import groovy.json.JsonSlurper
2
3
4
-repositories {
5
- mavenCentral()
6
- maven { url 'https://jitpack.io' }
7
-}
8
dependencies {
9
def glideVersion = project.hasProperty("glideVersion") ? project.glideVersion : "5.0.5"
10
def glideCompilerVersion = project.hasProperty("glideCompilerVersion") ? project.glideCompilerVersion : "4.16.0"
@@ -49,6 +45,7 @@ dependencies {
49
45
50
46
repositories {
51
47
mavenCentral()
48
+ maven { url 'https://jitpack.io' }
52
// we need to copy the code in both places as N main gradle system does not support top level code
53
// for now we support only @nativescript/core and @akylas/nativescript
54
// we should have a more generic way
0 commit comments