22 lines
418 B
Groovy
Raw Normal View History

2016-05-18 12:07:36 +02:00
apply plugin: 'com.android.library'
android {
2017-10-21 22:13:09 +02:00
compileSdkVersion 26
buildToolsVersion "26.0.1"
2016-05-18 12:07:36 +02:00
defaultConfig {
minSdkVersion 16
2017-10-21 22:13:09 +02:00
targetSdkVersion 26
2016-05-18 12:07:36 +02:00
versionCode 1
}
lintOptions {
abortOnError false
}
}
dependencies {
2016-07-27 02:30:48 +02:00
compile 'com.facebook.react:react-native:+'
compile 'com.github.yalantis:ucrop:2.2.1-native'
compile 'id.zelory:compressor:2.1.0'
}