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

Commit 8d10aff0 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

update manifestPlaceholders reference

parent c359a9dc
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ android {
            buildConfigField "String", "OAUTH_YAHOO_CLIENT_ID", "\"dj0yJmk9aHNUb3d2MW5TQnpRJmQ9WVdrOWVYbHpaRWM0YkdnbWNHbzlNQT09JnM9Y29uc3VtZXJzZWNyZXQmc3Y9MCZ4PWIz\""
            buildConfigField "String", "OAUTH_AOL_CLIENT_ID", "\"dj0yJmk9dUNqYXZhYWxOYkdRJmQ9WVdrOU1YQnZVRFZoY1ZrbWNHbzlNQT09JnM9Y29uc3VtZXJzZWNyZXQmc3Y9MCZ4PWIw\""

            manifestPlaceholders = ['appAuthRedirectScheme': 'com.fsck.k9']
            manifestPlaceholders = ['appAuthRedirectScheme': 'foundation.e.mail']
        }

        debug {
@@ -102,7 +102,7 @@ android {
            buildConfigField "String", "OAUTH_YAHOO_CLIENT_ID", "\"dj0yJmk9ejRCRU1ybmZjQlVBJmQ9WVdrOVVrZEViak4xYmxZbWNHbzlNQT09JnM9Y29uc3VtZXJzZWNyZXQmc3Y9MCZ4PTZj\""
            buildConfigField "String", "OAUTH_AOL_CLIENT_ID", "\"dj0yJmk9cHYydkJkTUxHcXlYJmQ9WVdrOWVHZHhVVXN4VVV3bWNHbzlNQT09JnM9Y29uc3VtZXJzZWNyZXQmc3Y9MCZ4PTdm\""

            manifestPlaceholders = ['appAuthRedirectScheme': 'com.fsck.k9.debug']
            manifestPlaceholders = ['appAuthRedirectScheme': 'foundation.e.mail.debug']
        }
    }

+2 −0
Original line number Diff line number Diff line
@@ -80,6 +80,8 @@ android {
    defaultConfig {
        minSdkVersion buildConfig.minSdk
        targetSdkVersion buildConfig.robolectricSdk

        manifestPlaceholders = ['appAuthRedirectScheme': 'foundation.e.mail']
    }

    buildTypes {