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

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

android {
  namespace "expo.modules.font"
  defaultConfig {
    versionCode 29
    versionName "14.0.11"
  }
}

dependencies {
  implementation 'com.facebook.react:react-android'
}
