mirror of
https://github.com/status-im/react-native-linear-gradient.git
synced 2025-02-12 07:36:35 +00:00
Use react-native dependency from node_modules on Android
This commit is contained in:
parent
da90daa37a
commit
bd938bef83
@ -4,7 +4,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.3.0'
|
||||
classpath 'com.android.tools.build:gradle:1.3.1'
|
||||
}
|
||||
}
|
||||
|
||||
@ -25,10 +25,6 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.facebook.react:react-native:0.19.+'
|
||||
compile 'com.facebook.react:react-native:+'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user