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

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

android {
  namespace "expo.modules.device"
  defaultConfig {
    versionCode 12
    versionName '7.1.4'
  }
}

dependencies {
  api 'com.facebook.device.yearclass:yearclass:2.1.0'
  api "androidx.legacy:legacy-support-v4:1.0.0"
}
