2017-10-21 22:13:09 +02:00

23 lines
472 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
defaultConfig {
minSdkVersion 16
targetSdkVersion 26
versionCode 1
}
lintOptions {
abortOnError false
}
}
dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.yalantis:ucrop:2.2.0-native'
compile 'id.zelory:compressor:2.1.0'
compile 'com.android.support:support-annotations:26.0.1'
}