|
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'host.exp.exponent'
|
|
version = '2.0.0'
|
|
|
|
expoModule {
|
|
canBePublished false
|
|
}
|
|
|
|
android {
|
|
namespace "expo.modules.updatesinterface"
|
|
defaultConfig {
|
|
versionCode 1
|
|
versionName '2.0.0'
|
|
}
|
|
}
|