UNPKG

536 BPlain TextView Raw
1apply plugin: 'com.android.library'
2
3group = 'host.exp.exponent'
4version = '14.8.0'
5
6def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7apply from: expoModulesCorePlugin
8applyKotlinExpoModulesCorePlugin()
9useCoreDependencies()
10useDefaultAndroidSdkVersions()
11useExpoPublishing()
12
13android {
14 namespace "expo.modules.localization"
15 defaultConfig {
16 versionCode 22
17 versionName "14.8.0"
18 }
19}
20
21dependencies {
22 implementation "androidx.core:core-ktx:1.6.0"
23}