16 lines
236 B
Groovy
16 lines
236 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'expo.modules.webview'
|
|
version = '55.0.3'
|
|
|
|
android {
|
|
namespace "expo.modules.webview"
|
|
defaultConfig {
|
|
versionCode 1
|
|
versionName "55.0.3"
|
|
}
|
|
}
|