Solved bug related to empty OneSignal user ID when the app is initially launched. Tested and shared build for wokeland.com server.
14 lines
515 B
Groovy
14 lines
515 B
Groovy
buildscript {
|
|
dependencies {
|
|
classpath libs.google.services
|
|
classpath libs.gradle
|
|
classpath libs.perf.plugin
|
|
classpath libs.firebase.crashlytics.gradle
|
|
}
|
|
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.androidApplication) apply false
|
|
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
|
|
alias(libs.plugins.navigationSafeArgs) apply false
|
|
alias(libs.plugins.ksp) apply false
|
|
} |