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

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

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

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