15 lines
224 B
Groovy
15 lines
224 B
Groovy
|
|
plugins {
|
||
|
|
id 'com.android.library'
|
||
|
|
id 'expo-module-gradle-plugin'
|
||
|
|
}
|
||
|
|
|
||
|
|
group = 'com.rakazo.notifications'
|
||
|
|
version = '0.1.0'
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace 'com.rakazo.notifications'
|
||
|
|
defaultConfig {
|
||
|
|
versionName '0.1.0'
|
||
|
|
}
|
||
|
|
}
|