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

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

android {
  namespace "expo.modules.localauthentication"
  defaultConfig {
    versionCode 30
    versionName "16.0.4"
  }
}

dependencies {
  implementation "androidx.biometric:biometric:1.2.0-alpha04"
}
