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