mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-27 19:34:20 +01:00
Fix analytics for release build
This commit is contained in:
@@ -45,4 +45,6 @@ plugins {
|
||||
alias(libs.plugins.nordic.library.compose) apply false
|
||||
alias(libs.plugins.nordic.hilt) apply false
|
||||
alias(libs.plugins.nordic.feature) apply false
|
||||
id("com.google.gms.google-services") version "4.3.15" apply false
|
||||
id("com.google.firebase.crashlytics") version "2.9.2" apply false
|
||||
}
|
||||
|
||||
@@ -74,9 +74,9 @@ include(":lib_service")
|
||||
include(":lib_ui")
|
||||
include(":lib_utils")
|
||||
|
||||
if (file("../Android-Common-Libraries").exists()) {
|
||||
includeBuild("../Android-Common-Libraries")
|
||||
}
|
||||
//if (file("../Android-Common-Libraries").exists()) {
|
||||
// includeBuild("../Android-Common-Libraries")
|
||||
//}
|
||||
//
|
||||
//if (file('../Android-BLE-Library').exists()) {
|
||||
// includeBuild('../Android-BLE-Library')
|
||||
|
||||
Reference in New Issue
Block a user