Jan 8, 2024
Please, don't forget to escape the quotation marks while setting the API key in build.gradle
buildConfigField "String", "API_KEY_NAME", "\"${properties.getProperty("API_KEY_NAME")}\""
You are welcome :)
Please, don't forget to escape the quotation marks while setting the API key in build.gradle
buildConfigField "String", "API_KEY_NAME", "\"${properties.getProperty("API_KEY_NAME")}\""
You are welcome :)
Mobile app alchemist who is trying to transmute elegant designs, into elegant code, into beautiful mobile app experiences.