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

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

android {
  namespace "org.unimodules.apploader"
  defaultConfig {
    versionCode 8
    versionName '6.0.8'
  }
}
