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

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

android {
  namespace "expo.modules.splashscreen"
  defaultConfig {
    versionCode 17
    versionName '31.0.13'
  }
}

dependencies {
  implementation 'androidx.appcompat:appcompat:1.7.0'
  implementation "androidx.core:core-splashscreen:1.2.0-alpha02"
  implementation "com.facebook.react:react-android"
}
