From 13ae09b9b56c78c08639b2dce76c30cfe89a3dc2 Mon Sep 17 00:00:00 2001 From: Farhan Arshad Date: Thu, 18 Jul 2024 13:27:24 +0500 Subject: [PATCH] fix: disable full story plugin when disabled --- app/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cc09177bc..3c017ee0b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,6 +11,10 @@ apply plugin: 'org.jetbrains.kotlin.android' apply plugin: 'kotlin-parcelize' apply plugin: 'kotlin-kapt' +if (fullstoryEnabled) { + apply plugin: 'fullstory' +} + if (firebaseEnabled) { apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.firebase.crashlytics' @@ -29,7 +33,6 @@ if (firebaseEnabled) { } if (fullstoryEnabled) { - apply plugin: 'fullstory' def fullstoryOrgId = fullstoryConfig?.get("ORG_ID") fullstory {