description = 'barcode'

apply plugin: 'com.android.library'

android {
    compileSdkVersion 23
    buildToolsVersion "26.0.2"

    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 23
        versionCode 1
        versionName "1.0.0"
    }
    lintOptions {
        abortOnError false
    }
}

dependencies {
    api project(':sitbrn-commons')
    api project(':sitbrn-camera')
    api 'com.google.zxing:core:3.2.1'
}
