19 lines
276 B
Groovy
19 lines
276 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'host.exp.exponent'
|
|
version = '55.0.7'
|
|
|
|
android {
|
|
namespace "expo.modules.linking"
|
|
defaultConfig {
|
|
versionCode 1
|
|
versionName "55.0.7"
|
|
}
|
|
lintOptions {
|
|
abortOnError false
|
|
}
|
|
}
|