Files
Woka_Native_Android/build.gradle
AdityaGaikwad edc269366f Added crashlytics (Tested).
Solved bug related to empty OneSignal user ID when the app is initially launched.

Tested and shared build for wokeland.com server.
2024-10-14 19:42:38 +05:30

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
}