mirror of
https://github.com/status-im/react-native-languages.git
synced 2025-01-15 02:35:26 +00:00
20 lines
298 B
Groovy
20 lines
298 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
compileSdkVersion 25
|
|
buildToolsVersion "25.0.3"
|
|
|
|
defaultConfig {
|
|
minSdkVersion 16
|
|
targetSdkVersion 25
|
|
}
|
|
|
|
lintOptions {
|
|
abortOnError false
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compile "com.facebook.react:react-native:+" // From node_modules
|
|
}
|