mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 20:44:10 +00:00
6 lines
178 B
Groovy
6 lines
178 B
Groovy
|
dependencies {
|
||
|
compile fileTree(dir: "libs", include: ["*.jar"])
|
||
|
compile "com.android.support:appcompat-v7:23.0.1"
|
||
|
compile "com.facebook.react:react-native:0.18.+"
|
||
|
}
|