Skip to content

Commit

Permalink
fix: disable full story plugin when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-arshad-dev committed Jul 18, 2024
1 parent b206ef2 commit 0569556
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ apply plugin: 'com.android.application'
apply plugin: 'org.jetbrains.kotlin.android'
apply plugin: 'kotlin-parcelize'
apply plugin: 'kotlin-kapt'
apply plugin: 'fullstory'

if (fullstoryEnabled) {
apply plugin: 'fullstory'
}

if (firebaseEnabled) {
apply plugin: 'com.google.gms.google-services'
Expand Down

0 comments on commit 0569556

Please sign in to comment.