45aa1a67b0
Co-authored-by: Tomek Zawadzki <tomekzawadzki98@gmail.com> Co-authored-by: vineyardbovines <spencerfpope@gmail.com>
20 lines
365 B
Groovy
20 lines
365 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'expo.modules.backgroundnotificationhandler'
|
|
version = '0.5.0'
|
|
|
|
android {
|
|
namespace "expo.modules.backgroundnotificationhandler"
|
|
defaultConfig {
|
|
versionCode 1
|
|
versionName "0.5.0"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'com.google.firebase:firebase-messaging-ktx:24.0.0'
|
|
}
|