apply plugin: 'com.android.library'

android {
    buildToolsVersion '25.0.0'
    compileSdkVersion 23

    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 23
        versionCode 4
        versionName '2.5.0'
    }
}

dependencies {
    compile 'com.bugsnag:bugsnag-android:4.1.0'
    compile 'com.facebook.react:react-native:0.20.1'
}
