I have added some secret keys of my app in AWS Secrets Manager. Now I need to retrieve them in buildConfig properties of android (Kotlin), through which the values of the secret keys will be generated after the build through BuildConfig.SECRET_NAME? Can anyone help ?
I have added some secret keys of my app in AWS Secrets Manager. Now I need to retrieve them in buildConfig properties of android (Kotlin), through which the values of the secret keys will be generated after the build through BuildConfig.SECRET_NAME? Can anyone help ? I didn't find any relevant information in the internet