16 lines
241 B
Groovy
16 lines
241 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'host.exp.exponent'
|
|
version = '15.0.8'
|
|
|
|
android {
|
|
namespace "expo.modules.lineargradient"
|
|
defaultConfig {
|
|
versionCode 17
|
|
versionName "15.0.8"
|
|
}
|
|
}
|