Tower Guidev2
06/13/2023, 2:12 PMconfigureEach
to kts though 😞
can anyone give me some pointers please?Tower Guidev2
06/13/2023, 2:15 PMflavorDimensions += "default"
productFlavors {
configureEach {
buildConfigField "String", "MY_APPLICATION_MOBILE_CLICK", '"<https://www.myapplication.com/MobileClick/>"'
buildConfigField "String", "MY_APPLICATION_USER_PROFILE", '"/user/profile/personal"'
buildConfigField "String", "MY_APPLICATION_USER_PROFILE_NOTIFICATIONS", '"/User/Profile/notifications"'
buildConfigField "String", "MY_APPLICATION_CONTENT_C_URL", '"<https://www.myapplication.com/c/>"'
buildConfigField "String", "MY_APPLICATION_PRIVACY_POLICY", '"<https://www.myorganisation.com/legal/privacy-policy>"'
buildConfigField "String", "MY_APPLICATION_TERMS_CONDITIONS", '"<https://www.myorganisation.com/legal/myorganisation-website-terms-and-conditions>"'
buildConfigField "String", "MY_APPLICATION_SUPPORT", '"<https://service.myorganisation.com/app/home/supporthub/practice-update/>"'
buildConfigField "String", "MY_APPLICATION_MOBILE_ADVERT_URL", '"<https://www.myapplication.com/mobilead/>"'
}
development {
dimension 'default'
}
staging {
dimension 'default'
}
production {
dimension 'default'
}
}