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

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

android {
  namespace "expo.modules.blur"
  defaultConfig {
    versionCode 1
    versionName "15.0.8"
  }
}

dependencies {
  implementation 'com.github.Dimezis:BlurView:version-2.0.6'
}
