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

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

android {
  namespace "expo.modules.haptics"
  defaultConfig {
    versionCode 16
    versionName '15.0.8'
  }
}

dependencies {
  api "androidx.annotation:annotation:1.0.0"
}
