16 lines
238 B
Groovy
16 lines
238 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'host.exp.exponent'
|
|
version = '0.1.0'
|
|
|
|
android {
|
|
namespace "expo.modules.downloaddetect"
|
|
defaultConfig {
|
|
versionCode 1
|
|
versionName "0.1.0"
|
|
}
|
|
}
|