apply plugin: 'com.android.library'

android {
  compileSdkVersion 26
  buildToolsVersion "25.0.0"

  defaultConfig {
    minSdkVersion 16
    targetSdkVersion 26
    versionCode 1
    versionName "1.0"
    ndk {
      abiFilters "armeabi-v7a", "x86"
    }
  }
}

dependencies {
  compile 'com.facebook.react:react-native:+'
  compile 'com.android.billingclient:billing:1.1'
}
