Skip to content

Commit

Permalink
- Removes: quick actions from gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeshRPai committed Sep 5, 2023
1 parent 0b33e80 commit 217302d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ android {
buildConfigField "boolean", "ENABLE_SIGNUP", "true"
buildConfigField "boolean", "ENABLE_READER", "true"
buildConfigField "boolean", "ENABLE_CREATE_FAB", "true"
buildConfigField "boolean", "ENABLE_QUICK_ACTION", "true"
buildConfigField "boolean", "ENABLE_FOLLOWED_SITES_SETTINGS", "true"
buildConfigField "boolean", "ENABLE_WHATS_NEW_FEATURE", "true"
buildConfigField "boolean", "ENABLE_MY_SITE_DASHBOARD_TABS", "true"
Expand Down Expand Up @@ -208,7 +207,6 @@ android {
buildConfigField "boolean", "ENABLE_SIGNUP", "true"
buildConfigField "boolean", "ENABLE_READER", "true"
buildConfigField "boolean", "ENABLE_CREATE_FAB", "true"
buildConfigField "boolean", "ENABLE_QUICK_ACTION", "true"
buildConfigField "boolean", "ENABLE_FOLLOWED_SITES_SETTINGS", "true"
buildConfigField "boolean", "ENABLE_WHATS_NEW_FEATURE", "true"
buildConfigField "boolean", "ENABLE_MY_SITE_DASHBOARD_TABS", "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class BuildConfigWrapper @Inject constructor() {

val isCreateFabEnabled = BuildConfig.ENABLE_CREATE_FAB

val isQuickActionEnabled = BuildConfig.ENABLE_QUICK_ACTION

val isFollowedSitesSettingsEnabled = BuildConfig.ENABLE_FOLLOWED_SITES_SETTINGS

val isWhatsNewFeatureEnabled = BuildConfig.ENABLE_WHATS_NEW_FEATURE
Expand Down

0 comments on commit 217302d

Please sign in to comment.