Skip to content

Commit

Permalink
set IS_TRAINING_APP true for the unbranded build variant
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz authored Jun 10, 2022
1 parent 5aa0a75 commit a385660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ android {
// for `unbranded` - it will use the defaults in
// src/main
dimension = 'brand'
buildConfigField "boolean", "IS_TRAINING_APP", 'true'
}

medicmobiledemo {
Expand Down

0 comments on commit a385660

Please sign in to comment.