Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d26921e9 authored by cketti's avatar cketti
Browse files

Add manifest placeholder to :app:ui:legacy module

parent 38019dc5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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']
        }
    }