Loading app/ui/legacy/build.gradle +4 −0 Original line number Diff line number Diff line Loading @@ -81,9 +81,13 @@ android { debug { def useNewSetupUi = project.hasProperty('k9mail.useNewSetupUi') ? project.property('k9mail.useNewSetupUi') : "false" buildConfigField "boolean", "USE_NEW_SETUP_UI_FOR_ONBOARDING", useNewSetupUi manifestPlaceholders = ['appAuthRedirectScheme': 'FIXME: override this in your app project'] } release { buildConfigField "boolean", "USE_NEW_SETUP_UI_FOR_ONBOARDING", "false" manifestPlaceholders = ['appAuthRedirectScheme': 'FIXME: override this in your app project'] } } Loading Loading
app/ui/legacy/build.gradle +4 −0 Original line number Diff line number Diff line Loading @@ -81,9 +81,13 @@ android { debug { def useNewSetupUi = project.hasProperty('k9mail.useNewSetupUi') ? project.property('k9mail.useNewSetupUi') : "false" buildConfigField "boolean", "USE_NEW_SETUP_UI_FOR_ONBOARDING", useNewSetupUi manifestPlaceholders = ['appAuthRedirectScheme': 'FIXME: override this in your app project'] } release { buildConfigField "boolean", "USE_NEW_SETUP_UI_FOR_ONBOARDING", "false" manifestPlaceholders = ['appAuthRedirectScheme': 'FIXME: override this in your app project'] } } Loading