plugins {
  id 'com.android.library'
  id 'expo-module-gradle-plugin'
}

group = 'host.exp.exponent'
version = '8.0.11'

android {
  namespace "expo.modules.linking"
  defaultConfig {
    versionCode 1
    versionName "8.0.11"
  }
  lintOptions {
    abortOnError false
  }
}
