Skip to content

Instantly share code, notes, and snippets.

@pranay1494
Last active June 28, 2020 16:58
Show Gist options
  • Save pranay1494/37f6530fe2bf53d8e0698a4351670418 to your computer and use it in GitHub Desktop.
Save pranay1494/37f6530fe2bf53d8e0698a4351670418 to your computer and use it in GitHub Desktop.
productFlavors {
appin {
manifestPlaceholders = [hostName: "www.xyz.in", deepLinkPlaceholder: generateData("www.xyz.in", listOfDeepLinkUrls, locales, ["www.xyz.in"])]
}
appza {
manifestPlaceholders = [hostName: "www.xyz.co.za", deepLinkPlaceholder: generateData("www.xyz.co.za", listOfDeepLinkUrls, locales, ["www.xyz.co.za"])]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment