Files
bsky-social-app/modules/expo-background-notification-handler/android/build.gradle
T
Tomek Zawadzki 13f8185e71 Fix Android app
2026-08-11 14:04:19 +02:00

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'
}